xref: /linux/tools/perf/Documentation/perf-buildid-list.txt (revision f2ee442115c9b6219083c019939a9cc0c9abb2f8)
1perf-buildid-list(1)
2====================
3
4NAME
5----
6perf-buildid-list - List the buildids in a perf.data file
7
8SYNOPSIS
9--------
10[verse]
11'perf buildid-list <options>'
12
13DESCRIPTION
14-----------
15This command displays the buildids found in a perf.data file, so that other
16tools can be used to fetch packages with matching symbol tables for use by
17perf report.
18
19It can also be used to show the build id of the running kernel or in an ELF
20file using -i/--input.
21
22OPTIONS
23-------
24-H::
25--with-hits::
26        Show only DSOs with hits.
27-i::
28--input=::
29        Input file name. (default: perf.data)
30-f::
31--force::
32	Don't do ownership validation.
33-k::
34--kernel::
35	Show running kernel build id.
36-v::
37--verbose::
38	Be more verbose.
39
40SEE ALSO
41--------
42linkperf:perf-record[1], linkperf:perf-top[1],
43linkperf:perf-report[1]
44