Searched refs:total_events (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/samples/bpf/ |
| D | tracex3_user.c | 78 __u64 total_events = 0; in print_hist() local 92 total_events += value; in print_hist() 105 printf(" # %lld\n", total_events); in print_hist()
|
| /Linux-v5.15/tools/perf/tests/ |
| D | perf-record.c | 70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local 167 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()
|
| /Linux-v5.15/drivers/net/ethernet/intel/ice/ |
| D | ice.h | 382 u16 total_events; /* net_dim(): number of interrupts processed */ member
|
| D | ice_txrx.c | 1257 dim_update_sample(q_vector->total_events, packets, bytes, in ice_net_dim() 1273 dim_update_sample(q_vector->total_events, packets, bytes, in ice_net_dim()
|
| D | ice_lib.c | 404 q_vector->total_events++; in ice_msix_clean_rings()
|
| /Linux-v5.15/kernel/trace/ |
| D | ring_buffer.c | 5957 unsigned long total_events; in test_ringbuffer() local 5971 total_events = data->events + data->events_nested; in test_ringbuffer() 5980 pr_info(" events: %ld\n", total_events); in test_ringbuffer() 6025 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
|