Home
last modified time | relevance | path

Searched refs:process_stat_config_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dstat.c23 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event() function
58 !perf_event__synthesize_stat_config(NULL, &stat_config, process_stat_config_event, NULL)); in test__synthesize_stat_config()
/Linux-v4.19/tools/perf/
Dbuiltin-stat.c2629 int process_stat_config_event(struct perf_tool *tool, in process_stat_config_event() function
2751 .stat_config = process_stat_config_event,
Dbuiltin-script.c2982 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event() function
3108 .stat_config = process_stat_config_event, in cmd_script()