diff options
| author | Tianyou Li <[email protected]> | 2025-06-25 16:14:01 +0000 |
|---|---|---|
| committer | Namhyung Kim <[email protected]> | 2025-06-26 22:40:19 +0000 |
| commit | 9d8511daf1e81a93007b7bb5020d4ce5ce001deb (patch) | |
| tree | 949937e93f40fd887adc150d38d64a8fe8c31024 /tools/perf/tests/shell/lib/perf_json_output_lint.py | |
| parent | perf annotate: Fix source code annotate with objdump (diff) | |
| download | kernel-9d8511daf1e81a93007b7bb5020d4ce5ce001deb.tar.gz kernel-9d8511daf1e81a93007b7bb5020d4ce5ce001deb.zip | |
tools/perf: Add --exclude-buildids option to perf archive command
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.
Signed-off-by: Tianyou Li <[email protected]>
Reviewed-by: Wangyang Guo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
Diffstat (limited to 'tools/perf/tests/shell/lib/perf_json_output_lint.py')
0 files changed, 0 insertions, 0 deletions
