Home
last modified time | relevance | path

Searched refs:period_us (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/util/
Dhist.c81 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() local
615 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()
Dsort.h59 u64 period_us; member