Searched defs:cyc_hist (Results 1 – 1 of 1) sorted by relevance
235 struct cyc_hist { struct236 u64 start;237 u64 cycles;238 u64 cycles_aggr;239 u64 cycles_max;240 u64 cycles_min;241 s64 cycles_spark[NUM_SPARKS];242 u32 num;243 u32 num_aggr;244 u8 have_start;[all …]