Home
last modified time | relevance | path

Searched refs:he_stat (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h46 struct he_stat { struct
98 struct he_stat stat;
99 struct he_stat *stat_acc;
H A Dhist.c255 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument
260 he_stat->period_sys += period; in he_stat__add_cpumode_period()
263 he_stat->period_us += period; in he_stat__add_cpumode_period()
266 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
269 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
284 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period() argument
288 he_stat->period += period; in he_stat__add_period()
289 he_stat in he_stat__add_period()
304 he_stat__decay(struct he_stat *he_stat) he_stat__decay() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsort.h46 struct he_stat { struct
97 struct he_stat stat;
98 struct he_stat *stat_acc;
H A Dhist.c269 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument
274 he_stat->period_sys += period; in he_stat__add_cpumode_period()
277 he_stat->period_us += period; in he_stat__add_cpumode_period()
280 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
283 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
298 static void he_stat__add_period(struct he_stat *he_stat, u64 period) in he_stat__add_period() argument
300 he_stat->period += period; in he_stat__add_period()
301 he_stat in he_stat__add_period()
314 he_stat__decay(struct he_stat *he_stat) he_stat__decay() argument
[all...]

Completed in 6 milliseconds