Home
last modified time | relevance | path

Searched refs:total_lost (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/trace/
Dring_buffer.c4939 unsigned long total_lost = 0; in test_ringbuffer() local
4968 total_lost += lost; in test_ringbuffer()
4988 pr_info(" lost events: %ld\n", total_lost); in test_ringbuffer()
4989 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()
4992 if (total_lost) in test_ringbuffer()
4995 if (!total_lost) { in test_ringbuffer()
5000 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/linux-4.4.14/tools/perf/util/
Devent.h258 u64 total_lost; member
Dsession.c1091 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
/linux-4.4.14/tools/perf/
Dbuiltin-sched.c1554 sched->nr_lost_events = session->evlist->stats.total_lost; in perf_sched__read_events()