perf_event__synthesize_sample
perf_event__synthesize_sample(&event, bench_sample_type,
perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type,
err = perf_event__synthesize_sample(event_copy, evsel->core.attr.sample_type,
ret = perf_event__synthesize_sample(event_copy, sample_type,
err = perf_event__synthesize_sample(event, sample_type,
err = perf_event__synthesize_sample(event, sample_type, read_format,
return perf_event__synthesize_sample(event, type, /*read_format=*/0,
return perf_event__synthesize_sample(event, type, /*read_format=*/0,
ret = perf_event__synthesize_sample(&event,
return perf_event__synthesize_sample(event, type, /*read_format=*/0,
int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format,