Searched refs:total_lost (Results 1 – 6 of 6) sorted by relevance
14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is40 u64 total_lost; member
1451 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
7711 unsigned long total_lost = 0; in test_ringbuffer() local7740 total_lost += lost; in test_ringbuffer()7760 pr_info(" lost events: %ld\n", total_lost); in test_ringbuffer()7761 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()7764 if (total_lost) { in test_ringbuffer()7772 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
863 evsel->evlist->stats.total_lost += event->lost.lost; in perf_top__process_lost()
1948 sched->nr_lost_events = session->evlist->stats.total_lost; in perf_sched__read_events()3379 sched->nr_lost_events = evlist->stats.total_lost; in perf_sched__timehist()
1830 kwork->nr_lost_events = session->evlist->stats.total_lost; in perf_kwork__read_events()