Lines Matching refs:stat
281 double old_percent = period_percent(he, he->stat.period);
282 double new_percent = period_percent(pair, pair->stat.period);
291 double old_period = he->stat.period ?: 1;
292 double new_period = pair->stat.period;
301 u64 old_period = he->stat.period;
302 u64 new_period = pair->stat.period;
324 pair->stat.period, pair_total,
325 he->stat.period, he_total);
331 double old_period = he->stat.period;
332 double new_period = pair->stat.period;
340 u64 old_period = he->stat.period;
341 u64 new_period = pair->stat.period;
872 if (left->stat.period == right->stat.period)
874 return left->stat.period > right->stat.period ? 1 : -1;
1320 return 100.0 * he->stat.period / total;
1578 scnprintf(buf, size, "%" PRIu64, he->stat.period);
1642 scnprintf(buf, size, "%" PRIu64, pair->stat.period);