mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 01:51:53 +00:00
b6a535dbf6
Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <1291168642-11402-3-git-send-email-shawn.bohrer@gmail.com> Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
38 lines
661 B
Plaintext
38 lines
661 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
|
|
-------
|
|
-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]
|