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