Home
last modified time | relevance | path

Searched refs:total_events (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/samples/bpf/
H A Dtracex3_user.c78 __u64 total_events = 0; in print_hist() local
92 total_events += value; in print_hist()
105 printf(" # %lld\n", total_events); in print_hist()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex3_user.c77 __u64 total_events = 0; in print_hist() local
91 total_events += value; in print_hist()
104 printf(" # %lld\n", total_events); in print_hist()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dperf-record.c70 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()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dperf-record.c70 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()
/kernel/linux/linux-5.10/kernel/trace/
H A Dring_buffer.c5903 unsigned long total_events; in test_ringbuffer() local
5917 total_events = data->events + data->events_nested; in test_ringbuffer()
5926 pr_info(" events: %ld\n", total_events); in test_ringbuffer()
5971 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/kernel/linux/linux-6.6/kernel/trace/
H A Dring_buffer.c6098 unsigned long total_events; in test_ringbuffer() local
6112 total_events = data->events + data->events_nested; in test_ringbuffer()
6121 pr_info(" events: %ld\n", total_events); in test_ringbuffer()
6166 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice.h477 u16 total_events; /* net_dim(): number of interrupts processed */ member
H A Dice_txrx.c1366 dim_update_sample(q_vector->total_events, packets, bytes, sample); in __ice_update_sample()
H A Dice_lib.c511 q_vector->total_events++; in ice_msix_clean_rings()

Completed in 25 milliseconds