Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dsort.h46 struct he_stat { struct
100 struct he_stat stat;
101 struct he_stat *stat_acc;
Dhist.c263 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument
268 he_stat->period_sys += period; in he_stat__add_cpumode_period()
271 he_stat->period_us += period; in he_stat__add_cpumode_period()
274 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
277 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
292 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period() argument
296 he_stat->period += period; in he_stat__add_period()
297 he_stat->weight += weight; in he_stat__add_period()
298 he_stat->nr_events += 1; in he_stat__add_period()
299 he_stat->ins_lat += ins_lat; in he_stat__add_period()
[all …]