1PERF-BUILDID-LIST(1) perf Manual PERF-BUILDID-LIST(1)
2
3
4
6 perf-buildid-list - List the buildids in a perf.data file
7
9 perf buildid-list <options>
10
12 This command displays the buildids found in a perf.data file, so that
13 other tools can be used to fetch packages with matching symbol tables
14 for use by perf report.
15
16 It can also be used to show the build id of the running kernel or in an
17 ELF file using -i/--input.
18
20 -H, --with-hits
21 Show only DSOs with hits.
22
23 -i, --input=
24 Input file name. (default: perf.data unless stdin is a fifo)
25
26 -f, --force
27 Don’t do ownership validation.
28
29 -k, --kernel
30 Show running kernel build id.
31
32 -v, --verbose
33 Be more verbose.
34
36 perf-record(1), perf-top(1), perf-report(1)
37
38
39
40perf 03/30/2021 PERF-BUILDID-LIST(1)