Lines Matching refs:stat_config
2304 if (!stat_config.output) in perf_sample__fprint_metric()
2305 stat_config.output = stdout; in perf_sample__fprint_metric()
2307 if (!stat_config.aggr_map) { in perf_sample__fprint_metric()
2309 assert(stat_config.aggr_mode == AGGR_GLOBAL); in perf_sample__fprint_metric()
2310 stat_config.aggr_get_id = script_aggr_cpu_id_get; in perf_sample__fprint_metric()
2311 stat_config.aggr_map = in perf_sample__fprint_metric()
2322 if (evlist__alloc_stats(&stat_config, evsel->evlist, /*alloc_raw=*/true) < 0) in perf_sample__fprint_metric()
2326 if (evlist__alloc_aggr_stats(evsel->evlist, stat_config.aggr_map->nr) < 0) in perf_sample__fprint_metric()
2362 perf_stat_process_counter(&stat_config, evsel); in perf_sample__fprint_metric()
2366 cpu_aggr_map__for_each_idx(aggr_idx, stat_config.aggr_map) { in perf_sample__fprint_metric()
2367 perf_stat__print_shadow_stats(&stat_config, pos, in perf_sample__fprint_metric()
2602 scripting_ops->process_stat(&stat_config, counter, tstamp); in process_stat()
3856 perf_stat_process_counter(&stat_config, counter); in process_stat_round_event()
3868 perf_event__read_stat_config(&stat_config, &event->stat_config); in process_stat_config_event()
3874 stat_config.aggr_mode = AGGR_NONE; in process_stat_config_event()
3891 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true)) in set_maps()
4434 script.tool.stat_config = process_stat_config_event; in cmd_script()