Searched refs:total_events (Results 1 – 12 of 12) sorted by relevance
| /linux/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/tools/perf/tests/ |
| H A D | perf-record.c | 74 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 D | hinic3_irq.c | 26 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 D | osnoise.c | 1234 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/fs/xfs/ |
| H A D | xfs_healthmon.c | 161 hm->total_events++; in xfs_healthmon_bump_events() 1071 hm->total_events, in xfs_healthmon_show_fdinfo()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_txrx.h | 415 u16 total_events; member
|
| H A D | idpf_txrx.c | 3788 q_vector->total_events++; in idpf_vport_intr_clean_queues() 3944 dim_update_sample(q_vector->total_events, packets, bytes, dim_sample); in idpf_update_dim_sample()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 490 u16 total_events; /* net_dim(): number of interrupts processed */ member
|
| H A D | ice_txrx.c | 1120 dim_update_sample(q_vector->total_events, in __ice_update_sample()
|
| H A D | ice_lib.c | 509 q_vector->total_events++; in ice_msix_clean_rings()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_lib.c | 893 dim_update_sample(q_vector->total_events, in wx_update_rx_dim_sample() 905 dim_update_sample(q_vector->total_events, in wx_update_tx_dim_sample() 2357 q_vector->total_events++; in wx_msix_clean_rings()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 8232 unsigned long total_events; 8246 total_events = data->events + data->events_nested; 8255 pr_info(" events: %ld\n", total_events); 8300 if (RB_WARN_ON(buffer, total_lost + total_read != total_events)) 8042 unsigned long total_events; test_ringbuffer() local
|