Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / tools / perf / Documentation / perf-buildid-list.txt
CommitLineData
c34984b2
ACM
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
7a6f205d
ACM
19It can also be used to show the build id of the running kernel or in an ELF
20file using -i/--input.
f2add9cd 21
c34984b2
ACM
22OPTIONS
23-------
b6a535db
SB
24-H::
25--with-hits::
26 Show only DSOs with hits.
c34984b2
ACM
27-i::
28--input=::
efad1415 29 Input file name. (default: perf.data unless stdin is a fifo)
c34984b2
ACM
30-f::
31--force::
32 Don't do ownership validation.
f2add9cd
ACM
33-k::
34--kernel::
35 Show running kernel build id.
a6bd98c4
BJ
36-m::
37--kernel-maps::
38 Show buildid, start/end text address, and path of running kernel and
39 its modules.
c34984b2
ACM
40-v::
41--verbose::
1124ba73 42 Be more verbose.
c34984b2
ACM
43
44SEE ALSO
45--------
46linkperf:perf-record[1], linkperf:perf-top[1],
47linkperf:perf-report[1]