total_events     5146 kernel/trace/ring_buffer.c 		unsigned long total_events;
total_events     5160 kernel/trace/ring_buffer.c 		total_events = data->events + data->events_nested;
total_events     5169 kernel/trace/ring_buffer.c 		pr_info("              events:    %ld\n", total_events);
total_events     5214 kernel/trace/ring_buffer.c 		if (RB_WARN_ON(buffer, total_lost + total_read != total_events))
total_events       79 samples/bpf/tracex3_user.c 	__u64 total_events = 0;
total_events       93 samples/bpf/tracex3_user.c 		total_events += value;
total_events      106 samples/bpf/tracex3_user.c 	printf(" # %lld\n", total_events);
total_events       69 tools/perf/tests/perf-record.c 	int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, };
total_events      166 tools/perf/tests/perf-record.c 		int before = total_events;
total_events      180 tools/perf/tests/perf-record.c 				++total_events;
total_events      289 tools/perf/tests/perf-record.c 		if (total_events == before && false)