Searched defs:events_stats (Results 1 – 1 of 1) sorted by relevance
39 struct events_stats { struct40 u64 total_lost;41 u64 total_lost_samples;42 u64 total_dropped_samples;43 u64 total_aux_lost;44 u64 total_aux_partial;68 void events_stats__inc(struct events_stats *stats, u32 type); argument