total_lost       2420 include/linux/platform_data/cros_ec_commands.h 	uint16_t total_lost;
total_lost       5153 kernel/trace/ring_buffer.c 		unsigned long total_lost = 0;
total_lost       5182 kernel/trace/ring_buffer.c 			total_lost += lost;
total_lost       5202 kernel/trace/ring_buffer.c 		pr_info("         lost events:   %ld\n", total_lost);
total_lost       5203 kernel/trace/ring_buffer.c 		pr_info("        total events:   %ld\n", total_lost + total_read);
total_lost       5206 kernel/trace/ring_buffer.c 		if (total_lost)
total_lost       5209 kernel/trace/ring_buffer.c 		if (!total_lost) {
total_lost       5214 kernel/trace/ring_buffer.c 		if (RB_WARN_ON(buffer, total_lost + total_read != total_events))
total_lost       1820 tools/perf/builtin-sched.c 		sched->nr_lost_events = session->evlist->stats.total_lost;
total_lost       3047 tools/perf/builtin-sched.c 	sched->nr_lost_events = evlist->stats.total_lost;
total_lost        847 tools/perf/builtin-top.c 	hists->stats.total_lost += event->lost.lost;
total_lost         31 tools/perf/util/events_stats.h 	u64 total_lost;
total_lost       1438 tools/perf/util/session.c 			evlist->stats.total_lost += event->lost.lost;