diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-05-26 09:17:18 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-05-26 13:11:57 +0200 |
commit | 0bec253c813fbb067db4dfd9f5b6cec1bd2ef026 (patch) | |
tree | 5bc84244513fa79a7e8858e6800888f308149cb1 | |
parent | 53cb8bc2a3d976efd1a800c3de4640a7220afbb3 (diff) | |
download | op-kernel-dev-0bec253c813fbb067db4dfd9f5b6cec1bd2ef026.zip op-kernel-dev-0bec253c813fbb067db4dfd9f5b6cec1bd2ef026.tar.gz |
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>
-rw-r--r-- | Documentation/perf_counter/Documentation/perf-report.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Documentation/perf_counter/Documentation/perf-report.txt b/Documentation/perf_counter/Documentation/perf-report.txt new file mode 100644 index 0000000..64696a2 --- /dev/null +++ b/Documentation/perf_counter/Documentation/perf-report.txt @@ -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] |