35 lines
657 B
Plaintext
35 lines
657 B
Plaintext
|
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
|
||
|
-------
|
||
|
-i::
|
||
|
--input=::
|
||
|
Input file name. (default: perf.data)
|
||
|
-f::
|
||
|
--force::
|
||
|
Don't do ownership validation.
|
||
|
-v::
|
||
|
--verbose::
|
||
|
Be more verbose, showing the name of the DSOs after the buildids.
|
||
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
linkperf:perf-record[1], linkperf:perf-top[1],
|
||
|
linkperf:perf-report[1]
|