Home
last modified time | relevance | path

Searched refs:total_events (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/samples/bpf/
Dtracex3_user.c82 __u64 total_events = 0; in print_hist() local
88 total_events += value; in print_hist()
101 printf(" # %lld\n", total_events); in print_hist()
/linux-4.4.14/tools/perf/tests/
Dperf-record.c61 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local
155 int before = total_events; in test__PERF_RECORD()
164 ++total_events; in test__PERF_RECORD()
270 if (total_events == before && false) in test__PERF_RECORD()
/linux-4.4.14/kernel/trace/
Dring_buffer.c4932 unsigned long total_events; in test_ringbuffer() local
4946 total_events = data->events + data->events_nested; in test_ringbuffer()
4955 pr_info(" events: %ld\n", total_events); in test_ringbuffer()
5000 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()