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;66 void events_stats__inc(struct events_stats *stats, u32 type); argument