Searched refs:total_events (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/samples/bpf/ |
D | tracex3_user.c | 77 __u64 total_events = 0; in print_hist() local 91 total_events += value; in print_hist() 104 printf(" # %lld\n", total_events); in print_hist()
|
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/intel/idpf/ |
D | idpf_txrx.h | 420 u16 total_events; member
|
D | idpf_txrx.c | 3506 q_vector->total_events++; in idpf_vport_intr_clean_queues() 3640 dim_update_sample(q_vector->total_events, packets, bytes, dim_sample); in idpf_update_dim_sample()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice.h | 491 u16 total_events; /* net_dim(): number of interrupts processed */ member
|
D | ice_txrx.c | 1325 dim_update_sample(q_vector->total_events, packets, bytes, sample); in __ice_update_sample()
|
D | ice_lib.c | 502 q_vector->total_events++; in ice_msix_clean_rings()
|
/linux-6.12.1/kernel/trace/ |
D | ring_buffer.c | 7520 unsigned long total_events; in test_ringbuffer() local 7534 total_events = data->events + data->events_nested; in test_ringbuffer() 7543 pr_info(" events: %ld\n", total_events); in test_ringbuffer() 7588 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
|