-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 147527 b: refs/heads/master c: 0bec253 h: refs/heads/master i: 147525: 59c36d0 147523: 63ab7fd 147519: 07e3d0f v: v3
- Loading branch information
Ingo Molnar
committed
May 26, 2009
1 parent
b7bf371
commit f0a7583
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 53cb8bc2a3d976efd1a800c3de4640a7220afbb3 | ||
refs/heads/master: 0bec253c813fbb067db4dfd9f5b6cec1bd2ef026 |
32 changes: 32 additions & 0 deletions
32
trunk/Documentation/perf_counter/Documentation/perf-report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |