Lines Matching refs:stat_config
85 static struct perf_stat_config stat_config;
2078 evlist__alloc_stats(&stat_config, script->session->evlist, /*alloc_raw=*/false);
2085 perf_stat__print_shadow_stats(&stat_config, ev2,
2310 scripting_ops->process_stat(&stat_config, counter, tstamp);
3654 perf_stat_process_counter(&stat_config, counter);
3665 perf_event__read_stat_config(&stat_config, &event->stat_config);
3671 stat_config.aggr_mode = AGGR_NONE;
3688 if (evlist__alloc_stats(&stat_config, evlist, /*alloc_raw=*/true))
3851 .stat_config = process_stat_config_event,