mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:10:53 +07:00
perf report: Add help/manpage
Add a (minimal) manpage for perf report. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: John Kacur <jkacur@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
53cb8bc2a3
commit
0bec253c81
32
Documentation/perf_counter/Documentation/perf-report.txt
Normal file
32
Documentation/perf_counter/Documentation/perf-report.txt
Normal file
@ -0,0 +1,32 @@
|
||||
perf-report(1)
|
||||
==========
|
||||
|
||||
NAME
|
||||
----
|
||||
perf-report - Read output.perf (created by perf record) and display the profile
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'perf report' [-i <file> | --input=file]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
This command displays the performance counter profile information recorded
|
||||
via perf report.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
-i::
|
||||
--input=::
|
||||
Input file name. (default: output.perf)
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
linkperf:perf-stat[1]
|
Loading…
Reference in New Issue
Block a user