Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c198 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period() argument
203 he_stat->period_sys += period; in he_stat__add_cpumode_period()
206 he_stat->period_us += period; in he_stat__add_cpumode_period()
209 he_stat->period_guest_sys += period; in he_stat__add_cpumode_period()
212 he_stat->period_guest_us += period; in he_stat__add_cpumode_period()
219 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period() argument
223 he_stat->period += period; in he_stat__add_period()
224 he_stat->weight += weight; in he_stat__add_period()
225 he_stat->nr_events += 1; in he_stat__add_period()
228 static void he_stat__add_stat(struct he_stat *dest, struct he_stat *src) in he_stat__add_stat()
[all …]
Dsort.h50 struct he_stat { struct
87 struct he_stat stat;
88 struct he_stat *stat_acc;