Path: blob/master/tools/perf/Documentation/perf-inject.txt
10821 views
perf-inject(1)1==============23NAME4----5perf-inject - Filter to augment the events stream with additional information67SYNOPSIS8--------9[verse]10'perf inject <options>'1112DESCRIPTION13-----------14perf-inject reads a perf-record event stream and repipes it to stdout. At any15point the processing code can inject other events into the event stream - in16this case build-ids (-b option) are read and injected as needed into the event17stream.1819Build-ids are just the first user of perf-inject - potentially anything that20needs userspace processing to augment the events stream with additional21information could make use of this facility.2223OPTIONS24-------25-b::26--build-ids=::27Inject build-ids into the output stream28-v::29--verbose::30Be more verbose.3132SEE ALSO33--------34linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]353637