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 -m, --kernel-maps
33 Show buildid, start/end text address, and path of running kernel
34 and its modules.
35
36 -v, --verbose
37 Be more verbose.
38
40 perf-record(1), perf-top(1), perf-report(1)
41
42
43
44perf 11/28/2023 PERF-BUILDID-LIST(1)