aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-buildid-list.txt
blob: 5eaac6f26d51e861236cfa48ab7c0509107b472c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
perf-buildid-list(1)
====================

NAME
----
perf-buildid-list - List the buildids in a perf.data file

SYNOPSIS
--------
[verse]
'perf buildid-list <options>'

DESCRIPTION
-----------
This command displays the buildids found in a perf.data file, so that other
tools can be used to fetch packages with matching symbol tables for use by
perf report.

OPTIONS
-------
-H::
--with-hits::
        Show only DSOs with hits.
-i::
--input=::
        Input file name. (default: perf.data)
-f::
--force::
	Don't do ownership validation.
-v::
--verbose::
	Be more verbose.

SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-top[1],
linkperf:perf-report[1]