Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dsort.h46 struct he_stat { struct
97 struct he_stat stat;
98 struct he_stat *stat_acc;
Dhist.c267 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument
272 he_stat->period_sys += period; in he_stat__add_cpumode_period()
275 he_stat->period_us += period; in he_stat__add_cpumode_period()
278 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
281 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
296 static void he_stat__add_period(struct he_stat *he_stat, u64 period) in he_stat__add_period() argument
298 he_stat->period += period; in he_stat__add_period()
299 he_stat->nr_events += 1; in he_stat__add_period()
302 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
312 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay() argument
[all …]