Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 63e0c7715aab6085faa487d498889f4361dc6542
refs/heads/master: 11d232ec285b07860670277c8ab3f6076f7bce1e
4 changes: 2 additions & 2 deletions trunk/tools/perf/Documentation/perf-buildid-cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ perf-buildid-cache - Manage build-id cache.
SYNOPSIS
--------
[verse]
'perf buildid-list <options>'
'perf buildid-cache <options>'

DESCRIPTION
-----------
Expand All @@ -30,4 +30,4 @@ OPTIONS

SEE ALSO
--------
linkperf:perf-record[1], linkperf:perf-report[1]
linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]
35 changes: 35 additions & 0 deletions trunk/tools/perf/Documentation/perf-inject.txt
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]
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ static const char * const report_usage[] = {
};

static const struct option options[] = {
OPT_BOOLEAN('b', "inject build-ids", &inject_build_ids,
OPT_BOOLEAN('b', "build-ids", &inject_build_ids,
"Inject build-ids into the output stream"),
OPT_INCR('v', "verbose", &verbose,
"be more verbose (show build ids, etc)"),
Expand Down
1 change: 1 addition & 0 deletions trunk/tools/perf/command-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ perf-bench mainporcelain common
perf-buildid-cache mainporcelain common
perf-buildid-list mainporcelain common
perf-diff mainporcelain common
perf-inject mainporcelain common
perf-list mainporcelain common
perf-sched mainporcelain common
perf-record mainporcelain common
Expand Down

0 comments on commit 0c322c2

Please sign in to comment.