Lines Matching refs:stat
229 double old_percent = period_percent(he, he->stat.period); in compute_delta()
230 double new_percent = period_percent(pair, pair->stat.period); in compute_delta()
239 double old_period = he->stat.period ?: 1; in compute_ratio()
240 double new_period = pair->stat.period; in compute_ratio()
249 u64 old_period = he->stat.period; in compute_wdiff()
250 u64 new_period = pair->stat.period; in compute_wdiff()
272 pair->stat.period, pair_total, in formula_delta()
273 he->stat.period, he_total); in formula_delta()
279 double old_period = he->stat.period; in formula_ratio()
280 double new_period = pair->stat.period; in formula_ratio()
288 u64 old_period = he->stat.period; in formula_wdiff()
289 u64 new_period = pair->stat.period; in formula_wdiff()
606 if (left->stat.period == right->stat.period) in hist_entry__cmp_baseline()
608 return left->stat.period > right->stat.period ? 1 : -1; in hist_entry__cmp_baseline()
828 return 100.0 * he->stat.period / total; in baseline_percent()
941 scnprintf(buf, size, "%" PRIu64, he->stat.period); in hpp__entry_unpair()
1004 scnprintf(buf, size, "%" PRIu64, pair->stat.period); in hpp__entry_pair()