Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dsort.h48 struct he_stat { struct
49 u64 period;
50 u64 period_sys;
51 u64 period_us;
52 u64 period_guest_sys;
53 u64 period_guest_us;
54 u64 weight;
55 u32 nr_events;
Dhist.c202 static void he_stat__add_period(struct he_stat *he_stat, u64 period, in he_stat__add_period()