Home
last modified time | relevance | path

Searched refs:res_stats (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dstat.c93 init_stats(&ps->res_stats); in evsel__reset_stat_priv()
273 * in the evsel->stats.res_stats. See perf_stat_process_counter(). in evsel__copy_res_stats()
275 *ps->aggr[0].counts.values = avg_stats(&ps->res_stats); in evsel__copy_res_stats()
501 update_stats(&ps->res_stats, *count); in perf_stat_process_counter()
H A Dstat.h36 struct stats res_stats; member
H A Dstat-display.c224 print_noise_pct(config, os, stddev_stats(&ps->res_stats), avg, before_metric); in print_noise()