Home
last modified time | relevance | path

Searched refs:total_events (Results 1 – 11 of 11) 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.c74 int total_events = 0, nr_events[PERF_RECORD_MAX] = { 0, }; in test__PERF_RECORD() local
189 int before = total_events; in test__PERF_RECORD()
203 ++total_events; in test__PERF_RECORD()
313 if (total_events == before && false) in test__PERF_RECORD()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_irq.c26 dim_update_sample(irq_cfg->total_events, rxq->rxq_stats.packets, in hinic3_net_dim()
84 irq_cfg->total_events++; in qp_irq()
/linux/tools/tracing/rtla/src/
H A Dosnoise.c1234 unsigned long long total_events; in osnoise_main()
1239 total_events = tool->trace.processed_events + tool->trace.missed_events; in osnoise_main()
1243 (double) tool->trace.missed_events / total_events * 100.0); in osnoise_main()
1093 unsigned long long total_events; osnoise_report_missed_events() local
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h415 u16 total_events; member
H A Didpf_txrx.c3785 q_vector->total_events++; in idpf_vport_intr_clean_queues()
3941 dim_update_sample(q_vector->total_events, packets, bytes, dim_sample); in idpf_update_dim_sample()
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h490 u16 total_events; /* net_dim(): number of interrupts processed */ member
H A Dice_txrx.c1120 dim_update_sample(q_vector->total_events, in __ice_update_sample()
H A Dice_lib.c509 q_vector->total_events++; in ice_msix_clean_rings()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c930 dim_update_sample(q_vector->total_events, in wx_update_rx_dim_sample()
942 dim_update_sample(q_vector->total_events, in wx_update_tx_dim_sample()
2397 q_vector->total_events++; in wx_msix_clean_rings()
/linux/kernel/trace/
H A Dring_buffer.c8287 unsigned long total_events; in test_ringbuffer() local
8301 total_events = data->events + data->events_nested; in test_ringbuffer()
8310 pr_info(" events: %ld\n", total_events); in test_ringbuffer()
8355 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) in test_ringbuffer()