blob: 5eaac6f26d51e861236cfa48ab7c0509107b472c [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
19OPTIONS
20-------
Shawn Bohrerb6a535d2010-11-30 19:57:10 -060021-H::
22--with-hits::
23 Show only DSOs with hits.
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020024-i::
25--input=::
26 Input file name. (default: perf.data)
27-f::
28--force::
29 Don't do ownership validation.
30-v::
31--verbose::
Arnaldo Carvalho de Melo1124ba72009-11-16 21:45:25 -020032 Be more verbose.
Arnaldo Carvalho de Meloc34984b2009-11-16 16:32:45 -020033
34SEE ALSO
35--------
36linkperf:perf-record[1], linkperf:perf-top[1],
37linkperf:perf-report[1]