You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
424 B
27 lines
424 B
16 years ago
|
perf-report(1)
|
||
16 years ago
|
==============
|
||
16 years ago
|
|
||
|
NAME
|
||
|
----
|
||
16 years ago
|
perf-report - Read perf.data (created by perf record) and display the profile
|
||
16 years ago
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
|
[verse]
|
||
|
'perf report' [-i <file> | --input=file]
|
||
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
This command displays the performance counter profile information recorded
|
||
|
via perf report.
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
-i::
|
||
|
--input=::
|
||
16 years ago
|
Input file name. (default: perf.data)
|
||
16 years ago
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
linkperf:perf-stat[1]
|