Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.h185 struct he_stat { struct
186 u64 period;
192 u64 latency;
193 u64 period_sys;
194 u64 period_us;
195 u64 period_guest_sys;
196 u64 period_guest_us;
197 u64 weight1;
198 u64 weight2;
199 u64 weight3;
[all …]
H A Dhist.c279 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period()
308 static void he_stat__add_period(struct he_stat *he_stat, u64 period, u64 latency) in he_stat__add_period()
329 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay()