-
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: 191280 b: refs/heads/master c: 11d232e h: refs/heads/master v: v3
- Loading branch information
Arnaldo Carvalho de Melo
committed
May 4, 2010
1 parent
7c52e8e
commit 0c322c2
Showing
5 changed files
with
40 additions
and
4 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: 63e0c7715aab6085faa487d498889f4361dc6542 | ||
refs/heads/master: 11d232ec285b07860670277c8ab3f6076f7bce1e |
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
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,35 @@ | ||
perf-inject(1) | ||
============== | ||
|
||
NAME | ||
---- | ||
perf-inject - Filter to augment the events stream with additional information | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf inject <options>' | ||
|
||
DESCRIPTION | ||
----------- | ||
perf-inject reads a perf-record event stream and repipes it to stdout. At any | ||
point the processing code can inject other events into the event stream - in | ||
this case build-ids (-b option) are read and injected as needed into the event | ||
stream. | ||
|
||
Build-ids are just the first user of perf-inject - potentially anything that | ||
needs userspace processing to augment the events stream with additional | ||
information could make use of this facility. | ||
|
||
OPTIONS | ||
------- | ||
-b:: | ||
--build-ids=:: | ||
Inject build-ids into the output stream | ||
-v:: | ||
--verbose:: | ||
Be more verbose. | ||
|
||
SEE ALSO | ||
-------- | ||
linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[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
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