Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dhist.h166 struct he_stat { struct
167 u64 period;
168 u64 period_sys;
169 u64 period_us;
170 u64 period_guest_sys;
171 u64 period_guest_us;
172 u64 weight1;
173 u64 weight2;
174 u64 weight3;
175 u32 nr_events;
Dhist.c276 static void he_stat__add_cpumode_period(struct he_stat *he_stat, in he_stat__add_cpumode_period()
305 static void he_stat__add_period(struct he_stat *he_stat, u64 period) in he_stat__add_period()
324 static void he_stat__decay(struct he_stat *he_stat) in he_stat__decay()