perf_event__synthesize_sample  535 tools/perf/builtin-inject.c 	perf_event__synthesize_sample(event_sw, evsel->core.attr.sample_type,
perf_event__synthesize_sample  257 tools/perf/tests/sample-parsing.c 	err = perf_event__synthesize_sample(event, sample_type, read_format,
perf_event__synthesize_sample  996 tools/perf/util/cs-etm.c 	return perf_event__synthesize_sample(event, type, 0, sample);
perf_event__synthesize_sample  303 tools/perf/util/intel-bts.c 		ret = perf_event__synthesize_sample(&event,
perf_event__synthesize_sample 1239 tools/perf/util/intel-pt.c 	return perf_event__synthesize_sample(event, type, 0, sample);
perf_event__synthesize_sample   48 tools/perf/util/synthetic-events.h int perf_event__synthesize_sample(union perf_event *event, u64 type, u64 read_format, const struct perf_sample *sample);