Searched refs:total_events (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/samples/bpf/ |
| H A 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.15/tools/perf/tests/ |
| H A D | perf-record.c | 70 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local 168 int before = total_events; in test__PERF_RECORD() 182 ++total_events; in test__PERF_RECORD() 291 if (total_events == before && false) in test__PERF_RECORD()
|
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | osnoise.c | 1109 unsigned long long total_events; in osnoise_report_missed_events() local 1114 total_events = tool->trace.processed_events + tool->trace.missed_events; in osnoise_report_missed_events() 1118 (double) tool->trace.missed_events / total_events * 100.0); in osnoise_report_missed_events()
|
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.h | 404 u16 total_events; member
|
| H A D | idpf_txrx.c | 3505 q_vector->total_events++; in idpf_vport_intr_clean_queues() 3645 dim_update_sample(q_vector->total_events, packets, bytes, dim_sample); in idpf_update_dim_sample()
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 483 u16 total_events; /* net_dim(): number of interrupts processed */ member
|
| H A D | ice_txrx.c | 1381 dim_update_sample(q_vector->total_events, packets, bytes, sample); in __ice_update_sample()
|
| H A D | ice_lib.c | 506 q_vector->total_events++; in ice_msix_clean_rings()
|
| /linux-6.15/kernel/trace/ |
| H A D | ring_buffer.c | 7614 unsigned long total_events; in test_ringbuffer() local 7628 total_events = data->events + data->events_nested; in test_ringbuffer() 7637 pr_info(" events: %ld\n", total_events); in test_ringbuffer() 7682 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()
|