Home | History | Annotate | Download | only in util

Lines Matching full:period

182 					   unsigned int cpumode, u64 period)
186 he->stat.period_sys += period;
189 he->stat.period_us += period;
192 he->stat.period_guest_sys += period;
195 he->stat.period_guest_us += period;
202 static void he_stat__add_period(struct he_stat *he_stat, u64 period,
206 he_stat->period += period;
213 dest->period += src->period;
224 he->stat.period = (he->stat.period * 7) / 8;
231 u64 prev_period = he->stat.period;
239 hists->stats.total_period -= prev_period - he->stat.period;
241 return he->stat.period == 0;
329 hists->stats.total_period += h->stat.period;
343 u64 period,
366 he_stat__add_period(&he->stat, period, weight);
401 hist_entry__add_cpumode_period(he, al->cpumode, period);
409 u64 period,
419 .period = period,
432 return add_hist_entry(self, &entry, al, period, weight);
439 u64 period,
452 .period = period,
463 return add_hist_entry(self, &entry, al, period, weight);
468 struct symbol *sym_parent, u64 period,
481 .period = period,
492 return add_hist_entry(self, &entry, al, period, weight);
632 * reverse the map, sort on period.
653 ret = period_cmp(a->stat.period, b->stat.period);
670 periods_a[perf_evsel__group_idx(evsel)] = pair->stat.period;
675 periods_b[perf_evsel__group_idx(evsel)] = pair->stat.period;
758 hists->stats.total_period += h->stat.period;
974 * we find them, just add a dummy entry on the leader hists, with period=0,