Home
last modified time | relevance | path

Searched defs:events_stats (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/tools/perf/util/
Devents_stats.h39 struct events_stats { struct
40 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