Lines Matching refs:stat
315 u64 prev_period = he->stat.period;
321 he_stat__decay(&he->stat);
326 diff = prev_period - he->stat.period;
346 return he->stat.period == 0;
435 he->stat_acc = malloc(sizeof(he->stat));
438 memcpy(he->stat_acc, &he->stat, sizeof(he->stat));
440 memset(&he->stat, 0, sizeof(he->stat));
588 u64 period = entry->stat.period;
589 u64 weight = entry->stat.weight;
608 he_stat__add_period(&he->stat, period, weight);
655 he_stat__add_cpumode_period(&he->stat, al->cpumode, period);
718 .stat = {
1466 he_stat__add_stat(&iter->stat, &he->stat);
1582 he_stat__add_stat(&iter->stat, &he->stat);
1710 hists->stats.total_non_filtered_period += h->stat.period;
1719 hists->stats.total_period += h->stat.period;
1741 hists->stats.total_period += he->stat.period;
1743 hists->stats.total_non_filtered_period += he->stat.period;
1819 u64 total = he->stat.period;
1845 u64 total = he->stat.period;
2054 he_stat__add_stat(&parent->stat, &h->stat);
2080 hists->stats.nr_non_filtered_samples += h->stat.nr_events;
2220 memset(&h->stat, 0, sizeof(h->stat));
2359 memset(&he->stat, 0, sizeof(he->stat));
2362 memset(he->stat_acc, 0, sizeof(he->stat));
2412 memset(&he->stat, 0, sizeof(he->stat));