perf-report.txt 1.0 KB
Newer Older
I
Ingo Molnar 已提交
1
perf-report(1)
2
==============
I
Ingo Molnar 已提交
3 4 5

NAME
----
6
perf-report - Read perf.data (created by perf record) and display the profile
I
Ingo Molnar 已提交
7 8 9 10 11 12 13 14 15

SYNOPSIS
--------
[verse]
'perf report' [-i <file> | --input=file]

DESCRIPTION
-----------
This command displays the performance counter profile information recorded
I
Ingo Molnar 已提交
16
via perf record.
I
Ingo Molnar 已提交
17 18 19 20 21

OPTIONS
-------
-i::
--input=::
22
        Input file name. (default: perf.data)
23 24 25 26
-d::
--dsos=::
	Only consider symbols in these dsos. CSV that understands
	file://filename entries.
27 28 29 30
-C::
--comms=::
	Only consider symbols in these comms. CSV that understands
	file://filename entries.
31 32 33 34
-S::
--symbols=::
	Only consider these symbols. CSV that understands
	file://filename entries.
I
Ingo Molnar 已提交
35

36 37 38 39 40 41 42 43 44 45 46 47
-w::
--field-width=::
	Force each column width to the provided list, for large terminal
	readability.

-t::
--field-separator=::

	Use a special separator character and don't pad with spaces, replacing
	all occurances of this separator in symbol names (and other output)
	with a '.' character, that thus it's the only non valid separator.

I
Ingo Molnar 已提交
48 49 50
SEE ALSO
--------
linkperf:perf-stat[1]