Lines Matching refs:perf_stat_config
14 struct perf_stat_config;
138 typedef struct aggr_cpu_id (*aggr_get_id_t)(struct perf_stat_config *config, struct perf_cpu cpu);
140 struct perf_stat_config { struct
234 typedef void (*print_metric_t)(struct perf_stat_config *config,
237 typedef void (*new_line_t)(struct perf_stat_config *config, void *ctx);
253 void perf_stat__print_shadow_stats(struct perf_stat_config *config,
260 int evlist__alloc_stats(struct perf_stat_config *config,
271 int perf_stat_process_counter(struct perf_stat_config *config,
273 void perf_stat_merge_counters(struct perf_stat_config *config, struct evlist *evlist);
274 void perf_stat_process_percore(struct perf_stat_config *config, struct evlist *evlist);
275 void perf_stat_process_shadow_stats(struct perf_stat_config *config, struct evlist *evlist);
290 struct perf_stat_config *config,
293 void evlist__print_counters(struct evlist *evlist, struct perf_stat_config *config,