Searched refs:total_events (Results 1 – 6 of 6) sorted by relevance
77 __u64 total_events = 0; in print_hist() local91 total_events += value; in print_hist()104 printf(" # %lld\n", total_events); in print_hist()
70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local167 int before = total_events; in test__PERF_RECORD()181 ++total_events; in test__PERF_RECORD()290 if (total_events == before && false) in test__PERF_RECORD()
479 u16 total_events; /* net_dim(): number of interrupts processed */ member
1348 dim_update_sample(q_vector->total_events, packets, bytes, sample); in __ice_update_sample()
504 q_vector->total_events++; in ice_msix_clean_rings()
6154 unsigned long total_events; in test_ringbuffer() local6168 total_events = data->events + data->events_nested; in test_ringbuffer()6177 pr_info(" events: %ld\n", total_events); in test_ringbuffer()6222 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()