Searched refs:perf_event__synthesize_sample (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/util/ |
H A D | synthetic-events.h | 84 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct …
|
H A D | intel-bts.c | 304 ret = perf_event__synthesize_sample(&event, in intel_bts_synth_branch_sample()
|
H A D | arm-spe.c | 449 return perf_event__synthesize_sample(event, type, 0, sample); in arm_spe__inject_event()
|
H A D | synthetic-events.c | 1602 int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, in perf_event__synthesize_sample() function
|
H A D | cs-etm.c | 1430 return perf_event__synthesize_sample(event, type, 0, sample); in cs_etm__inject_event()
|
H A D | intel-pt.c | 1735 return perf_event__synthesize_sample(event, type, 0, sample); in intel_pt_inject_event()
|
/linux/tools/perf/tests/ |
H A D | dlfilter-test.c | 193 err = perf_event__synthesize_sample(event, sample_type, 0, &sample); in write_sample()
|
H A D | sample-parsing.c | 326 err = perf_event__synthesize_sample(event, sample_type, read_format, in do_test()
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 233 perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample); in synthesize_sample()
|
/linux/tools/perf/ |
H A D | builtin-inject.c | 1029 perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type, in perf_inject__sched_stat()
|