Lines Matching refs:stat
7 #include "kvm-stat.h"
325 u64 prev_period = he->stat.period;
331 he_stat__decay(&he->stat);
336 diff = prev_period - he->stat.period;
356 return he->stat.period == 0;
445 he->stat_acc = malloc(sizeof(he->stat));
448 memcpy(he->stat_acc, &he->stat, sizeof(he->stat));
450 memset(&he->stat, 0, sizeof(he->stat));
600 u64 period = entry->stat.period;
618 he_stat__add_period(&he->stat, period);
667 he_stat__add_cpumode_period(&he->stat, al->cpumode, period);
732 .stat = {
1499 he_stat__add_stat(&iter->stat, &he->stat);
1620 he_stat__add_stat(&iter->stat, &he->stat);
1752 hists->stats.total_non_filtered_period += h->stat.period;
1761 hists->stats.total_period += h->stat.period;
1783 hists->stats.total_period += he->stat.period;
1785 hists->stats.total_non_filtered_period += he->stat.period;
1861 u64 total = he->stat.period;
1887 u64 total = he->stat.period;
2096 he_stat__add_stat(&parent->stat, &h->stat);
2122 hists->stats.nr_non_filtered_samples += h->stat.nr_events;
2262 memset(&h->stat, 0, sizeof(h->stat));
2411 memset(&he->stat, 0, sizeof(he->stat));
2414 memset(he->stat_acc, 0, sizeof(he->stat));
2464 memset(&he->stat, 0, sizeof(he->stat));