Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/tools/tracing/rtla/src/
H A Dosnoise.c1105 unsigned long long total_events; in osnoise_report_missed_events() local
1110 total_events = tool->trace.processed_events + tool->trace.missed_events; in osnoise_report_missed_events()
1114 (double) tool->trace.missed_events / total_events * 100.0); in osnoise_report_missed_events()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h424 u16 total_events; member
H A Didpf_txrx.c3505 q_vector->total_events++; in idpf_vport_intr_clean_queues()
3649 dim_update_sample(q_vector->total_events, packets, bytes, dim_sample); in idpf_update_dim_sample()
/linux/kernel/trace/
H A Dring_buffer.c7570 unsigned long total_events; in test_ringbuffer() local
7584 total_events = data->events + data->events_nested; in test_ringbuffer()
7593 pr_info(" events: %ld\n", total_events); in test_ringbuffer()
7638 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1381 dim_update_sample(q_vector->total_events, packets, bytes, sample); in __ice_update_sample()
H A Dice_lib.c502 q_vector->total_events++; in ice_msix_clean_rings()