From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E4E23364B9 for ; Wed, 6 Dec 2023 13:50:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="O6Dn1VAZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5A94C433C8; Wed, 6 Dec 2023 13:50:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701870642; bh=uCGoGVcttTSCzC+PBnMTHcee7rAJ4T550zU26XqPTWw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=O6Dn1VAZUcaGjyLS8uMDLSsxvn6GMyS4hF5jYFb3UG63O0CBODCMg+Q/Quw8jVuRv X/quQU2pjg37pkXoxYijCug45FHtvFQYHxsnJ/5c8ZWus2Mzn9h4zt745mRKw4Rcn3 QGj71/nMYRtHrYElOkJozDPCYD3TSV5K9I7cUOGybKuydK/WHZF9+L6wquEJSinGVH uXTRic/FupTI2m+PWmDkvty0RXnYfNLuOcjRLu4YB7RlaUVvBQVQbstiY+xrhZuGe2 9drup1MPnU6xgWnoUUMdzPbvoTdu4XP6xZyL+KCKwTPxESGDgBL/+68BODuJk0J8fW 4b8cPa/kaLmeA== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 6FCFD403EF; Wed, 6 Dec 2023 10:50:39 -0300 (-03) Date: Wed, 6 Dec 2023 10:50:39 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Ian Rogers , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Adrian Hunter , Nick Terrell , Kan Liang , Andi Kleen , Kajol Jain , Athira Rajeev , Huacai Chen , Masami Hiramatsu , Vincent Whitchurch , "Steinar H. Gunderson" , Liam Howlett , Miguel Ojeda , Colin Ian King , Dmitrii Dolgov <9erthalion6@gmail.com>, Yang Jihong , Ming Wang , James Clark , K Prateek Nayak , Sean Christopherson , Leo Yan , Ravi Bangoria , German Gomez , Changbin Du , Paolo Bonzini , Li Dong , Sandipan Das , liuwenyu , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Guilherme Amadio Subject: Re: [PATCH v5 13/50] perf maps: Move symbol maps functions to maps.c Message-ID: References: <20231127220902.1315692-1-irogers@google.com> <20231127220902.1315692-14-irogers@google.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Url: http://acmel.wordpress.com Em Mon, Dec 04, 2023 at 03:40:55PM -0800, Namhyung Kim escreveu: > On Mon, Nov 27, 2023 at 2:09 PM Ian Rogers wrote: > > > > Move the find and certain other symbol maps__* functions to maps.c for > > better abstraction. > > > > Signed-off-by: Ian Rogers > > Acked-by: Namhyung Kim Thanks, applied to perf-tools-next. - Arnaldo