Searched refs:period_us (Results 1 – 2 of 2) sorted by relevance
81 self->period_us += period; in hist_entry__add_cpumode_period()602 u64 period, total, period_sys, period_us, period_guest_sys, period_guest_us; in hist_entry__snprintf() local615 period_us = self->pair ? self->pair->period_us : 0; in hist_entry__snprintf()623 period_us = self->period_us; in hist_entry__snprintf()642 (period_us * 100.0) / total); in hist_entry__snprintf()
59 u64 period_us; member