Lines Matching +full:stdout +full:- +full:path

1 perf-inject(1)
5 ----
6 perf-inject - Filter to augment the events stream with additional information
9 --------
14 -----------
15 perf-inject reads a perf-record event stream and repipes it to stdout. At any
16 point the processing code can inject other events into the event stream - in
17 this case build-ids (-b option) are read and injected as needed into the event
20 Build-ids are just the first user of perf-inject - potentially anything that
25 -------
26 -b::
27 --build-ids::
28 Inject build-ids of DSOs hit by samples into the output stream.
31 --buildid-all::
32 Inject build-ids of all DSOs into the output stream regardless of hits
35 --known-build-ids=::
36 Override build-ids to inject using these comma-separated pairs of
37 build-id and path. Understands file://filename to read these pairs
38 from a file, which can be generated with perf buildid-list.
40 -v::
41 --verbose::
43 -i::
44 --input=::
46 -o::
47 --output=::
48 Output file name. (default: stdout)
49 -s::
50 --sched-stat::
55 -k::
56 --vmlinux=<file>::
59 --ignore-vmlinux::
62 --kallsyms=<file>::
65 --itrace::
71 --strip::
72 Use with --itrace to strip out non-synthesized events.
74 -j::
75 --jit::
81 -f::
82 --force::
85 --vm-time-correlation[=OPTIONS]::
88 in place, to correlate with host timestamps. The in-place update means
91 start with "dry-run" which will cause the file to be processed but
93 Intel PT, refer linkperf:perf-intel-pt[1]
95 --guest-data=<path>,<pid>[,<time offset>[,<time scale>]]::
102 using Linux command line option no-kvmclock.
105 The QEMU option -name debug-threads=on is needed so that thread names
108 When using perf record in the guest, option --sample-identifier
109 should be used, and also --buildid-all and --switch-events may be
117 --------
118 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1],
119 linkperf:perf-intel-pt[1]