Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dstat.h12 struct perf_stat_config;
93 typedef int (*aggr_get_id_t)(struct perf_stat_config *config,
96 struct perf_stat_config { struct
166 typedef void (*print_metric_t)(struct perf_stat_config *config,
169 typedef void (*new_line_t)(struct perf_stat_config *config, void *ctx);
185 void perf_stat__print_shadow_stats(struct perf_stat_config *config,
198 int perf_stat_process_counter(struct perf_stat_config *config,
213 struct perf_stat_config *config,
217 struct perf_stat_config *config,
Dstat-display.c23 static void print_running(struct perf_stat_config *config, in print_running()
37 static void print_noise_pct(struct perf_stat_config *config, in print_noise_pct()
48 static void print_noise(struct perf_stat_config *config, in print_noise()
60 static void print_cgroup(struct perf_stat_config *config, struct evsel *evsel) in print_cgroup()
69 static void aggr_printout(struct perf_stat_config *config, in aggr_printout()
143 static void new_line_std(struct perf_stat_config *config __maybe_unused, in new_line_std()
151 static void do_new_line_std(struct perf_stat_config *config, in do_new_line_std()
162 static void print_metric_std(struct perf_stat_config *config, in print_metric_std()
189 static void new_line_csv(struct perf_stat_config *config, void *ctx) in new_line_csv()
202 static void print_metric_csv(struct perf_stat_config *config __maybe_unused, in print_metric_csv()
[all …]
Dsynthetic-events.h21 struct perf_stat_config;
49 int perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, per…
50 int perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, str…
Dstat.c281 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
332 static int process_counter_maps(struct perf_stat_config *config, in process_counter_maps()
353 int perf_stat_process_counter(struct perf_stat_config *config, in perf_stat_process_counter()
451 struct perf_stat_config sc; in perf_event__fprintf_stat_config()
465 struct perf_stat_config *config, in create_perf_stat_counter()
Dtrace-event.h70 struct perf_stat_config;
84 void (*process_stat)(struct perf_stat_config *config,
Dstat-shadow.c425 static void print_stalled_cycles_frontend(struct perf_stat_config *config, in print_stalled_cycles_frontend()
449 static void print_stalled_cycles_backend(struct perf_stat_config *config, in print_stalled_cycles_backend()
469 static void print_branch_misses(struct perf_stat_config *config, in print_branch_misses()
490 static void print_l1_dcache_misses(struct perf_stat_config *config, in print_l1_dcache_misses()
512 static void print_l1_icache_misses(struct perf_stat_config *config, in print_l1_icache_misses()
533 static void print_dtlb_cache_misses(struct perf_stat_config *config, in print_dtlb_cache_misses()
553 static void print_itlb_cache_misses(struct perf_stat_config *config, in print_itlb_cache_misses()
573 static void print_ll_cache_misses(struct perf_stat_config *config, in print_ll_cache_misses()
697 static void print_smi_cost(struct perf_stat_config *config, in print_smi_cost()
722 static void generic_metric(struct perf_stat_config *config, in generic_metric()
[all …]
Devent.h284 struct perf_stat_config;
287 void perf_event__read_stat_config(struct perf_stat_config *config,
Devent.c120 void perf_event__read_stat_config(struct perf_stat_config *config, in perf_event__read_stat_config()
Dsynthetic-events.c1051 struct perf_stat_config *config, in perf_event__synthesize_stat_config()
1778 int perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, in perf_event__synthesize_stat_events()
/Linux-v5.4/tools/perf/tests/
Dstat.c30 struct perf_stat_config stat_config; in process_stat_config_event()
52 struct perf_stat_config stat_config = { in test__synthesize_stat_config()
/Linux-v5.4/tools/perf/
Dbuiltin-stat.c181 static struct perf_stat_config stat_config = {
809 static int perf_stat__get_socket(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket()
815 static int perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
821 static int perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
827 static int perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
843 static int perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
849 static int perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
855 static int perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1029 static int perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1034 static int perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
[all …]
Dbuiltin-script.c76 static struct perf_stat_config stat_config;
1692 static void script_print_metric(struct perf_stat_config *config __maybe_unused, in script_print_metric()
1711 static void script_new_line(struct perf_stat_config *config __maybe_unused, in script_new_line()
/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c1392 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()