Re: [PATCH V2] tools/perf: Add --exclude-buildids option to perf archive command
From: Namhyung Kim
Date: Fri Jun 27 2025 - 14:53:52 EST
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