perf_event__synthesize_sample
perf_event__synthesize_sample(&event, bench_sample_type, 0, &sample);
perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type,
perf_event__synthesize_sample(event_copy, sample_type,
err = perf_event__synthesize_sample(event, sample_type, 0, &sample);
err = perf_event__synthesize_sample(event, sample_type, read_format,
return perf_event__synthesize_sample(event, type, 0, sample);
return perf_event__synthesize_sample(event, type, 0, sample);
ret = perf_event__synthesize_sample(&event,
return perf_event__synthesize_sample(event, type, 0, sample);
int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct perf_sample *sample);