Lines Matching refs:period
74 unsigned int cpumode, u64 period) in hist_entry__add_cpumode_period() argument
78 self->period_sys += period; in hist_entry__add_cpumode_period()
81 self->period_us += period; in hist_entry__add_cpumode_period()
84 self->period_guest_sys += period; in hist_entry__add_cpumode_period()
87 self->period_guest_us += period; in hist_entry__add_cpumode_period()
132 struct symbol *sym_parent, u64 period) in __hists__add_entry() argument
146 .period = period, in __hists__add_entry()
159 he->period += period; in __hists__add_entry()
177 hist_entry__add_cpumode_period(he, al->cpumode, period); in __hists__add_entry()
240 iter->period += he->period; in hists__collapse_insert_entry()
307 if (he->period > iter->period) in __hists__insert_output_entry()
373 int depth, int depth_mask, int period, in ipchain__fprintf_graph() argument
386 if (!period && i == depth - 1) { in ipchain__fprintf_graph()
602 u64 period, total, period_sys, period_us, period_guest_sys, period_guest_us; in hist_entry__snprintf() local
611 period = self->pair ? self->pair->period : 0; in hist_entry__snprintf()
619 period = self->period; in hist_entry__snprintf()
632 (period * 100.0) / total); in hist_entry__snprintf()
635 (period * 100.0) / total); in hist_entry__snprintf()
657 ret = snprintf(s, size, sep ? "%" PRIu64 : "%12" PRIu64 " ", period); in hist_entry__snprintf()
671 old_percent = (period * 100.0) / total; in hist_entry__snprintf()
673 new_percent = (self->period * 100.0) / session_total; in hist_entry__snprintf()
916 self->stats.total_period += h->period; in hists__remove_entry_filter()