blob: 25c52efcc7f062cfe17e9f9178fcad6f9300d166 [file] [log] [blame]
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -02001perf-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
Arnaldo Carvalho de Melo7a6f2052011-08-29 08:33:17 -030019It can also be used to show the build id of the running kernel or in an ELF
20file using -i/--input.
Arnaldo Carvalho de Melof2add9c2011-08-29 08:07:22 -030021
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020022OPTIONS
23-------
Shawn Bohrerb6a535d2010-11-30 19:57:10 -060024-H::
25--with-hits::
26 Show only DSOs with hits.
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020027-i::
28--input=::
Robert Richterefad1412011-12-07 10:02:54 +010029 Input file name. (default: perf.data unless stdin is a fifo)
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020030-f::
31--force::
32 Don't do ownership validation.
Arnaldo Carvalho de Melof2add9c2011-08-29 08:07:22 -030033-k::
34--kernel::
35 Show running kernel build id.
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020036-v::
37--verbose::
Arnaldo Carvalho de Melo1124ba72009-11-16 21:45:25 -020038 Be more verbose.
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020039
40SEE ALSO
41--------
42linkperf:perf-record[1], linkperf:perf-top[1],
43linkperf:perf-report[1]