Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsynthetic-events.h48 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()
Dsynthetic-events.c1234 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, in perf_event__synthesize_sample() function
Dcs-etm.c996 return perf_event__synthesize_sample(event, type, 0, sample); in cs_etm__inject_event()
Dintel-pt.c1239 return perf_event__synthesize_sample(event, type, 0, sample); in intel_pt_inject_event()
/Linux-v5.4/tools/perf/tests/
Dsample-parsing.c257 err = perf_event__synthesize_sample(event, sample_type, read_format, in do_test()
/Linux-v5.4/tools/perf/
Dbuiltin-inject.c535 perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type, in perf_inject__sched_stat()