Searched refs:perf_stat_config (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | trace-event.h | 72 struct perf_stat_config; 83 void (*process_stat)(struct perf_stat_config *config,
|
D | stat.h | 87 struct perf_stat_config { struct 162 int perf_stat_process_counter(struct perf_stat_config *config,
|
D | stat.c | 256 process_counter_values(struct perf_stat_config *config, struct perf_evsel *evsel, in process_counter_values() 306 static int process_counter_maps(struct perf_stat_config *config, in process_counter_maps() 327 int perf_stat_process_counter(struct perf_stat_config *config, in perf_stat_process_counter() 426 struct perf_stat_config sc; in perf_event__fprintf_stat_config()
|
D | event.h | 661 struct perf_stat_config; 691 struct perf_stat_config *config, 694 void perf_event__read_stat_config(struct perf_stat_config *config,
|
D | event.c | 1142 struct perf_stat_config *config, in perf_event__synthesize_stat_config() 1218 void perf_event__read_stat_config(struct perf_stat_config *config, in perf_event__read_stat_config()
|
/Linux-v4.19/tools/perf/tests/ |
D | stat.c | 29 struct perf_stat_config stat_config; in process_stat_config_event() 51 struct perf_stat_config stat_config = { in test__synthesize_stat_config()
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 206 static struct perf_stat_config stat_config = { 2711 static int runtime_stat_new(struct perf_stat_config *config, int nthreads) in runtime_stat_new() 2727 static void runtime_stat_delete(struct perf_stat_config *config) in runtime_stat_delete()
|
D | builtin-script.c | 62 static struct perf_stat_config stat_config;
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 1308 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()
|