Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsynthetic-events.h84 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct …
H A Dintel-bts.c304 ret = perf_event__synthesize_sample(&event, in intel_bts_synth_branch_sample()
H A Darm-spe.c449 return perf_event__synthesize_sample(event, type, 0, sample); in arm_spe__inject_event()
H A Dsynthetic-events.c1602 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, in perf_event__synthesize_sample() function
H A Dcs-etm.c1430 return perf_event__synthesize_sample(event, type, 0, sample); in cs_etm__inject_event()
H A Dintel-pt.c1735 return perf_event__synthesize_sample(event, type, 0, sample); in intel_pt_inject_event()
/linux/tools/perf/tests/
H A Ddlfilter-test.c193 err = perf_event__synthesize_sample(event, sample_type, 0, &sample); in write_sample()
H A Dsample-parsing.c326 err = perf_event__synthesize_sample(event, sample_type, read_format, in do_test()
/linux/tools/perf/bench/
H A Dinject-buildid.c233 perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample); in synthesize_sample()
/linux/tools/perf/
H A Dbuiltin-inject.c1029 perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type, in perf_inject__sched_stat()