Searched defs:he_stat (Results 1 – 2 of 2) sorted by relevance
49 struct he_stat { struct50 u64 period;51 u64 period_sys;52 u64 period_us;53 u64 period_guest_sys;54 u64 period_guest_us;55 u64 weight;56 u32 nr_events;
178 static void he_stat__add_cpumode_period(struct he_stat *he_stat, 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()219 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay()