Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_sample (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dsynthetic-events.h49 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct …
Dintel-bts.c303 ret = perf_event__synthesize_sample(&event, in intel_bts_synth_branch_sample()
Dcs-etm.c1026 return perf_event__synthesize_sample(event, type, 0, sample); in cs_etm__inject_event()
Dsynthetic-events.c1420 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, in perf_event__synthesize_sample() function
Dintel-pt.c1316 return perf_event__synthesize_sample(event, type, 0, sample); in intel_pt_inject_event()
/Linux-v5.10/tools/perf/tests/
Dsample-parsing.c280 err = perf_event__synthesize_sample(event, sample_type, read_format, in do_test()
/Linux-v5.10/tools/perf/bench/
Dinject-buildid.c231 perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample); in synthesize_sample()
/Linux-v5.10/tools/perf/
Dbuiltin-inject.c654 perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type, in perf_inject__sched_stat()