Searched defs:he_stat (Results 1 – 2 of 2) sorted by relevance
163 struct he_stat { struct164 u64 period;165 u64 period_sys;166 u64 period_us;167 u64 period_guest_sys;168 u64 period_guest_us;169 u64 weight1;170 u64 weight2;171 u64 weight3;172 u32 nr_events;
270 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period()299 static void he_stat__add_period(struct he_stat *he_stat, u64 period) in he_stat__add_period()318 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay()
Completed in 13 milliseconds