Searched defs:cyc_hist (Results 1 – 1 of 1) sorted by relevance
248 struct cyc_hist { struct249 u64 start;250 u64 cycles;251 u64 cycles_aggr;252 u64 cycles_max;253 u64 cycles_min;254 s64 cycles_spark[NUM_SPARKS];255 u32 num;256 u32 num_aggr;257 u8 have_start;[all …]