lost_total        846 tools/perf/builtin-top.c 	top->lost_total += event->lost.lost;
lost_total        858 tools/perf/builtin-top.c 	top->lost_total += event->lost_samples.lost;
lost_total       2243 tools/perf/ui/browsers/hists.c 				     top->lost, top->lost_total);
lost_total         50 tools/perf/util/top.c 			       top->lost, top->lost_total, top->drop, top->drop_total);
lost_total         29 tools/perf/util/top.h 	u64		   samples, lost, lost_total, drop, drop_total;