-
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: 147686 b: refs/heads/master c: 8035e42 h: refs/heads/master v: v3
- Loading branch information
Ingo Molnar
committed
Jun 6, 2009
1 parent
bd031a3
commit 625a685
Showing
7 changed files
with
1,326 additions
and
3 deletions.
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: 6e6b754ffdb6415723686c733f13275397e44422 | ||
refs/heads/master: 8035e4288078cb806e7dd6bafe4d3e54d44cab3f |
26 changes: 26 additions & 0 deletions
26
trunk/Documentation/perf_counter/Documentation/perf-annotate.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,26 @@ | ||
perf-annotate(1) | ||
============== | ||
|
||
NAME | ||
---- | ||
perf-annotate - Read perf.data (created by perf record) and annotate functions | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf annotate' [-i <file> | --input=file] symbol_name | ||
|
||
DESCRIPTION | ||
----------- | ||
This command displays the performance counter profile information recorded | ||
via perf record. | ||
|
||
OPTIONS | ||
------- | ||
-i:: | ||
--input=:: | ||
Input file name. (default: perf.data) | ||
|
||
SEE ALSO | ||
-------- | ||
linkperf:perf-record[1] |
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
Oops, something went wrong.