1PERF-INJECT(1) perf Manual PERF-INJECT(1)
2
3
4
6 perf-inject - Filter to augment the events stream with additional
7 information
8
10 perf inject <options>
11
13 perf-inject reads a perf-record event stream and repipes it to stdout.
14 At any point the processing code can inject other events into the event
15 stream - in this case build-ids (-b option) are read and injected as
16 needed into the event stream.
17
18 Build-ids are just the first user of perf-inject - potentially anything
19 that needs userspace processing to augment the events stream with
20 additional information could make use of this facility.
21
23 -b, --build-ids=
24 Inject build-ids into the output stream
25
26 -v, --verbose
27 Be more verbose.
28
30 perf-record(1), perf-report(1), perf-archive(1)
31
32
33
34perf 2.6.35.14-106.fc 11/23/2011 PERF-INJECT(1)