Home
last modified time | relevance | path

Searched refs:perf_event__synthesize_stat (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dstat.c89 !perf_event__synthesize_stat(NULL, 1, 2, 3, &count, process_stat_event, NULL)); in test__synthesize_stat()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dstat.c90 !perf_event__synthesize_stat(NULL, (struct perf_cpu){.cpu = 1}, 2, 3, in test__synthesize_stat()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsynthetic-events.h53 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);
H A Dsynthetic-events.c1266 int perf_event__synthesize_stat(struct perf_tool *tool, in perf_event__synthesize_stat() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsynthetic-events.h69 int perf_event__synthesize_stat(struct perf_tool *tool, struct perf_cpu cpu, u32 thread, u64 id, struct perf_counts_values *count, perf_event__handler_t process, struct machine *machine);
H A Dsynthetic-events.c1390 int perf_event__synthesize_stat(struct perf_tool *tool, in perf_event__synthesize_stat() function
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c311 return perf_event__synthesize_stat(NULL, cpu, thread, sid->id, count, in evsel__write_stat_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c274 return perf_event__synthesize_stat(NULL, cpu, thread, sid->id, count, in evsel__write_stat_event()

Completed in 14 milliseconds