Searched refs:inject (Results 1 – 25 of 28) sorted by relevance
12
| /tools/perf/ |
| A D | builtin-inject.c | 490 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 D | command-list.txt | 16 perf-inject mainporcelain common
|
| A D | Build | 19 perf-y += builtin-inject.o
|
| /tools/testing/selftests/net/ |
| A D | vlan_bridge_binding.sh | 120 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 D | pipe_test.sh | 73 …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 D | record+zstd_comp_decomp.sh | 27 $perf_tool inject -i "$trace_file" -o "$trace_file.decomp" &&
|
| A D | test_java_symbol.sh | 59 if ! DEBUGINFOD_URLS='' perf inject -i $PERF_DATA -o $PERF_INJ_DATA -j; then
|
| A D | test_intel_pt.sh | 419 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 D | mem-on-off-test.sh | 243 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 D | perf-inject.txt | 1 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 D | intel-bts.txt | 80 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 D | perf.txt | 91 linkperf:perf-help[1], linkperf:perf-inject[1],
|
| A D | perf-intel-pt.txt | 36 '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 D | perf.data-file-format.txt | 6 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 D | perf-lock.txt | 220 --inject-delay=<time@function>::
|
| A D | perf-arm-spe.txt | 254 linkperf:perf-inject[1]
|
| /tools/testing/selftests/powerpc/mce/ |
| A D | .gitignore | 1 inject-ra-err
|
| A D | Makefile | 3 TEST_GEN_PROGS := inject-ra-err
|
| /tools/testing/selftests/kvm/x86/ |
| A D | nested_exceptions_test.c | 190 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 D | failcmd.sh | 59 inject slab allocation failures 61 inject page allocation failures
|
| /tools/perf/bench/ |
| A D | Build | 17 perf-bench-y += inject-buildid.o
|
| /tools/perf/util/ |
| A D | auxtrace.h | 124 bool inject; member
|
| A D | s390-cpumsf.c | 1075 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
|
| A D | intel-bts.c | 302 if (bts->synth_opts.inject) { in intel_bts_synth_branch_sample()
|
| A D | cs-etm.c | 1595 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