2009-05-26 00:17:18 -07:00
|
|
|
perf-report(1)
|
2009-05-30 03:38:51 -07:00
|
|
|
==============
|
2009-05-26 00:17:18 -07:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2009-05-27 00:33:18 -07:00
|
|
|
perf-report - Read perf.data (created by perf record) and display the profile
|
2009-05-26 00:17:18 -07:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
|
|
|
[verse]
|
|
|
|
'perf report' [-i <file> | --input=file]
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
This command displays the performance counter profile information recorded
|
2009-06-23 07:39:53 -07:00
|
|
|
via perf record.
|
2009-05-26 00:17:18 -07:00
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-i::
|
|
|
|
--input=::
|
2009-05-27 00:33:18 -07:00
|
|
|
Input file name. (default: perf.data)
|
2009-06-30 15:01:20 -07:00
|
|
|
-d::
|
|
|
|
--dsos=::
|
|
|
|
Only consider symbols in these dsos. CSV that understands
|
|
|
|
file://filename entries.
|
2009-05-26 00:17:18 -07:00
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
linkperf:perf-stat[1]
|