Lines Matching refs:stat_config
2297 if (!stat_config.output) in perf_sample__fprint_metric()
2298 stat_config.output = stdout; in perf_sample__fprint_metric()
2300 if (!stat_config.aggr_map) { in perf_sample__fprint_metric()
2302 assert(stat_config.aggr_mode == AGGR_GLOBAL); in perf_sample__fprint_metric()
2303 stat_config.aggr_get_id = script_aggr_cpu_id_get; in perf_sample__fprint_metric()
2304 stat_config.aggr_map = in perf_sample__fprint_metric()
2315 if (evlist__alloc_stats(&stat_config, evsel->evlist, /*alloc_raw=*/true) < 0) in perf_sample__fprint_metric()
2319 if (evlist__alloc_aggr_stats(evsel->evlist, stat_config.aggr_map->nr) < 0) in perf_sample__fprint_metric()
2355 perf_stat_process_counter(&stat_config, evsel); in perf_sample__fprint_metric()
2359 cpu_aggr_map__for_each_idx(aggr_idx, stat_config.aggr_map) { in perf_sample__fprint_metric()
2360 perf_stat__print_shadow_stats(&stat_config, pos, in perf_sample__fprint_metric()
2587 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
3839 perf_stat_process_counter(&stat_config, counter); in process_stat_round_event()
3851 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event()
3857 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event()
3874 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps()
4418 script.tool.stat_config = process_stat_config_event; in cmd_script()