Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Diostat.h19 struct perf_stat_config;
31 typedef void (*iostat_print_counter_t)(struct perf_stat_config *, struct evsel *, void *);
33 int iostat_prepare(struct evlist *evlist, struct perf_stat_config *config);
36 void iostat_list(struct evlist *evlist, struct perf_stat_config *config);
38 void iostat_prefix(struct evlist *evlist, struct perf_stat_config *config,
40 void iostat_print_header_prefix(struct perf_stat_config *config);
41 void iostat_print_metric(struct perf_stat_config *config, struct evsel *evsel,
44 struct perf_stat_config *config, struct timespec *ts,
H A Dstat.h14 struct perf_stat_config;
66 struct perf_stat_config { struct
156 typedef void (*print_metric_t)(struct perf_stat_config *config,
159 typedef void (*new_line_t)(struct perf_stat_config *config, void *ctx);
162 typedef void (*print_metricgroup_header_t)(struct perf_stat_config *config,
174 void perf_stat__print_shadow_stats(struct perf_stat_config *config,
182 void *perf_stat__print_shadow_stats_metricgroup(struct perf_stat_config *config,
190 int evlist__alloc_stats(struct perf_stat_config *config,
202 int perf_stat_process_counter(struct perf_stat_config *config,
220 struct perf_stat_config *config,
[all …]
H A Diostat.c8 struct perf_stat_config *config __maybe_unused) in iostat_prepare()
22 struct perf_stat_config *config __maybe_unused) in iostat_list()
30 __weak void iostat_print_header_prefix(struct perf_stat_config *config __maybe_unused) in iostat_print_header_prefix()
34 __weak void iostat_print_metric(struct perf_stat_config *config __maybe_unused, in iostat_print_metric()
41 struct perf_stat_config *config __maybe_unused, in iostat_prefix()
48 struct perf_stat_config *config __maybe_unused, in iostat_print_counters()
H A Dstat-display.c97 static void print_running(struct perf_stat_config *config, in print_running()
131 static void print_noise_pct(struct perf_stat_config *config, in print_noise_pct()
148 static void print_noise(struct perf_stat_config *config, in print_noise()
337 static void aggr_printout(struct perf_stat_config *config, in aggr_printout()
382 static void do_new_line_std(struct perf_stat_config *config, in do_new_line_std()
719 static void abs_printout(struct perf_stat_config *config, in abs_printout()
1046 static void print_aggr(struct perf_stat_config *config, in print_aggr()
1100 static void print_counter(struct perf_stat_config *config, in print_counter()
1342 static void print_header(struct perf_stat_config *config, in print_header()
1377 static void print_table(struct perf_stat_config *config, in print_table()
[all …]
H A Dstat-shadow.c194 static void print_ratio(struct perf_stat_config *config, in print_ratio()
233 static void print_branch_miss(struct perf_stat_config *config, in print_branch_miss()
244 static void print_l1d_miss(struct perf_stat_config *config, in print_l1d_miss()
255 static void print_l1i_miss(struct perf_stat_config *config, in print_l1i_miss()
266 static void print_ll_miss(struct perf_stat_config *config, in print_ll_miss()
277 static void print_dtlb_miss(struct perf_stat_config *config, in print_dtlb_miss()
288 static void print_itlb_miss(struct perf_stat_config *config, in print_itlb_miss()
299 static void print_cache_miss(struct perf_stat_config *config, in print_cache_miss()
334 static void print_cycles(struct perf_stat_config *config, in print_cycles()
349 static void print_nsecs(struct perf_stat_config *config, in print_nsecs()
[all …]
H A Dstat.c189 int evlist__alloc_stats(struct perf_stat_config *config, in evlist__alloc_stats()
278 void evlist__copy_res_stats(struct perf_stat_config *config, struct evlist *evlist) in evlist__copy_res_stats()
368 struct perf_stat_config *config) in evsel__count_has_error()
386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, in process_counter_values()
461 static int process_counter_maps(struct perf_stat_config *config, in process_counter_maps()
479 int perf_stat_process_counter(struct perf_stat_config *config, in perf_stat_process_counter()
575 const struct perf_stat_config *config) in evsel__should_merge_hybrid()
580 static void evsel__merge_stats(struct evsel *evsel, struct perf_stat_config *config) in evsel__merge_stats()
591 void perf_stat_merge_counters(struct perf_stat_config *config, struct evlist *evlist) in perf_stat_merge_counters()
732 struct perf_stat_config sc = {}; in perf_event__fprintf_stat_config()
[all …]
H A Dsynthetic-events.h23 struct perf_stat_config;
66 int perf_event__synthesize_stat_config(struct perf_tool *tool, struct perf_stat_config *config, per…
67 int perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, str…
H A Dtrace-event.h86 struct perf_stat_config;
105 void (*process_stat)(struct perf_stat_config *config,
H A Devent.h264 struct perf_stat_config;
267 void perf_event__read_stat_config(struct perf_stat_config *config,
H A Dconfig.c458 static int perf_stat_config(const char *var, const char *value) in perf_stat_config() function
492 return perf_stat_config(var, value); in perf_default_config()
H A Devent.c149 void perf_event__read_stat_config(struct perf_stat_config *config, in perf_event__read_stat_config()
H A Dsynthetic-events.c1352 struct perf_stat_config *config, in perf_event__synthesize_stat_config()
2236 int perf_event__synthesize_stat_events(struct perf_stat_config *config, struct perf_tool *tool, in perf_event__synthesize_stat_events()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c335 int iostat_prepare(struct evlist *evlist, struct perf_stat_config *config) in iostat_prepare()
356 struct perf_stat_config *config = (struct perf_stat_config *)opt->data; in iostat_parse()
373 void iostat_list(struct evlist *evlist, struct perf_stat_config *config) in iostat_list()
400 struct perf_stat_config *config, in iostat_prefix()
417 void iostat_print_header_prefix(struct perf_stat_config *config) in iostat_print_header_prefix()
427 void iostat_print_metric(struct perf_stat_config *config, struct evsel *evsel, in iostat_print_metric()
452 struct perf_stat_config *config, struct timespec *ts, in iostat_print_counters()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c152 static struct perf_stat_config stat_config = {
1076 struct perf_stat_config *config = opt->value; in parse_control_option()
1445 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1481 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1497 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1503 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1509 static struct aggr_cpu_id perf_stat__get_cache_id_cached(struct perf_stat_config *config, in perf_stat__get_cache_id_cached()
1515 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1521 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1527 static struct aggr_cpu_id perf_stat__get_global_cached(struct perf_stat_config *config, in perf_stat__get_global_cached()
[all …]
H A Dbuiltin-script.c85 static struct perf_stat_config stat_config;
2027 static void script_print_metric(struct perf_stat_config *config __maybe_unused, in script_print_metric()
2046 static void script_new_line(struct perf_stat_config *config __maybe_unused, in script_new_line()
/openbmc/linux/tools/perf/tests/
H A Dstat.c30 struct perf_stat_config stat_config = {}; in process_stat_config_event()
53 struct perf_stat_config stat_config = { in test__synthesize_stat_config()
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1684 static void python_process_stat(struct perf_stat_config *config, in python_process_stat()