[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <MW4PR11MB828987AEE414C3858D23AE809546A@MW4PR11MB8289.namprd11.prod.outlook.com>
Date: Mon, 30 Jun 2025 01:36:29 +0000
From: "Li, Tianyou" <tianyou.li@...el.com>
To: Namhyung Kim <namhyung@...nel.org>, Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>, Arnaldo Carvalho de Melo <acme@...nel.org>
CC: Mark Rutland <mark.rutland@....com>, Alexander Shishkin
<alexander.shishkin@...ux.intel.com>, Jiri Olsa <jolsa@...nel.org>, "Ian
Rogers" <irogers@...gle.com>, "Hunter, Adrian" <adrian.hunter@...el.com>, Kan
Liang <kan.liang@...ux.intel.com>, "Guo, Wangyang" <wangyang.guo@...el.com>,
"linux-perf-users@...r.kernel.org" <linux-perf-users@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH V2] tools/perf: Add --exclude-buildids option to perf
archive command
Thanks Namhyung, very appreciated for your review.
Regards,
Tianyou
-----Original Message-----
From: Namhyung Kim <namhyung@...nel.org>
Sent: Saturday, June 28, 2025 2:53 AM
To: Peter Zijlstra <peterz@...radead.org>; Ingo Molnar <mingo@...hat.com>; Arnaldo Carvalho de Melo <acme@...nel.org>; Li, Tianyou <tianyou.li@...el.com>
Cc: Mark Rutland <mark.rutland@....com>; Alexander Shishkin <alexander.shishkin@...ux.intel.com>; Jiri Olsa <jolsa@...nel.org>; Ian Rogers <irogers@...gle.com>; Hunter, Adrian <adrian.hunter@...el.com>; Kan Liang <kan.liang@...ux.intel.com>; Guo, Wangyang <wangyang.guo@...el.com>; linux-perf-users@...r.kernel.org; linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] tools/perf: Add --exclude-buildids option to perf archive command
On Thu, 26 Jun 2025 00:14:01 +0800, Tianyou Li wrote:
> When make a perf archive, it may contains the binaries that user did
> not want to ship with, add --exclude-buildids option to specify a file
> which contains the buildids need to be excluded. The file can be generated from command:
>
> perf buildid-list -i perf.data --with-hits | grep -v "^ " >
> exclude-buildids.txt
>
> Then remove the lines from the exclude-buildids.txt for buildids should be included.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung
Powered by blists - more mailing lists