PERF_RECORD_LOST  243 kernel/events/ring_buffer.c 		lost_event.header.type = PERF_RECORD_LOST;
PERF_RECORD_LOST   90 tools/bpf/bpftool/map_perf_ring.c 		} else if (e->header.type == PERF_RECORD_LOST) {
PERF_RECORD_LOST  107 tools/bpf/bpftool/map_perf_ring.c 		} else if (e->header.type == PERF_RECORD_LOST) {
PERF_RECORD_LOST 5617 tools/lib/bpf/libbpf.c 	case PERF_RECORD_LOST: {
PERF_RECORD_LOST 1821 tools/perf/builtin-sched.c 		sched->nr_lost_chunks = session->evlist->stats.nr_events[PERF_RECORD_LOST];
PERF_RECORD_LOST 3048 tools/perf/builtin-sched.c 	sched->nr_lost_chunks = evlist->stats.nr_events[PERF_RECORD_LOST];
PERF_RECORD_LOST 2351 tools/perf/builtin-script.c 					   PERF_RECORD_LOST, stdout);
PERF_RECORD_LOST  330 tools/perf/builtin-top.c 	    hists->stats.nr_events[PERF_RECORD_LOST])) {
PERF_RECORD_LOST  332 tools/perf/builtin-top.c 			      hists->stats.nr_events[PERF_RECORD_LOST];
PERF_RECORD_LOST 1192 tools/perf/builtin-top.c 	} else if (event->header.type == PERF_RECORD_LOST) {
PERF_RECORD_LOST 1363 tools/perf/builtin-trace.c 	case PERF_RECORD_LOST:
PERF_RECORD_LOST  663 tools/perf/ui/browsers/hists.c 			    browser->hists->stats.nr_events[PERF_RECORD_LOST])) {
PERF_RECORD_LOST  665 tools/perf/ui/browsers/hists.c 					browser->hists->stats.nr_events[PERF_RECORD_LOST];
PERF_RECORD_LOST 3253 tools/perf/ui/browsers/hists.c 	nr_events = hists->stats.nr_events[PERF_RECORD_LOST];
PERF_RECORD_LOST   41 tools/perf/util/event.c 	[PERF_RECORD_LOST]			= "LOST",
PERF_RECORD_LOST  433 tools/perf/util/event.c 	case PERF_RECORD_LOST:
PERF_RECORD_LOST 1894 tools/perf/util/machine.c 	case PERF_RECORD_LOST:
PERF_RECORD_LOST  517 tools/perf/util/python.c 	[PERF_RECORD_LOST]	 = &pyrf_lost_event__type,
PERF_RECORD_LOST  918 tools/perf/util/session.c 	[PERF_RECORD_LOST]		  = perf_event__all64_swap,
PERF_RECORD_LOST 1436 tools/perf/util/session.c 	case PERF_RECORD_LOST:
PERF_RECORD_LOST 1748 tools/perf/util/session.c 	    stats->nr_events[PERF_RECORD_LOST] != 0) {
PERF_RECORD_LOST 1752 tools/perf/util/session.c 			    stats->nr_events[PERF_RECORD_LOST]);