Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
Dhist.h173 struct he_stat { struct
174 u64 period;
180 u64 latency;
181 u64 period_sys;
182 u64 period_us;
183 u64 period_guest_sys;
184 u64 period_guest_us;
185 u64 weight1;
186 u64 weight2;
187 u64 weight3;
[all …]
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()