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