Searched refs:perf_event__synthesize_stat_config (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | stat.c | 59 !perf_event__synthesize_stat_config(NULL, &stat_config, process_stat_config_event, NULL)); in test__synthesize_stat_config()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | stat.c | 60 !perf_event__synthesize_stat_config(NULL, &stat_config, process_stat_config_event, NULL)); in test__synthesize_stat_config()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.h | 50 int perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine);
|
H A D | synthetic-events.c | 1228 int perf_event__synthesize_stat_config(struct perf_tool *tool, in perf_event__synthesize_stat_config() function 2004 err = perf_event__synthesize_stat_config(tool, config, process, NULL); in perf_event__synthesize_stat_events()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | synthetic-events.h | 66 int perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, perf_event__handler_t process, struct machine *machine);
|
H A D | synthetic-events.c | 1351 int perf_event__synthesize_stat_config(struct perf_tool *tool, in perf_event__synthesize_stat_config() function 2262 err = perf_event__synthesize_stat_config(tool, config, process, NULL); in perf_event__synthesize_stat_events()
|
Completed in 7 milliseconds