Lines Matching refs:perf_stat_config
13 struct perf_stat_config;
64 typedef struct aggr_cpu_id (*aggr_get_id_t)(struct perf_stat_config *config, struct perf_cpu cpu);
66 struct perf_stat_config { struct
117 extern struct perf_stat_config stat_config; argument
164 typedef void (*print_metric_t)(struct perf_stat_config *config,
170 typedef void (*new_line_t)(struct perf_stat_config *config, void *ctx);
173 typedef void (*print_metricgroup_header_t)(struct perf_stat_config *config,
185 void perf_stat__print_shadow_stats(struct perf_stat_config *config,
190 void *perf_stat__print_shadow_stats_metricgroup(struct perf_stat_config *config,
197 int evlist__alloc_stats(struct perf_stat_config *config,
207 void evlist__copy_res_stats(struct perf_stat_config *config, struct evlist *evlist);
209 int perf_stat_process_counter(struct perf_stat_config *config,
211 void perf_stat_merge_counters(struct perf_stat_config *config, struct evlist *evlist);
212 void perf_stat_process_percore(struct perf_stat_config *config, struct evlist *evlist);
227 struct perf_stat_config *config,
230 void evlist__print_counters(struct evlist *evlist, struct perf_stat_config *config,