Searched defs:cyc_hist (Results 1 – 1 of 1) sorted by relevance
261 struct cyc_hist { struct262 u64 start;263 u64 cycles;264 u64 cycles_aggr;265 u64 cycles_max;266 u64 cycles_min;267 s64 cycles_spark[NUM_SPARKS];268 u32 num;269 u32 num_aggr;270 u8 have_start;[all …]