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