Searched defs:he_stat (Results 1 – 2 of 2) sorted by relevance
44 struct he_stat { struct45 u64 period;46 u64 period_sys;47 u64 period_us;48 u64 period_guest_sys;49 u64 period_guest_us;50 u64 weight;51 u32 nr_events;
240 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period()269 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period()289 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay()