Home
last modified time | relevance | path

Searched refs:perf_stat_config (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dtrace-event.h72 struct perf_stat_config;
83 void (*process_stat)(struct perf_stat_config *config,
Dstat.h87 struct perf_stat_config { struct
162 int perf_stat_process_counter(struct perf_stat_config *config,
Dstat.c256 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()
Devent.h661 struct perf_stat_config;
691 struct perf_stat_config *config,
694 void perf_event__read_stat_config(struct perf_stat_config *config,
Devent.c1142 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/
Dstat.c29 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/
Dbuiltin-stat.c206 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()
Dbuiltin-script.c62 static struct perf_stat_config stat_config;
/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c1308 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()