Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devent.h236 u64 total_lost; member
Dsession.c933 evlist->stats.total_lost += event->lost.lost; in machines__deliver_event()
/linux-4.1.27/kernel/trace/
Dring_buffer.c4942 unsigned long total_lost = 0; in test_ringbuffer() local
4971 total_lost += lost; in test_ringbuffer()
4991 pr_info(" lost events: %ld\n", total_lost); in test_ringbuffer()
4992 pr_info(" total events: %ld\n", total_lost + total_read); in test_ringbuffer()
4995 if (total_lost) in test_ringbuffer()
4998 if (!total_lost) { in test_ringbuffer()
5003 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/linux-4.1.27/tools/perf/
Dbuiltin-sched.c1513 sched->nr_lost_events = session->evlist->stats.total_lost; in perf_sched__read_events()