perf_event__synthesize_stat  246 tools/perf/builtin-stat.c 	return perf_event__synthesize_stat(NULL, cpu, thread, sid->id, count,
perf_event__synthesize_stat   89 tools/perf/tests/stat.c 		!perf_event__synthesize_stat(NULL, 1, 2, 3, &count, process_stat_event, NULL));
perf_event__synthesize_stat   52 tools/perf/util/synthetic-events.h int perf_event__synthesize_stat(struct perf_tool *tool, u32 cpu, u32 thread, u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine);