Lines Matching refs:period

179 					unsigned int cpumode, u64 period)  in he_stat__add_cpumode_period()  argument
183 he_stat->period_sys += period; in he_stat__add_cpumode_period()
186 he_stat->period_us += period; in he_stat__add_cpumode_period()
189 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
192 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
199 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period() argument
203 he_stat->period += period; in he_stat__add_period()
210 dest->period += src->period; in he_stat__add_stat()
221 he_stat->period = (he_stat->period * 7) / 8; in he_stat__decay()
228 u64 prev_period = he->stat.period; in hists__decay_entry()
238 diff = prev_period - he->stat.period; in hists__decay_entry()
244 return he->stat.period == 0; in hists__decay_entry()
377 u64 period = entry->stat.period; in add_hist_entry() local
396 he_stat__add_period(&he->stat, period, weight); in add_hist_entry()
398 he_stat__add_period(he->stat_acc, period, weight); in add_hist_entry()
436 he_stat__add_cpumode_period(&he->stat, al->cpumode, period); in add_hist_entry()
438 he_stat__add_cpumode_period(he->stat_acc, al->cpumode, period); in add_hist_entry()
447 u64 period, u64 weight, u64 transaction, in __hists__add_entry() argument
463 .period = period, in __hists__add_entry()
666 sample->period, sample->weight, in iter_add_single_normal_entry()
728 sample->period, sample->weight, in iter_add_single_cumulative_entry()
801 sample->period, sample->weight, in iter_add_next_cumulative_entry()
810 callchain_append(he->callchain, &cursor, sample->period); in iter_add_next_cumulative_entry()
1088 hists->stats.total_non_filtered_period += h->stat.period; in hists__inc_filter_stats()
1097 hists->stats.total_period += h->stat.period; in hists__inc_stats()