Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 25 of 28) sorted by relevance

12

/tools/perf/
A Dbuiltin-inject.c490 ret = jit_process(inject->session, &inject->output, machine, in perf_event__repipe_common_mmap()
926 .inject = inject, in perf_event__inject_buildid()
2118 struct perf_inject *inject = inj_fc->inject; in feat_copy_cb() local
2138 inject->input_name, inject->output.path); in copy_kcore_dir()
2217 memset(&inject->tool, 0, sizeof(inject->tool)); in __cmd_inject()
2226 inject->itrace_synth_opts.inject = true; in __cmd_inject()
2288 if (!inject->output.is_pipe && !inject->in_place_update) in __cmd_inject()
2310 .inject = inject, in __cmd_inject()
2451 if (inject.strip && !inject.itrace_synth_opts.set) { in cmd_inject()
2476 if (strcmp(inject.output.path, "-") && !inject.strip && in cmd_inject()
[all …]
A Dcommand-list.txt16 perf-inject mainporcelain common
A DBuild19 perf-y += builtin-inject.o
/tools/testing/selftests/net/
A Dvlan_bridge_binding.sh120 local inject=$1; shift
131 $inject
137 $inject
143 $inject
149 $inject
158 local inject=$1; shift
161 do_test_binding "$inject" "$what" \
170 local inject=$1; shift
173 do_test_binding "$inject" "$what" \
/tools/perf/tests/shell/
A Dpipe_test.sh73 …if ! perf record -e task-clock:u -o - ${prog} | perf inject ${inject_opt}| perf report -i - | grep…
80 …if ! perf record -g -e task-clock:u -o - ${prog} | perf inject ${inject_opt} | perf report -i - | …
87 perf record -e task-clock:u -o - ${prog} | perf inject ${inject_opt} -o ${data}
95 if ! perf inject ${inject_opt} -i ${data} | perf report -i - | grep -q ${sym}; then
102 if ! perf inject ${inject_opt} -i ${data} | perf report -i - | grep -q ${sym}; then
109 perf inject ${inject_opt} -i ${data} -o ${data2}
A Drecord+zstd_comp_decomp.sh27 $perf_tool inject -i "$trace_file" -o "$trace_file.decomp" &&
A Dtest_java_symbol.sh59 if ! DEBUGINFOD_URLS='' perf inject -i $PERF_DATA -o $PERF_INJ_DATA -j; then
A Dtest_intel_pt.sh419 perf inject -i "${tmpfile}" -o "${perfdatafile}" --jit
644 if ! perf_record_no_bpf -o- -e intel_pt//u uname | perf inject -b > /dev/null ; then
/tools/testing/selftests/memory-hotplug/
A Dmem-on-off-test.sh243 NOTIFIER_ERR_INJECT_DIR=$DEBUGFS/notifier-error-inject/memory
249 /sbin/modprobe -q -r memory-notifier-error-inject
250 /sbin/modprobe -q memory-notifier-error-inject priority=$priority
258 echo $msg memory-notifier-error-inject module is not available >&2
305 /sbin/modprobe -q -r memory-notifier-error-inject
/tools/perf/Documentation/
A Dperf-inject.txt1 perf-inject(1)
6 perf-inject - Filter to augment the events stream with additional information
11 'perf inject <options>'
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
20 Build-ids are just the first user of perf-inject - potentially anything that
36 Override build-ids to inject using these comma-separated pairs of
112 :GMEXAMPLECMD: inject
A Dintel-bts.txt80 perf inject
83 perf inject also accepts the --itrace option in which case tracing data is
86 perf inject --itrace -i perf.data -o perf.data.new
A Dperf.txt91 linkperf:perf-help[1], linkperf:perf-inject[1],
A Dperf-intel-pt.txt36 'perf script', 'perf report' and 'perf inject'. See below for more information
1247 perf inject
1250 perf inject also accepts the --itrace option in which case tracing data is
1253 perf inject --itrace -i perf.data -o perf.data.new
1274 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
1315 using 'perf inject' and requires unchanging VMX TSC Offset and no VMX TSC Scaling.
1430 $ perf inject -i perf.data.kvm --vm-time-correlation=dry-run
1444 Now that the TSC Offset is known, it can be provided to 'perf inject'
1448 Note the options for 'perf inject' --vm-time-correlation are:
1458 $ perf inject -i perf.data.kvm --vm-time-correlation=0xffffe42722c64c41 --force
[all …]
A Dperf.data-file-format.txt6 or perf inject and consumed by the other perf tools.
15 augmented with additional events using perf inject.
624 This is used, for instance, to 'perf inject' events after init and before
A Dperf-lock.txt220 --inject-delay=<time@function>::
A Dperf-arm-spe.txt254 linkperf:perf-inject[1]
/tools/testing/selftests/powerpc/mce/
A D.gitignore1 inject-ra-err
A DMakefile3 TEST_GEN_PROGS := inject-ra-err
/tools/testing/selftests/kvm/x86/
A Dnested_exceptions_test.c190 static void queue_ss_exception(struct kvm_vcpu *vcpu, bool inject) in queue_ss_exception() argument
202 events.exception.pending = !inject; in queue_ss_exception()
203 events.exception.injected = inject; in queue_ss_exception()
/tools/testing/fault-injection/
A Dfailcmd.sh59 inject slab allocation failures
61 inject page allocation failures
/tools/perf/bench/
A DBuild17 perf-bench-y += inject-buildid.o
/tools/perf/util/
A Dauxtrace.h124 bool inject; member
A Ds390-cpumsf.c1075 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
A Dintel-bts.c302 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
A Dcs-etm.c1595 if (etm->synth_opts.inject) { in cs_etm__synth_instruction_sample()
1670 if (etm->synth_opts.inject) { in cs_etm__synth_branch_sample()

Completed in 43 milliseconds

12