Searched refs:he_stat (Results 1 – 2 of 2) sorted by relevance
44 struct he_stat { struct94 struct he_stat stat;95 struct he_stat *stat_acc;
240 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument245 he_stat->period_sys += period; in he_stat__add_cpumode_period()248 he_stat->period_us += period; in he_stat__add_cpumode_period()251 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()254 he_stat->period_guest_us += period; 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() argument273 he_stat->period += period; in he_stat__add_period()274 he_stat->weight += weight; in he_stat__add_period()275 he_stat->nr_events += 1; in he_stat__add_period()278 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()[all …]