lib/librumpuser/rumpuser_dl.c
363
struct evcnt *const *evp, *const *evp_end;
sys/arch/aarch64/aarch64/pmap.c
105
struct evcnt pmap_evcnt_##name = \
sys/arch/aarch64/include/cpu.h
113
struct evcnt events;
sys/arch/aarch64/include/cpu.h
159
struct evcnt ci_vfp_use;
sys/arch/aarch64/include/cpu.h
160
struct evcnt ci_vfp_reuse;
sys/arch/aarch64/include/cpu.h
161
struct evcnt ci_vfp_save;
sys/arch/aarch64/include/cpu.h
162
struct evcnt ci_vfp_release;
sys/arch/aarch64/include/cpu.h
163
struct evcnt ci_uct_trap;
sys/arch/aarch64/include/cpu.h
164
struct evcnt ci_intr_preempt;
sys/arch/aarch64/include/cpu.h
165
struct evcnt ci_rndrrs_fail;
sys/arch/acorn32/include/podulebus_machdep.h
159
int (*)(void *), void *, struct evcnt *);
sys/arch/acorn32/podulebus/amps.c
211
struct evcnt sc_intrcnt; /* interrupt count */
sys/arch/acorn32/podulebus/ascvar.h
47
struct evcnt sc_intrcnt;
sys/arch/acorn32/podulebus/coscvar.h
48
struct evcnt sc_intrcnt;
sys/arch/acorn32/podulebus/csa.c
87
struct evcnt sc_intrcnt;
sys/arch/acorn32/podulebus/icside.c
89
struct evcnt ic_intrcnt; /* interrupt count */
sys/arch/acorn32/podulebus/if_ne_pbus.c
91
struct evcnt sc_intrcnt; /* Interrupt count */
sys/arch/acorn32/podulebus/podulebus.c
542
int ipl, int (*func)(void *), void *arg, struct evcnt *ev)
sys/arch/acorn32/podulebus/sfasvar.h
157
struct evcnt sc_intrcnt;
sys/arch/algor/algor/algor_p4032_intr.c
195
struct evcnt intr_count;
sys/arch/algor/algor/algor_p4032_intr.c
205
struct evcnt cintr_count;
sys/arch/algor/algor/algor_p4032_intr.c
225
const struct evcnt *algor_p4032_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/algor/algor/algor_p4032_intr.c
542
const struct evcnt *
sys/arch/algor/algor/algor_p5064_intr.c
265
struct evcnt intr_count;
sys/arch/algor/algor/algor_p5064_intr.c
274
struct evcnt cintr_count;
sys/arch/algor/algor/algor_p5064_intr.c
296
const struct evcnt *algor_p5064_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/algor/algor/algor_p5064_intr.c
304
const struct evcnt *algor_p5064_isa_intr_evcnt(void *, int);
sys/arch/algor/algor/algor_p5064_intr.c
630
const struct evcnt *
sys/arch/algor/algor/algor_p5064_intr.c
695
const struct evcnt *
sys/arch/algor/algor/algor_p6032_intr.c
157
struct evcnt intr_count;
sys/arch/algor/algor/algor_p6032_intr.c
166
struct evcnt cintr_count;
sys/arch/algor/algor/algor_p6032_intr.c
181
const struct evcnt *algor_p6032_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/algor/algor/algor_p6032_intr.c
487
const struct evcnt *
sys/arch/algor/include/intr.h
51
extern struct evcnt mips_int5_evcnt;
sys/arch/algor/pci/pcib.c
128
const struct evcnt *pcib_isa_intr_evcnt(void *, int);
sys/arch/algor/pci/pcib.c
405
const struct evcnt *
sys/arch/algor/pci/pcib.c
87
struct evcnt intr_count;
sys/arch/alpha/alpha/fp_complete.c
124
static struct evcnt fpevent_use;
sys/arch/alpha/alpha/fp_complete.c
125
static struct evcnt fpevent_reuse;
sys/arch/alpha/alpha/fp_complete.c
133
static struct evcnt ts_scans; /* trap shadow scans */
sys/arch/alpha/alpha/fp_complete.c
134
static struct evcnt ts_insns; /* total scanned insns */
sys/arch/alpha/alpha/fp_complete.c
135
static struct evcnt ts_insns_max; /* per-scan high water mark */
sys/arch/alpha/alpha/fp_complete.c
136
static struct evcnt ts_resolved; /* cases trigger pc found */
sys/arch/alpha/alpha/fp_complete.c
137
static struct evcnt ts_unresolved; /* cases it wasn't, code problems? */
sys/arch/alpha/alpha/fp_complete.c
139
static struct evcnt fp_ill_opc; /* unexpected op codes */
sys/arch/alpha/alpha/fp_complete.c
140
static struct evcnt fp_ill_func; /* unexpected function codes */
sys/arch/alpha/alpha/fp_complete.c
141
static struct evcnt fp_ill_anyop; /* this "cannot happen" */
sys/arch/alpha/alpha/fp_complete.c
143
static struct evcnt fp_vax; /* traps from VAX FP insns */
sys/arch/alpha/alpha/pmap.c
263
static struct evcnt pmap_growkernel_evcnt __read_mostly;
sys/arch/alpha/alpha/pmap.c
626
struct evcnt events;
sys/arch/alpha/alpha/pmap.c
636
#define TLB_COUNT_DECL(cnt) static struct evcnt tlb_stat_##cnt
sys/arch/alpha/alpha/trap.c
1087
static struct evcnt emul_bwx_ldbu =
sys/arch/alpha/alpha/trap.c
1089
static struct evcnt emul_bwx_ldwu =
sys/arch/alpha/alpha/trap.c
1091
static struct evcnt emul_bwx_stb =
sys/arch/alpha/alpha/trap.c
1093
static struct evcnt emul_bwx_stw =
sys/arch/alpha/alpha/trap.c
1095
static struct evcnt emul_bwx_sextb =
sys/arch/alpha/alpha/trap.c
1097
static struct evcnt emul_bwx_sextw =
sys/arch/alpha/alpha/trap.c
1107
static struct evcnt emul_cix_ctpop =
sys/arch/alpha/alpha/trap.c
1109
static struct evcnt emul_cix_ctlz =
sys/arch/alpha/alpha/trap.c
1111
static struct evcnt emul_cix_cttz =
sys/arch/alpha/alpha/trap.c
967
static struct evcnt emul_fix_ftoit =
sys/arch/alpha/alpha/trap.c
969
static struct evcnt emul_fix_ftois =
sys/arch/alpha/alpha/trap.c
971
static struct evcnt emul_fix_itofs =
sys/arch/alpha/alpha/trap.c
974
static struct evcnt emul_fix_itoff =
sys/arch/alpha/alpha/trap.c
977
static struct evcnt emul_fix_itoft =
sys/arch/alpha/alpha/trap.c
979
static struct evcnt emul_fix_sqrtt =
sys/arch/alpha/alpha/trap.c
981
static struct evcnt emul_fix_sqrts =
sys/arch/alpha/alpha/vm_machdep.c
251
static struct evcnt uarea_direct_success =
sys/arch/alpha/alpha/vm_machdep.c
253
static struct evcnt uarea_direct_failure =
sys/arch/alpha/common/shared_intr.c
479
struct evcnt *
sys/arch/alpha/eisa/eisa_machdep.c
74
const struct evcnt *
sys/arch/alpha/include/bus_funcs.h
364
static struct evcnt dma_stat_##type##_##cnt = \
sys/arch/alpha/include/cpuvar.h
51
struct evcnt sc_evcnt_clock; /* clock interrupts */
sys/arch/alpha/include/cpuvar.h
52
struct evcnt sc_evcnt_device; /* device interrupts */
sys/arch/alpha/include/cpuvar.h
54
struct evcnt sc_evcnt_ipi; /* interprocessor interrupts */
sys/arch/alpha/include/cpuvar.h
55
struct evcnt sc_evcnt_which_ipi[ALPHA_NIPIS];
sys/arch/alpha/include/eisa_machdep.h
45
const struct evcnt *(*ec_intr_evcnt)(void *, eisa_intr_handle_t);
sys/arch/alpha/include/eisa_machdep.h
60
const struct evcnt *eisa_intr_evcnt(eisa_chipset_tag_t, eisa_intr_handle_t);
sys/arch/alpha/include/intr.h
216
struct evcnt intr_evcnt;
sys/arch/alpha/include/intr.h
269
struct evcnt *alpha_shared_intr_evcnt(struct alpha_shared_intr *,
sys/arch/alpha/include/isa_machdep.h
73
const struct evcnt *(*ic_intr_evcnt)(void *, int);
sys/arch/alpha/include/pci_machdep.h
124
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/alpha/include/pci_machdep.h
148
const struct evcnt *alpha_pci_generic_intr_evcnt(pci_chipset_tag_t,
sys/arch/alpha/include/pci_machdep.h
76
const struct evcnt *(*pc_intr_evcnt)(pci_chipset_tag_t,
sys/arch/alpha/jensenio/jensenio_intr.c
115
struct evcnt *ev;
sys/arch/alpha/jensenio/jensenio_intr.c
243
static const struct evcnt *
sys/arch/alpha/jensenio/jensenio_intr.c
63
static const struct evcnt *jensenio_eisa_intr_evcnt(void *, int);
sys/arch/alpha/jensenio/jenseniovar.h
88
struct evcnt jih_evcnt;
sys/arch/alpha/pci/pci_2100_a500.c
191
struct evcnt *ev;
sys/arch/alpha/pci/pci_2100_a500.c
535
static const struct evcnt *
sys/arch/alpha/pci/pci_2100_a500.c
78
static const struct evcnt *dec_2100_a500_eisa_intr_evcnt(void *, int);
sys/arch/alpha/pci/pci_550.c
248
static const struct evcnt *
sys/arch/alpha/pci/pci_550.c
92
static const struct evcnt *dec_550_intr_evcnt(pci_chipset_tag_t,
sys/arch/alpha/pci/pci_6600.c
233
static const struct evcnt *
sys/arch/alpha/pci/pci_6600.c
85
static const struct evcnt *dec_6600_intr_evcnt(pci_chipset_tag_t,
sys/arch/alpha/pci/pci_kn300.c
198
static const struct evcnt *
sys/arch/alpha/pci/pci_kn300.c
66
static const struct evcnt *dec_kn300_intr_evcnt(pci_chipset_tag_t,
sys/arch/alpha/pci/pci_kn300.c
92
struct evcnt *ev;
sys/arch/alpha/pci/pci_kn8ae.c
177
static const struct evcnt *
sys/arch/alpha/pci/pci_kn8ae.c
60
static const struct evcnt *dec_kn8ae_intr_evcnt(pci_chipset_tag_t,
sys/arch/alpha/pci/pci_machdep.c
181
struct evcnt *ev;
sys/arch/alpha/pci/pci_machdep.c
253
const struct evcnt *
sys/arch/alpha/pci/pci_machdep.c
584
const struct evcnt *
sys/arch/alpha/pci/sio_pic.c
340
struct evcnt *ev;
sys/arch/alpha/pci/sio_pic.c
444
const struct evcnt *
sys/arch/alpha/pci/sio_pic.c
589
const struct evcnt *
sys/arch/alpha/pci/siovar.h
34
const struct evcnt *sio_intr_evcnt(void *, int);
sys/arch/alpha/pci/siovar.h
43
const struct evcnt *sio_pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/alpha/tc/ioasic.c
119
struct evcnt iai_evcnt;
sys/arch/alpha/tc/ioasic.c
155
const struct evcnt *pevcnt;
sys/arch/alpha/tc/tc_3000_300.c
118
const struct evcnt *
sys/arch/alpha/tc/tc_3000_300.c
89
struct evcnt tci_evcnt;
sys/arch/alpha/tc/tc_3000_500.c
102
struct evcnt tci_evcnt;
sys/arch/alpha/tc/tc_3000_500.c
136
const struct evcnt *
sys/arch/alpha/tc/tc_conf.h
43
extern const struct evcnt *
sys/arch/alpha/tc/tc_conf.h
63
extern const struct evcnt *
sys/arch/amiga/pci/em4k.c
371
const struct evcnt *
sys/arch/amiga/pci/em4k.c
73
const struct evcnt * em4k_pci_intr_evcnt(pci_chipset_tag_t,
sys/arch/amiga/pci/empb.c
471
const struct evcnt *
sys/arch/amiga/pci/empb.c
86
const struct evcnt * empb_pci_intr_evcnt(pci_chipset_tag_t,
sys/arch/amiga/pci/mppb.c
253
const struct evcnt *
sys/arch/amiga/pci/mppb.c
83
const struct evcnt * mppb_pci_intr_evcnt(pci_chipset_tag_t,
sys/arch/arc/include/isa_machdep.h
146
struct evcnt ih_evcnt;
sys/arch/arc/include/isa_machdep.h
56
const struct evcnt *(*ic_intr_evcnt)(isa_chipset_tag_t, int);
sys/arch/arc/isa/isabus.c
174
static const struct evcnt *isabr_intr_evcnt(isa_chipset_tag_t, int);
sys/arch/arc/isa/isabus.c
331
static const struct evcnt *
sys/arch/arc/jazz/jazzio.c
79
struct evcnt ih_evcnt; /* interrupt counter */
sys/arch/arc/jazz/timer_jazzio.c
114
struct evcnt timer_jazzio_ev =
sys/arch/arc/jazz/timer_jazziovar.h
39
extern struct evcnt timer_jazzio_ev;
sys/arch/arc/pci/necpbvar.h
47
struct evcnt ih_evcnt; /* interrupt counter */
sys/arch/arm/acpi/acpi_pci_machdep.c
137
static const struct evcnt *acpi_pci_md_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/acpi/acpi_pci_machdep.c
460
static const struct evcnt *
sys/arch/arm/arm/arm_machdep.c
150
struct evcnt _lock_cas_restart =
sys/arch/arm/arm/arm_machdep.c
154
struct evcnt _lock_cas_success =
sys/arch/arm/arm/arm_machdep.c
158
struct evcnt _lock_cas_fail =
sys/arch/arm/arm32/bus_dma.c
101
static struct evcnt bus_dma_sync_coherent_prereadwrite =
sys/arch/arm/arm32/bus_dma.c
103
static struct evcnt bus_dma_sync_coherent_preread =
sys/arch/arm/arm32/bus_dma.c
105
static struct evcnt bus_dma_sync_coherent_prewrite =
sys/arch/arm/arm32/bus_dma.c
107
static struct evcnt bus_dma_sync_coherent_postread =
sys/arch/arm/arm32/bus_dma.c
109
static struct evcnt bus_dma_sync_coherent_postreadwrite =
sys/arch/arm/arm32/bus_dma.c
111
static struct evcnt bus_dma_sync_coherent_postwrite =
sys/arch/arm/arm32/bus_dma.c
58
static struct evcnt bus_dma_creates =
sys/arch/arm/arm32/bus_dma.c
60
static struct evcnt bus_dma_bounced_creates =
sys/arch/arm/arm32/bus_dma.c
62
static struct evcnt bus_dma_loads =
sys/arch/arm/arm32/bus_dma.c
64
static struct evcnt bus_dma_bounced_loads =
sys/arch/arm/arm32/bus_dma.c
66
static struct evcnt bus_dma_coherent_loads =
sys/arch/arm/arm32/bus_dma.c
68
static struct evcnt bus_dma_read_bounces =
sys/arch/arm/arm32/bus_dma.c
70
static struct evcnt bus_dma_write_bounces =
sys/arch/arm/arm32/bus_dma.c
72
static struct evcnt bus_dma_bounced_unloads =
sys/arch/arm/arm32/bus_dma.c
74
static struct evcnt bus_dma_bounced_mbuf_loads =
sys/arch/arm/arm32/bus_dma.c
76
static struct evcnt bus_dma_unloads =
sys/arch/arm/arm32/bus_dma.c
78
static struct evcnt bus_dma_bounced_destroys =
sys/arch/arm/arm32/bus_dma.c
80
static struct evcnt bus_dma_destroys =
sys/arch/arm/arm32/bus_dma.c
82
static struct evcnt bus_dma_sync_prereadwrite =
sys/arch/arm/arm32/bus_dma.c
84
static struct evcnt bus_dma_sync_preread_begin =
sys/arch/arm/arm32/bus_dma.c
86
static struct evcnt bus_dma_sync_preread =
sys/arch/arm/arm32/bus_dma.c
88
static struct evcnt bus_dma_sync_preread_tail =
sys/arch/arm/arm32/bus_dma.c
90
static struct evcnt bus_dma_sync_prewrite =
sys/arch/arm/arm32/bus_dma.c
92
static struct evcnt bus_dma_sync_postread =
sys/arch/arm/arm32/bus_dma.c
94
static struct evcnt bus_dma_sync_postreadwrite =
sys/arch/arm/arm32/bus_dma.c
96
static struct evcnt bus_dma_sync_postwrite =
sys/arch/arm/arm32/bus_dma.c
98
static struct evcnt bus_dma_inrange_fail =
sys/arch/arm/arm32/pmap.c
302
static struct evcnt pmap_ev_vac_clean_one =
sys/arch/arm/arm32/pmap.c
304
static struct evcnt pmap_ev_vac_flush_one =
sys/arch/arm/arm32/pmap.c
306
static struct evcnt pmap_ev_vac_flush_lots =
sys/arch/arm/arm32/pmap.c
308
static struct evcnt pmap_ev_vac_flush_lots2 =
sys/arch/arm/arm32/pmap.c
315
static struct evcnt pmap_ev_vac_color_new =
sys/arch/arm/arm32/pmap.c
317
static struct evcnt pmap_ev_vac_color_reuse =
sys/arch/arm/arm32/pmap.c
319
static struct evcnt pmap_ev_vac_color_ok =
sys/arch/arm/arm32/pmap.c
321
static struct evcnt pmap_ev_vac_color_blind =
sys/arch/arm/arm32/pmap.c
323
static struct evcnt pmap_ev_vac_color_change =
sys/arch/arm/arm32/pmap.c
325
static struct evcnt pmap_ev_vac_color_erase =
sys/arch/arm/arm32/pmap.c
327
static struct evcnt pmap_ev_vac_color_none =
sys/arch/arm/arm32/pmap.c
329
static struct evcnt pmap_ev_vac_color_restore =
sys/arch/arm/arm32/pmap.c
342
static struct evcnt pmap_ev_mappings =
sys/arch/arm/arm32/pmap.c
344
static struct evcnt pmap_ev_unmappings =
sys/arch/arm/arm32/pmap.c
346
static struct evcnt pmap_ev_remappings =
sys/arch/arm/arm32/pmap.c
353
static struct evcnt pmap_ev_kernel_mappings =
sys/arch/arm/arm32/pmap.c
355
static struct evcnt pmap_ev_kernel_unmappings =
sys/arch/arm/arm32/pmap.c
357
static struct evcnt pmap_ev_kernel_remappings =
sys/arch/arm/arm32/pmap.c
364
static struct evcnt pmap_ev_kenter_mappings =
sys/arch/arm/arm32/pmap.c
366
static struct evcnt pmap_ev_kenter_unmappings =
sys/arch/arm/arm32/pmap.c
368
static struct evcnt pmap_ev_kenter_remappings =
sys/arch/arm/arm32/pmap.c
370
static struct evcnt pmap_ev_pt_mappings =
sys/arch/arm/arm32/pmap.c
378
static struct evcnt pmap_ev_fixup_mod =
sys/arch/arm/arm32/pmap.c
380
static struct evcnt pmap_ev_fixup_ref =
sys/arch/arm/arm32/pmap.c
382
static struct evcnt pmap_ev_fixup_exec =
sys/arch/arm/arm32/pmap.c
384
static struct evcnt pmap_ev_fixup_pdes =
sys/arch/arm/arm32/pmap.c
387
static struct evcnt pmap_ev_fixup_ptesync =
sys/arch/arm/arm32/pmap.c
400
static struct evcnt pmap_ev_exec_mappings =
sys/arch/arm/arm32/pmap.c
402
static struct evcnt pmap_ev_exec_cached =
sys/arch/arm/arm32/pmap.c
408
static struct evcnt pmap_ev_exec_synced =
sys/arch/arm/arm32/pmap.c
410
static struct evcnt pmap_ev_exec_synced_map =
sys/arch/arm/arm32/pmap.c
412
static struct evcnt pmap_ev_exec_synced_unmap =
sys/arch/arm/arm32/pmap.c
414
static struct evcnt pmap_ev_exec_synced_remap =
sys/arch/arm/arm32/pmap.c
416
static struct evcnt pmap_ev_exec_synced_clearbit =
sys/arch/arm/arm32/pmap.c
419
static struct evcnt pmap_ev_exec_synced_kremove =
sys/arch/arm/arm32/pmap.c
432
static struct evcnt pmap_ev_exec_discarded_unmap =
sys/arch/arm/arm32/pmap.c
434
static struct evcnt pmap_ev_exec_discarded_zero =
sys/arch/arm/arm32/pmap.c
436
static struct evcnt pmap_ev_exec_discarded_copy =
sys/arch/arm/arm32/pmap.c
438
static struct evcnt pmap_ev_exec_discarded_page_protect =
sys/arch/arm/arm32/pmap.c
440
static struct evcnt pmap_ev_exec_discarded_clearbit =
sys/arch/arm/arm32/pmap.c
442
static struct evcnt pmap_ev_exec_discarded_kremove =
sys/arch/arm/arm32/pmap.c
445
static struct evcnt pmap_ev_exec_discarded_modfixup =
sys/arch/arm/arm32/pmap.c
460
static struct evcnt pmap_ev_updates = PMAP_EVCNT_INITIALIZER("updates");
sys/arch/arm/arm32/pmap.c
461
static struct evcnt pmap_ev_collects = PMAP_EVCNT_INITIALIZER("collects");
sys/arch/arm/arm32/pmap.c
462
static struct evcnt pmap_ev_activations = PMAP_EVCNT_INITIALIZER("activations");
sys/arch/arm/arm32/pmap.c
5427
static struct evcnt pmap_prefer_nochange_ev =
sys/arch/arm/arm32/pmap.c
5429
static struct evcnt pmap_prefer_change_ev =
sys/arch/arm/at91/at91aicvar.h
44
struct evcnt iq_ev; /* event counter */
sys/arch/arm/broadcom/bcm2838_pcie.c
110
static const struct evcnt *bcmstb_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/broadcom/bcm2838_pcie.c
803
static const struct evcnt *
sys/arch/arm/broadcom/bcm53xx_eth.c
161
struct evcnt sc_ev_intr;
sys/arch/arm/broadcom/bcm53xx_eth.c
162
struct evcnt sc_ev_soft_intr;
sys/arch/arm/broadcom/bcm53xx_eth.c
163
struct evcnt sc_ev_work;
sys/arch/arm/broadcom/bcm53xx_eth.c
164
struct evcnt sc_ev_tx_stall;
sys/arch/arm/broadcom/bcm53xx_eth.c
165
struct evcnt sc_ev_rx_badmagic_lo;
sys/arch/arm/broadcom/bcm53xx_eth.c
166
struct evcnt sc_ev_rx_badmagic_hi;
sys/arch/arm/broadcom/bcm53xx_pax.c
117
static const struct evcnt *bcmpax_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/broadcom/bcm53xx_pax.c
561
static const struct evcnt *
sys/arch/arm/cortex/a9tmr_var.h
39
struct evcnt sc_ev_missing_ticks;
sys/arch/arm/cortex/gtmr_var.h
38
struct evcnt sc_ev_missing_ticks;
sys/arch/arm/cortex/pl310.c
58
struct evcnt sc_ev_inv __aligned(8);
sys/arch/arm/cortex/pl310.c
59
struct evcnt sc_ev_wb;
sys/arch/arm/cortex/pl310.c
60
struct evcnt sc_ev_wbinv;
sys/arch/arm/ep93xx/ep93xxvar.h
49
struct evcnt iq_ev; /* event counter */
sys/arch/arm/fdt/pcihost_fdt.c
590
const struct evcnt *
sys/arch/arm/fdt/pcihost_fdt.c
84
static const struct evcnt *pcihost_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/footbridge/footbridge_intr.h
202
struct evcnt iq_ev; /* event counter */
sys/arch/arm/footbridge/footbridge_irqhandler.c
77
const struct evcnt *footbridge_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/footbridge/footbridge_irqhandler.c
79
const struct evcnt *
sys/arch/arm/footbridge/footbridge_pci.c
76
const struct evcnt *footbridge_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/footbridge/isa/isa_machdep.c
321
const struct evcnt *
sys/arch/arm/gemini/gemini_pci.c
371
const struct evcnt *
sys/arch/arm/gemini/gemini_pci.c
89
const struct evcnt *gemini_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/imx/if_enetvar.h
100
struct evcnt sc_ev_t_packets;
sys/arch/arm/imx/if_enetvar.h
101
struct evcnt sc_ev_t_bc_pkt;
sys/arch/arm/imx/if_enetvar.h
102
struct evcnt sc_ev_t_mc_pkt;
sys/arch/arm/imx/if_enetvar.h
103
struct evcnt sc_ev_t_crc_align;
sys/arch/arm/imx/if_enetvar.h
104
struct evcnt sc_ev_t_undersize;
sys/arch/arm/imx/if_enetvar.h
105
struct evcnt sc_ev_t_oversize;
sys/arch/arm/imx/if_enetvar.h
106
struct evcnt sc_ev_t_frag;
sys/arch/arm/imx/if_enetvar.h
107
struct evcnt sc_ev_t_jab;
sys/arch/arm/imx/if_enetvar.h
108
struct evcnt sc_ev_t_col;
sys/arch/arm/imx/if_enetvar.h
109
struct evcnt sc_ev_t_p64;
sys/arch/arm/imx/if_enetvar.h
110
struct evcnt sc_ev_t_p65to127n;
sys/arch/arm/imx/if_enetvar.h
111
struct evcnt sc_ev_t_p128to255n;
sys/arch/arm/imx/if_enetvar.h
112
struct evcnt sc_ev_t_p256to511;
sys/arch/arm/imx/if_enetvar.h
113
struct evcnt sc_ev_t_p512to1023;
sys/arch/arm/imx/if_enetvar.h
114
struct evcnt sc_ev_t_p1024to2047;
sys/arch/arm/imx/if_enetvar.h
115
struct evcnt sc_ev_t_p_gte2048;
sys/arch/arm/imx/if_enetvar.h
116
struct evcnt sc_ev_t_octets;
sys/arch/arm/imx/if_enetvar.h
117
struct evcnt sc_ev_r_packets;
sys/arch/arm/imx/if_enetvar.h
118
struct evcnt sc_ev_r_bc_pkt;
sys/arch/arm/imx/if_enetvar.h
119
struct evcnt sc_ev_r_mc_pkt;
sys/arch/arm/imx/if_enetvar.h
120
struct evcnt sc_ev_r_crc_align;
sys/arch/arm/imx/if_enetvar.h
121
struct evcnt sc_ev_r_undersize;
sys/arch/arm/imx/if_enetvar.h
122
struct evcnt sc_ev_r_oversize;
sys/arch/arm/imx/if_enetvar.h
123
struct evcnt sc_ev_r_frag;
sys/arch/arm/imx/if_enetvar.h
124
struct evcnt sc_ev_r_jab;
sys/arch/arm/imx/if_enetvar.h
125
struct evcnt sc_ev_r_p64;
sys/arch/arm/imx/if_enetvar.h
126
struct evcnt sc_ev_r_p65to127;
sys/arch/arm/imx/if_enetvar.h
127
struct evcnt sc_ev_r_p128to255;
sys/arch/arm/imx/if_enetvar.h
128
struct evcnt sc_ev_r_p256to511;
sys/arch/arm/imx/if_enetvar.h
129
struct evcnt sc_ev_r_p512to1023;
sys/arch/arm/imx/if_enetvar.h
130
struct evcnt sc_ev_r_p1024to2047;
sys/arch/arm/imx/if_enetvar.h
131
struct evcnt sc_ev_r_p_gte2048;
sys/arch/arm/imx/if_enetvar.h
132
struct evcnt sc_ev_r_octets;
sys/arch/arm/imx/if_enetvar.h
99
struct evcnt sc_ev_t_drop;
sys/arch/arm/include/cpu.h
232
struct evcnt ci_arm700bugcount;
sys/arch/arm/include/cpu.h
246
struct evcnt ci_abt_evs[16];
sys/arch/arm/include/cpu.h
247
struct evcnt ci_und_ev;
sys/arch/arm/include/cpu.h
248
struct evcnt ci_und_cp15_ev;
sys/arch/arm/include/cpu.h
249
struct evcnt ci_vfp_evs[3];
sys/arch/arm/include/isa_machdep.h
56
const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
sys/arch/arm/include/pci_machdep.h
105
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
sys/arch/arm/ixp12x0/ixp12x0var.h
71
struct evcnt iq_ev; /* event counter */
sys/arch/arm/marvell/pci_machdep.c
343
static const struct evcnt *
sys/arch/arm/marvell/pci_machdep.c
75
static const struct evcnt *gtpci_gpp_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/nvidia/tegra_pcie.c
128
const struct evcnt *tegra_pcie_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/nvidia/tegra_pcie.c
763
const struct evcnt *
sys/arch/arm/nxp/imxpcie.c
803
const struct evcnt *
sys/arch/arm/nxp/imxpcie.c
91
const struct evcnt *imxpcie_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/pic/pic.c
92
static struct evcnt pic_deferral_ev =
sys/arch/arm/pic/picvar.h
135
struct evcnt *pcpu_evs;
sys/arch/arm/s3c2xx0/s3c2800_pci.c
152
const struct evcnt *s3c2800_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/s3c2xx0/s3c2800_pci.c
577
const struct evcnt *
sys/arch/arm/s3c2xx0/s3c2xx0_intr.h
202
struct evcnt ev;
sys/arch/arm/sa11x0/sa11x0_irqhandler.c
101
const struct evcnt *sa11x0_intr_evcnt(sa11x0_chipset_tag_t, int);
sys/arch/arm/sa11x0/sa11x0_irqhandler.c
154
const struct evcnt *
sys/arch/arm/samsung/mct_var.h
50
struct evcnt sc_ev_missing_ticks;
sys/arch/arm/xscale/becc_pci.c
384
const struct evcnt *
sys/arch/arm/xscale/becc_pci.c
79
const struct evcnt *becc_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/arm/xscale/beccvar.h
59
struct evcnt iq_ev; /* event counter */
sys/arch/arm/xscale/i80321var.h
61
struct evcnt iq_ev; /* event counter */
sys/arch/arm/xscale/ixp425var.h
110
struct evcnt iq_ev; /* event counter */
sys/arch/atari/include/isa_machdep.h
85
const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
sys/arch/atari/include/pci_machdep.h
79
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/atari/isa/isa_machdep.c
166
const struct evcnt *
sys/arch/atari/pci/pci_machdep.c
737
const struct evcnt *
sys/arch/cesfic/cesfic/autoconf.c
57
struct evcnt evcnt_fpsp_unimp, evcnt_fpsp_unsupp;
sys/arch/cobalt/cobalt/interrupt.c
127
struct evcnt intr_evcnt;
sys/arch/cobalt/cobalt/interrupt.c
134
struct evcnt intr_evcnt;
sys/arch/cobalt/include/pci_machdep.h
78
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/cobalt/pci/pci_machdep.c
193
const struct evcnt *
sys/arch/emips/ebus/dz_ebus.c
73
struct evcnt sc_rintrcnt; /* receive interrupt counts */
sys/arch/emips/ebus/dz_ebus.c
74
struct evcnt sc_tintrcnt; /* transmit interrupt counts */
sys/arch/emips/emips/interrupt.c
52
struct evcnt emips_clock_evcnt =
sys/arch/emips/emips/interrupt.c
54
struct evcnt emips_fpu_evcnt =
sys/arch/emips/emips/interrupt.c
56
struct evcnt emips_memerr_evcnt =
sys/arch/emips/include/intr.h
44
extern struct evcnt emips_clock_evcnt;
sys/arch/emips/include/intr.h
45
extern struct evcnt emips_fpu_evcnt;
sys/arch/emips/include/intr.h
46
extern struct evcnt emips_memerr_evcnt;
sys/arch/emips/include/intr.h
62
struct evcnt ih_count;
sys/arch/evbarm/cp3100/cp3100_pci.c
141
const struct evcnt *
sys/arch/evbarm/cp3100/cp3100_pci.c
64
const struct evcnt *iq80321_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/hdl_g/hdlg_pci.c
149
const struct evcnt *
sys/arch/evbarm/hdl_g/hdlg_pci.c
59
const struct evcnt *hdlg_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/ifpga/ifpga_pci.c
340
const struct evcnt *
sys/arch/evbarm/ifpga/ifpga_pci.c
98
const struct evcnt *ifpga_pci_intr_evcnt (void *, pci_intr_handle_t);
sys/arch/evbarm/ifpga/ifpgavar.h
98
struct evcnt iq_ev; /* event counter */
sys/arch/evbarm/iq31244/iq31244_pci.c
139
const struct evcnt *
sys/arch/evbarm/iq31244/iq31244_pci.c
64
const struct evcnt *iq80321_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/iq80310/iq80310_pci.c
239
const struct evcnt *
sys/arch/evbarm/iq80310/iq80310_pci.c
64
const struct evcnt *iq80310_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/iq80310/iq80310var.h
71
struct evcnt iq_ev; /* event counter */
sys/arch/evbarm/iq80321/iq80321_pci.c
150
const struct evcnt *
sys/arch/evbarm/iq80321/iq80321_pci.c
66
const struct evcnt *iq80321_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/ixdp425/ixdp425_pci.c
224
static const struct evcnt *
sys/arch/evbarm/ixdp425/ixdp425_pci.c
56
static const struct evcnt *ixdp425_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/ixm1200/ixm1200_pci.c
57
const struct evcnt *ixm1200_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/ixm1200/ixm1200_pci.c
99
const struct evcnt *
sys/arch/evbarm/iyonix/iyonix_pci.c
142
const struct evcnt *
sys/arch/evbarm/iyonix/iyonix_pci.c
66
const struct evcnt *iyonix_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/npwr_fc/npwr_fc_pci.c
155
const struct evcnt *
sys/arch/evbarm/npwr_fc/npwr_fc_pci.c
64
const struct evcnt *iq80321_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbarm/nslu2/nslu2_pci.c
126
static const struct evcnt *
sys/arch/evbarm/tsarm/isa/isa_machdep.c
135
const struct evcnt *
sys/arch/evbmips/gdium/gdium_intr.c
119
struct evcnt intr_count;
sys/arch/evbmips/gdium/gdium_intr.c
128
struct evcnt cintr_count;
sys/arch/evbmips/gdium/gdium_intr.c
169
const struct evcnt *gdium_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbmips/gdium/gdium_intr.c
375
const struct evcnt *
sys/arch/evbmips/ingenic/intr.c
101
struct evcnt clockintrs;
sys/arch/evbmips/ingenic/intr.c
93
struct evcnt ih_count;
sys/arch/evbmips/loongson/generic2e_machdep.c
100
const struct evcnt * generic2e_isa_intr_evcnt(void *, int);
sys/arch/evbmips/loongson/generic2e_machdep.c
267
const struct evcnt *
sys/arch/evbmips/loongson/loongson_intr.c
243
const struct evcnt *
sys/arch/evbmips/loongson/loongson_intr.h
42
struct evcnt intr_count;
sys/arch/evbmips/loongson/loongson_intr.h
69
const struct evcnt *loongson_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/evbmips/loongson/yeeloong_machdep.c
394
const struct evcnt *
sys/arch/evbmips/loongson/yeeloong_machdep.c
87
const struct evcnt * lemote_isa_intr_evcnt(void *, int);
sys/arch/evbmips/malta/malta_intr.c
100
static const struct evcnt
sys/arch/evbmips/malta/malta_intr.c
348
static const struct evcnt *
sys/arch/evbmips/malta/malta_intr.c
83
struct evcnt cintr_count;
sys/arch/evbmips/malta/pci/pcib.c
132
static const struct evcnt *
sys/arch/evbmips/malta/pci/pcib.c
475
const struct evcnt *
sys/arch/evbmips/malta/pci/pcib.c
89
struct evcnt intr_count;
sys/arch/evbmips/mipssim/mipssim_intr.c
79
struct evcnt ih_count[NINTR];
sys/arch/evbmips/sbmips/cpuvar.h
14
struct evcnt sb1cpu_intr_evcnts[64];
sys/arch/evbmips/sbmips/cpuvar.h
15
struct evcnt sb1cpu_spurious_intrs[_IPL_N];
sys/arch/evbmips/sbmips/cpuvar.h
16
struct evcnt sb1cpu_intrs[_IPL_N];
sys/arch/evbmips/sbmips/cpuvar.h
17
struct evcnt sb1cpu_int5;
sys/arch/evbmips/sbmips/sb1250_icu.c
208
struct evcnt * evcnts = cpu->sb1cpu_intr_evcnts;
sys/arch/evbmips/sbmips/sb1250_icu.c
295
struct evcnt * const evcnts = cpu->sb1cpu_intr_evcnts;
sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4_intr.c
54
struct evcnt ih_evcnt;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
122
evcnt_attach_dynamic(&ih->evcnt, EVCNT_TYPE_INTR, NULL,
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
141
evcnt_detach(&ih->evcnt);
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
173
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
185
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
211
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
220
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
233
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
79
struct evcnt evcnt;
sys/arch/ews4800mips/ews4800mips/tr2_intr.c
89
struct evcnt timer_tr2_ev =
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
137
evcnt_attach_dynamic(&ih->evcnt, EVCNT_TYPE_INTR,
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
168
evcnt_detach(&ih->evcnt);
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
202
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
209
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
241
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
247
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
253
ih->evcnt.ev_count++;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
76
struct evcnt evcnt;
sys/arch/ews4800mips/ews4800mips/tr2a_intr.c
99
struct evcnt timer_tr2a_ev =
sys/arch/hpcmips/include/isa_machdep.h
51
const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
sys/arch/hpcmips/include/pci_machdep.h
64
const struct evcnt *(*pc_intr_evcnt)(pci_chipset_tag_t,
sys/arch/hpcmips/isa/isa_machdep.c
206
const struct evcnt *
sys/arch/hpcmips/vr/vrc4172pci.c
345
const struct evcnt *
sys/arch/hpcmips/vr/vrc4172pci.c
95
static const struct evcnt *vrc4172pci_intr_evcnt(pci_chipset_tag_t,
sys/arch/hpcmips/vr/vrpciu.c
506
const struct evcnt *
sys/arch/hpcmips/vr/vrpciu.c
96
static const struct evcnt *vrpciu_intr_evcnt(pci_chipset_tag_t,
sys/arch/hppa/dev/apic.c
162
struct evcnt *cnt;
sys/arch/hppa/dev/apic.c
174
cnt = kmem_alloc(sizeof(struct evcnt), KM_SLEEP);
sys/arch/hppa/dev/apic.c
71
struct evcnt *cnt;
sys/arch/hppa/dev/mongoose.c
172
struct evcnt iv_evcnt;
sys/arch/hppa/hppa/cpuvar.h
37
struct evcnt sc_evcnt_ipi; /* interprocessor interrupts */
sys/arch/hppa/hppa/cpuvar.h
38
struct evcnt sc_evcnt_which_ipi[HPPA_NIPI];
sys/arch/hppa/include/intr.h
136
struct evcnt ib_evcnt;
sys/arch/i386/eisa/eisa_machdep.c
188
const struct evcnt *
sys/arch/i386/include/eisa_machdep.h
68
const struct evcnt *eisa_intr_evcnt(eisa_chipset_tag_t, eisa_intr_handle_t);
sys/arch/i386/include/mca_machdep.h
66
const struct evcnt *mca_intr_evcnt(mca_chipset_tag_t, mca_intr_handle_t);
sys/arch/i386/mca/mca_machdep.c
193
const struct evcnt *
sys/arch/ia64/ia64/interrupt.c
215
struct evcnt evcnt;
sys/arch/ia64/ia64/interrupt.c
302
evcnt_attach_dynamic(&i->evcnt, EVCNT_TYPE_INTR, NULL,
sys/arch/ia64/ia64/interrupt.c
336
evcnt_detach(&i->evcnt);
sys/arch/ia64/ia64/interrupt.c
356
i->evcnt.ev_count++;
sys/arch/iyonix/iyonix/iyonix_pci.c
143
const struct evcnt *
sys/arch/iyonix/iyonix/iyonix_pci.c
67
const struct evcnt *iyonix_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/landisk/include/pci_machdep.h
63
const struct evcnt *landisk_pci_intr_evcnt(pci_chipset_tag_t,pci_intr_handle_t);
sys/arch/landisk/landisk/intr.c
53
struct evcnt ih_evcnt;
sys/arch/landisk/landisk/shpcic_machdep.c
144
const struct evcnt *
sys/arch/m68k/include/intr.h
122
struct evcnt *ih_evcnt;
sys/arch/m68k/include/intr.h
151
extern struct evcnt m68k_intr_evcnt[];
sys/arch/m68k/include/intr.h
199
void *m68k_intr_establish(int (*)(void *), void *, struct evcnt *,
sys/arch/m68k/m68k/m68k_intr.c
262
m68k_intr_establish(int (*func)(void *), void *arg, struct evcnt *ev,
sys/arch/m68k/m68k/m68k_intr.c
71
static struct evcnt bitbucket;
sys/arch/m68k/m68k/m68k_intr.c
93
struct evcnt m68k_intr_evcnt[] = {
sys/arch/m68k/m68k/pmap_68k.c
3625
static struct evcnt pmap_prefer_nochange_ev =
sys/arch/m68k/m68k/pmap_68k.c
3627
static struct evcnt pmap_prefer_change_ev =
sys/arch/m68k/m68k/pmap_68k.c
372
static struct evcnt pmap_nkptpages_initial_ev =
sys/arch/m68k/m68k/pmap_68k.c
374
static struct evcnt pmap_nkptpages_current_ev =
sys/arch/m68k/m68k/pmap_68k.c
379
static struct evcnt pmap_nkstpages_initial_ev =
sys/arch/m68k/m68k/pmap_68k.c
381
static struct evcnt pmap_nkstpages_current_ev =
sys/arch/m68k/m68k/pmap_68k.c
386
static struct evcnt pmap_nptpages_current_ev =
sys/arch/m68k/m68k/pmap_68k.c
388
static struct evcnt pmap_nptpages_hiwat_ev =
sys/arch/m68k/m68k/pmap_68k.c
393
static struct evcnt pmap_maxkva_ev =
sys/arch/m68k/m68k/pmap_68k.c
397
static struct evcnt pmap_kvalimit_ev =
sys/arch/m68k/m68k/pmap_68k.c
402
static struct evcnt pmap_pv_alloc_wait_ev =
sys/arch/m68k/m68k/pmap_68k.c
406
static struct evcnt pmap_pv_alloc_nowait_ev =
sys/arch/m68k/m68k/pmap_68k.c
410
static struct evcnt pmap_pv_enter_called_ev =
sys/arch/m68k/m68k/pmap_68k.c
414
static struct evcnt pmap_pv_enter_usr_ci_ev =
sys/arch/m68k/m68k/pmap_68k.c
419
static struct evcnt pmap_pv_enter_vac_ci_ev =
sys/arch/m68k/m68k/pmap_68k.c
424
static struct evcnt pmap_pv_enter_ci_multi_ev =
sys/arch/m68k/m68k/pmap_68k.c
428
static struct evcnt pmap_pv_remove_called_ev =
sys/arch/m68k/m68k/pmap_68k.c
432
static struct evcnt pmap_pv_remove_ci_ev =
sys/arch/m68k/m68k/pmap_68k.c
436
static struct evcnt pmap_pt_cache_hit_ev =
sys/arch/m68k/m68k/pmap_68k.c
440
static struct evcnt pmap_pt_cache_miss_ev =
sys/arch/m68k/m68k/pmap_68k.c
444
static struct evcnt pmap_enter_nowait_ev =
sys/arch/m68k/m68k/pmap_68k.c
448
static struct evcnt pmap_enter_yeswait_ev =
sys/arch/m68k/m68k/pmap_68k.c
452
static struct evcnt pmap_enter_pte_alloc_fail_ev =
sys/arch/m68k/m68k/pmap_68k.c
456
static struct evcnt pmap_enter_pv_alloc_fail_ev =
sys/arch/m68k/m68k/pmap_68k.c
460
static struct evcnt pmap_enter_valid_ev =
sys/arch/m68k/m68k/pmap_68k.c
464
static struct evcnt pmap_enter_wire_change_ev =
sys/arch/m68k/m68k/pmap_68k.c
468
static struct evcnt pmap_enter_prot_change_ev =
sys/arch/m68k/m68k/pmap_68k.c
472
static struct evcnt pmap_enter_pa_change_ev =
sys/arch/m68k/m68k/pmap_68k.c
476
static struct evcnt pmap_enter_pv_recycle_ev =
sys/arch/m68k/m68k/pmap_68k.c
480
static struct evcnt pmap_prm_got_pg_ev =
sys/arch/m68k/m68k/pmap_68k.c
482
static struct evcnt pmap_prm_lookup_pg_hit_ev =
sys/arch/m68k/m68k/pmap_68k.c
484
static struct evcnt pmap_prm_lookup_pg_miss_ev =
sys/arch/mips/adm5120/adm5120_intr.c
140
struct evcnt intr_count;
sys/arch/mips/adm5120/adm5120_intr.c
149
struct evcnt cintr_count;
sys/arch/mips/adm5120/dev/if_admswvar.h
149
struct evcnt sc_ev_txstall; /* Tx stalled */
sys/arch/mips/adm5120/dev/if_admswvar.h
150
struct evcnt sc_ev_rxstall; /* Rx stalled */
sys/arch/mips/adm5120/dev/if_admswvar.h
151
struct evcnt sc_ev_txintr; /* Tx interrupts */
sys/arch/mips/adm5120/dev/if_admswvar.h
152
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/arch/mips/adm5120/dev/if_admswvar.h
154
struct evcnt sc_ev_rxsync; /* Rx syncs */
sys/arch/mips/alchemy/au_icu.c
116
struct evcnt intr_count;
sys/arch/mips/alchemy/au_icu.c
133
struct evcnt cintr_count;
sys/arch/mips/alchemy/dev/if_aumac.c
146
struct evcnt sc_ev_txstall; /* Tx stalled */
sys/arch/mips/alchemy/dev/if_aumac.c
147
struct evcnt sc_ev_rxstall; /* Rx stalled */
sys/arch/mips/alchemy/dev/if_aumac.c
148
struct evcnt sc_ev_txintr; /* Tx interrupts */
sys/arch/mips/alchemy/dev/if_aumac.c
149
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/arch/mips/atheros/ar_intr.c
77
struct evcnt intr_count;
sys/arch/mips/atheros/dev/arpci.c
224
static const struct evcnt *
sys/arch/mips/cavium/octeonvar.h
101
struct evcnt cpu_intr_evs[NIRQS];
sys/arch/mips/include/cpu.h
109
struct evcnt ci_ev_count_compare; /* hard clock intr counter */
sys/arch/mips/include/cpu.h
110
struct evcnt ci_ev_count_compare_missed; /* hard clock miss counter */
sys/arch/mips/include/cpu.h
113
struct evcnt ci_ev_fpu_loads; /* fpu load counter */
sys/arch/mips/include/cpu.h
114
struct evcnt ci_ev_fpu_saves; /* fpu save counter */
sys/arch/mips/include/cpu.h
115
struct evcnt ci_ev_dsp_loads; /* dsp load counter */
sys/arch/mips/include/cpu.h
116
struct evcnt ci_ev_dsp_saves; /* dsp save counter */
sys/arch/mips/include/cpu.h
117
struct evcnt ci_ev_tlbmisses;
sys/arch/mips/include/cpu.h
146
struct evcnt ci_evcnt_all_ipis; /* aggregated IPI counter */
sys/arch/mips/include/cpu.h
147
struct evcnt ci_evcnt_per_ipi[NIPIS]; /* individual IPI counters*/
sys/arch/mips/include/cpu.h
148
struct evcnt ci_evcnt_synci_activate_rqst;
sys/arch/mips/include/cpu.h
149
struct evcnt ci_evcnt_synci_onproc_rqst;
sys/arch/mips/include/cpu.h
150
struct evcnt ci_evcnt_synci_deferred_rqst;
sys/arch/mips/include/cpu.h
151
struct evcnt ci_evcnt_synci_ipi_rqst;
sys/arch/mips/include/isa_machdep.h
73
const struct evcnt *(*ic_intr_evcnt)(void *, int);
sys/arch/mips/include/pci_machdep.h
70
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
sys/arch/mips/mips/bus_dma.c
66
static struct evcnt bus_dma_creates =
sys/arch/mips/mips/bus_dma.c
68
static struct evcnt bus_dma_bounced_creates =
sys/arch/mips/mips/bus_dma.c
70
static struct evcnt bus_dma_loads =
sys/arch/mips/mips/bus_dma.c
72
static struct evcnt bus_dma_bounced_loads =
sys/arch/mips/mips/bus_dma.c
74
static struct evcnt bus_dma_read_bounces =
sys/arch/mips/mips/bus_dma.c
76
static struct evcnt bus_dma_write_bounces =
sys/arch/mips/mips/bus_dma.c
78
static struct evcnt bus_dma_bounced_unloads =
sys/arch/mips/mips/bus_dma.c
80
static struct evcnt bus_dma_unloads =
sys/arch/mips/mips/bus_dma.c
82
static struct evcnt bus_dma_bounced_destroys =
sys/arch/mips/mips/bus_dma.c
84
static struct evcnt bus_dma_destroys =
sys/arch/mips/mips/pmap_machdep.c
166
extern struct evcnt pmap_evcnt_page_cache_evictions;
sys/arch/mips/ralink/ralink_eth.c
201
struct evcnt sc_evcnt_spurious_intr;
sys/arch/mips/ralink/ralink_eth.c
202
struct evcnt sc_evcnt_rxintr;
sys/arch/mips/ralink/ralink_eth.c
203
struct evcnt sc_evcnt_rxintr_skip_len;
sys/arch/mips/ralink/ralink_eth.c
204
struct evcnt sc_evcnt_rxintr_skip_tag_none;
sys/arch/mips/ralink/ralink_eth.c
205
struct evcnt sc_evcnt_rxintr_skip_tag_inval;
sys/arch/mips/ralink/ralink_eth.c
206
struct evcnt sc_evcnt_rxintr_skip_inact;
sys/arch/mips/ralink/ralink_eth.c
207
struct evcnt sc_evcnt_txintr;
sys/arch/mips/ralink/ralink_eth.c
208
struct evcnt sc_evcnt_input;
sys/arch/mips/ralink/ralink_eth.c
209
struct evcnt sc_evcnt_output;
sys/arch/mips/ralink/ralink_eth.c
210
struct evcnt sc_evcnt_watchdog;
sys/arch/mips/ralink/ralink_eth.c
211
struct evcnt sc_evcnt_wd_reactivate;
sys/arch/mips/ralink/ralink_eth.c
212
struct evcnt sc_evcnt_wd_tx;
sys/arch/mips/ralink/ralink_eth.c
213
struct evcnt sc_evcnt_wd_spurious;
sys/arch/mips/ralink/ralink_eth.c
214
struct evcnt sc_evcnt_add_rxbuf_hdr_fail;
sys/arch/mips/ralink/ralink_eth.c
215
struct evcnt sc_evcnt_add_rxbuf_mcl_fail;
sys/arch/mips/ralink/ralink_intr.c
101
struct evcnt intr_evcnt;
sys/arch/mips/rmi/rmixl_cpuvar.h
43
struct evcnt sc_vec_evcnts[64];
sys/arch/mips/rmi/rmixl_fmn.c
238
struct evcnt ih_count;
sys/arch/mips/rmi/rmixl_pcie.c
1146
const struct evcnt *
sys/arch/mips/rmi/rmixl_pcie.c
1437
dip->counts[cpu_index(curcpu())].evcnt.ev_count++;
sys/arch/mips/rmi/rmixl_pcie.c
193
static const struct evcnt *
sys/arch/mips/rmi/rmixl_pcie.c
576
evcnt_attach_dynamic(&ev->evcnt, EVCNT_TYPE_INTR,
sys/arch/mips/rmi/rmixl_pcievar.h
54
struct evcnt evcnt;
sys/arch/mips/rmi/rmixl_pcix.c
1066
dip->counts[cpu_index(curcpu())].evcnt.ev_count++;
sys/arch/mips/rmi/rmixl_pcix.c
247
static const struct evcnt *
sys/arch/mips/rmi/rmixl_pcix.c
516
evcnt_attach_dynamic(&ev->evcnt, EVCNT_TYPE_INTR,
sys/arch/mips/rmi/rmixl_pcix.c
796
const struct evcnt *
sys/arch/mips/rmi/rmixl_pcixvar.h
37
struct evcnt evcnt;
sys/arch/mips/rmi/rmixl_usbivar.h
49
struct evcnt count;
sys/arch/mips/sibyte/dev/sbmac.c
206
struct evcnt sbm_ev_rxintr; /* Rx interrupts */
sys/arch/mips/sibyte/dev/sbmac.c
207
struct evcnt sbm_ev_txintr; /* Tx interrupts */
sys/arch/mips/sibyte/dev/sbmac.c
208
struct evcnt sbm_ev_txdrop; /* Tx dropped due to no mbuf alloc failed */
sys/arch/mips/sibyte/dev/sbmac.c
209
struct evcnt sbm_ev_txstall; /* Tx stalled due to no descriptors free */
sys/arch/mips/sibyte/dev/sbmac.c
211
struct evcnt sbm_ev_txsplit; /* pass3 Tx split mbuf */
sys/arch/mips/sibyte/dev/sbmac.c
212
struct evcnt sbm_ev_txkeep; /* pass3 Tx didn't split mbuf */
sys/arch/mips/sibyte/pci/sbbrz_pci.c
102
static const struct evcnt *
sys/arch/mips/sibyte/pci/sbbrz_pci.c
251
const struct evcnt *
sys/arch/mipsco/include/intr.h
53
struct evcnt ih_evcnt;
sys/arch/mipsco/include/isa_machdep.h
107
const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
sys/arch/mipsco/include/isa_machdep.h
89
struct evcnt ic_intrcnt; /* Interrupt counter */
sys/arch/mipsco/include/z8530var.h
102
struct evcnt zs_intrcnt; /* Interrupt counter */
sys/arch/mipsco/isa/isa_machdep.c
170
const struct evcnt *
sys/arch/mipsco/obio/asc.c
61
struct evcnt sc_intrcnt; /* Interrupt counter */
sys/arch/mipsco/obio/i82072.c
83
struct evcnt fd_intrcnt;
sys/arch/mipsco/obio/if_le.c
80
struct evcnt sc_intrcnt; /* Interrupt event counter */
sys/arch/mipsco/obio/rambo.c
60
struct evcnt sc_intrcnt;
sys/arch/mvme68k/dev/if_levar.h
77
struct evcnt sc_evcnt;
sys/arch/mvme68k/dev/pcc.c
250
struct evcnt *evcnt)
sys/arch/mvme68k/dev/pcc.c
264
isrlink_vectored(hand, arg, lvl, pccvec + PCC_VECBASE, evcnt);
sys/arch/mvme68k/dev/pcctwo_68k.c
141
int, int, struct evcnt *);
sys/arch/mvme68k/dev/pcctwo_68k.c
143
static struct evcnt *pcctwoisrevcnt(void *, int);
sys/arch/mvme68k/dev/pcctwo_68k.c
237
struct evcnt *evcnt)
sys/arch/mvme68k/dev/pcctwo_68k.c
240
isrlink_vectored(fn, arg, ipl, vec, evcnt);
sys/arch/mvme68k/dev/pcctwo_68k.c
252
static struct evcnt *
sys/arch/mvme68k/dev/pccvar.h
59
struct evcnt sc_evcnt;
sys/arch/mvme68k/dev/pccvar.h
66
void pccintr_establish(int, int (*)(void *), int, void *, struct evcnt *);
sys/arch/mvme68k/dev/vme_pcc.c
245
vme_pcc_intr_establish(void *csc, int prior, int level, int vector, int first, int (*func)(void *), void *arg, struct evcnt *evcnt)
sys/arch/mvme68k/dev/vme_pcc.c
252
isrlink_vectored(func, arg, prior, vector, evcnt);
sys/arch/mvme68k/dev/vme_pcc.c
255
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/mvme68k/dev/vme_pcc.c
269
vme_pcc_intr_disestablish(void *csc, int level, int vector, int last, struct evcnt *evcnt)
sys/arch/mvme68k/dev/vme_pcc.c
278
evcnt_detach(evcnt);
sys/arch/mvme68k/dev/vme_pcc.c
76
int (*)(void *), void *, struct evcnt *);
sys/arch/mvme68k/dev/vme_pcc.c
77
void vme_pcc_intr_disestablish(void *, int, int, int, struct evcnt *);
sys/arch/mvme68k/dev/vme_two_68k.c
143
struct evcnt *evcnt)
sys/arch/mvme68k/dev/vme_two_68k.c
146
isrlink_vectored(fn, arg, ipl, vec, evcnt);
sys/arch/mvme68k/dev/vme_two_68k.c
158
static struct evcnt *
sys/arch/mvme68k/dev/vme_two_68k.c
62
int, int, struct evcnt *);
sys/arch/mvme68k/dev/vme_two_68k.c
64
static struct evcnt *vmetwoisrevcnt(void *, int);
sys/arch/mvme68k/dev/wdsc.c
125
static struct evcnt evcnt; /* XXXSCW: Temporary hack */
sys/arch/mvme68k/dev/wdsc.c
138
sc->sc_driver = (void *) &evcnt;
sys/arch/mvme68k/dev/wdsc.c
187
evcnt_attach_dynamic(&evcnt, EVCNT_TYPE_INTR, pccintr_evcnt(sc->sc_ipl),
sys/arch/mvme68k/dev/wdsc.c
189
pccintr_establish(PCCV_DMA, wdsc_dmaintr, sc->sc_ipl, sc, &evcnt);
sys/arch/mvme68k/dev/wdsc.c
190
pccintr_establish(PCCV_SCSI, wdsc_scsiintr, sc->sc_ipl, sc, &evcnt);
sys/arch/mvme68k/include/z8530var.h
94
struct evcnt zsc_evcnt;
sys/arch/mvme68k/mvme68k/clock.c
58
struct evcnt clock_profcnt;
sys/arch/mvme68k/mvme68k/clock.c
59
struct evcnt clock_statcnt;
sys/arch/mvme68k/mvme68k/clock.c
78
clock_config(device_t dev, struct clock_attach_args *ca, struct evcnt *ev)
sys/arch/mvme68k/mvme68k/isr.h
52
struct evcnt *ev)
sys/arch/mvme68k/mvme68k/isr.h
60
struct evcnt *ev)
sys/arch/mvme68k/mvme68k/isr.h
66
static inline struct evcnt *
sys/arch/newsmips/include/intr.h
46
struct evcnt intr_count;
sys/arch/next68k/dev/nextdmavar.h
63
struct evcnt sc_intrcnt;
sys/arch/next68k/include/z8530var.h
52
struct evcnt zsc_intrcnt; /* count interrupts */
sys/arch/next68k/next68k/isr.h
49
struct evcnt *ev)
sys/arch/playstation2/playstation2/interrupt.h
50
struct evcnt clock, sbus, dmac;
sys/arch/pmax/include/intr.h
56
struct evcnt ih_count;
sys/arch/pmax/include/intr.h
79
extern struct evcnt pmax_clock_evcnt;
sys/arch/pmax/include/intr.h
80
extern struct evcnt pmax_fpu_evcnt;
sys/arch/pmax/include/intr.h
81
extern struct evcnt pmax_memerr_evcnt;
sys/arch/pmax/pmax/interrupt.c
48
struct evcnt pmax_clock_evcnt =
sys/arch/pmax/pmax/interrupt.c
52
struct evcnt pmax_fpu_evcnt =
sys/arch/pmax/pmax/interrupt.c
56
struct evcnt pmax_memerr_evcnt =
sys/arch/pmax/tc/ioasic.c
199
const struct evcnt *
sys/arch/pmax/tc/tcbus.c
128
static const struct evcnt *
sys/arch/pmax/tc/tcbus.c
56
static const struct evcnt *tc_ds_intr_evcnt(device_t, void *);
sys/arch/powerpc/booke/dev/pq3ddrc.c
59
struct evcnt sc_ev_sbe;
sys/arch/powerpc/booke/dev/pq3etsec.c
220
struct evcnt sc_ev_tx_stall;
sys/arch/powerpc/booke/dev/pq3etsec.c
221
struct evcnt sc_ev_tx_intr;
sys/arch/powerpc/booke/dev/pq3etsec.c
222
struct evcnt sc_ev_rx_stall;
sys/arch/powerpc/booke/dev/pq3etsec.c
223
struct evcnt sc_ev_rx_intr;
sys/arch/powerpc/booke/dev/pq3etsec.c
224
struct evcnt sc_ev_error_intr;
sys/arch/powerpc/booke/dev/pq3etsec.c
225
struct evcnt sc_ev_soft_intr;
sys/arch/powerpc/booke/dev/pq3etsec.c
226
struct evcnt sc_ev_tx_pause;
sys/arch/powerpc/booke/dev/pq3etsec.c
227
struct evcnt sc_ev_rx_pause;
sys/arch/powerpc/booke/dev/pq3etsec.c
228
struct evcnt sc_ev_mii_ticks;
sys/arch/powerpc/booke/e500_intr.c
1239
struct evcnt *evcnt = cpu->cpu_evcnt_intrs;
sys/arch/powerpc/booke/e500_intr.c
1240
for (size_t j = 0; j < info->ii_external_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1242
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR, NULL, xname, name);
sys/arch/powerpc/booke/e500_intr.c
1244
KASSERT(evcnt == cpu->cpu_evcnt_intrs + info->ii_ist_vectors[IST_ONCHIP]);
sys/arch/powerpc/booke/e500_intr.c
1245
for (size_t j = 0; j < info->ii_onchip_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1249
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/powerpc/booke/e500_intr.c
1260
KASSERT(evcnt == cpu->cpu_evcnt_intrs + info->ii_ist_vectors[IST_MSIGROUP]);
sys/arch/powerpc/booke/e500_intr.c
1261
for (size_t j = 0; j < info->ii_msigroup_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1262
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/powerpc/booke/e500_intr.c
1266
KASSERT(evcnt == cpu->cpu_evcnt_intrs + info->ii_ist_vectors[IST_TIMER]);
sys/arch/powerpc/booke/e500_intr.c
1267
evcnt += ci->ci_cpuid * info->ii_percpu_sources;
sys/arch/powerpc/booke/e500_intr.c
1268
for (size_t j = 0; j < info->ii_timer_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1269
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/powerpc/booke/e500_intr.c
1273
for (size_t j = 0; j < info->ii_ipi_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1274
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/powerpc/booke/e500_intr.c
1278
for (size_t j = 0; j < info->ii_mi_sources; j++, evcnt++) {
sys/arch/powerpc/booke/e500_intr.c
1279
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/arch/powerpc/booke/pci/pq3pci.c
1430
static const struct evcnt *
sys/arch/powerpc/booke/pci/pq3pci.c
258
struct evcnt pis_ev;
sys/arch/powerpc/booke/pci/pq3pci.c
259
struct evcnt pis_ev_spurious;
sys/arch/powerpc/booke/pci/pq3pci.c
269
struct evcnt msih_ev;
sys/arch/powerpc/booke/pci/pq3pci.c
270
struct evcnt msih_ev_spurious;
sys/arch/powerpc/booke/pci/pq3pci.c
297
struct evcnt sc_ev_spurious;
sys/arch/powerpc/fpu/fpu_emu.c
105
static struct evcnt fpu_emu_ev_##name = \
sys/arch/powerpc/ibm4xx/dev/if_emac.c
252
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
253
struct evcnt sc_ev_txintr; /* Tx interrupts */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
254
struct evcnt sc_ev_rxde; /* Rx descriptor interrupts */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
255
struct evcnt sc_ev_txde; /* Tx descriptor interrupts */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
256
struct evcnt sc_ev_intr; /* General EMAC interrupts */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
258
struct evcnt sc_ev_txreap; /* Calls to Tx descriptor reaper */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
259
struct evcnt sc_ev_txsstall; /* Tx stalled due to no txs */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
260
struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
261
struct evcnt sc_ev_txdrop; /* Tx packets dropped (too many segs) */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
262
struct evcnt sc_ev_tu; /* Tx underrun */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
264
struct evcnt sc_ev_txcsum; /* Tx packets checksummed by the TAH */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
265
struct evcnt sc_ev_tahted; /* TAH transmit errors (TSR) */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
266
struct evcnt sc_ev_rxcsum; /* Rx packets verified by the TAH */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
267
struct evcnt sc_ev_rxcsumbad; /* Rx checksum errors from the TAH */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
268
struct evcnt sc_ev_txtso; /* Tx bursts segmented by the TAH */
sys/arch/powerpc/ibm4xx/dev/if_emac.c
269
struct evcnt sc_ev_txtsofb; /* Tx TSO software fallbacks */
sys/arch/powerpc/ibm4xx/pmap.c
130
struct evcnt tlbmiss_ev = EVCNT_INITIALIZER(EVCNT_TYPE_TRAP,
sys/arch/powerpc/ibm4xx/pmap.c
132
struct evcnt tlbflush_ev = EVCNT_INITIALIZER(EVCNT_TYPE_TRAP,
sys/arch/powerpc/ibm4xx/pmap.c
134
struct evcnt tlbenter_ev = EVCNT_INITIALIZER(EVCNT_TYPE_TRAP,
sys/arch/powerpc/include/booke/cpuvar.h
55
struct evcnt *cpu_evcnt_intrs;
sys/arch/powerpc/include/booke/cpuvar.h
64
struct evcnt cpu_evcnt_spurious_intr;
sys/arch/powerpc/include/booke/cpuvar.h
66
struct evcnt cpu_ev_late_clock;
sys/arch/powerpc/include/booke/cpuvar.h
68
struct evcnt cpu_ev_exec_trap_sync;
sys/arch/powerpc/include/cpu.h
141
struct evcnt ci_ev_clock; /* clock intrs */
sys/arch/powerpc/include/cpu.h
142
struct evcnt ci_ev_statclock; /* stat clock */
sys/arch/powerpc/include/cpu.h
143
struct evcnt ci_ev_traps; /* calls to trap() */
sys/arch/powerpc/include/cpu.h
144
struct evcnt ci_ev_kdsi; /* kernel DSI traps */
sys/arch/powerpc/include/cpu.h
145
struct evcnt ci_ev_udsi; /* user DSI traps */
sys/arch/powerpc/include/cpu.h
146
struct evcnt ci_ev_udsi_fatal; /* user DSI trap failures */
sys/arch/powerpc/include/cpu.h
147
struct evcnt ci_ev_kisi; /* kernel ISI traps */
sys/arch/powerpc/include/cpu.h
148
struct evcnt ci_ev_isi; /* user ISI traps */
sys/arch/powerpc/include/cpu.h
149
struct evcnt ci_ev_isi_fatal; /* user ISI trap failures */
sys/arch/powerpc/include/cpu.h
150
struct evcnt ci_ev_pgm; /* user PGM traps */
sys/arch/powerpc/include/cpu.h
151
struct evcnt ci_ev_debug; /* user debug traps */
sys/arch/powerpc/include/cpu.h
152
struct evcnt ci_ev_fpu; /* FPU traps */
sys/arch/powerpc/include/cpu.h
153
struct evcnt ci_ev_fpusw; /* FPU context switch */
sys/arch/powerpc/include/cpu.h
154
struct evcnt ci_ev_ali; /* Alignment traps */
sys/arch/powerpc/include/cpu.h
155
struct evcnt ci_ev_ali_fatal; /* Alignment fatal trap */
sys/arch/powerpc/include/cpu.h
156
struct evcnt ci_ev_scalls; /* system call traps */
sys/arch/powerpc/include/cpu.h
157
struct evcnt ci_ev_vec; /* Altivec traps */
sys/arch/powerpc/include/cpu.h
158
struct evcnt ci_ev_vecsw; /* Altivec context switches */
sys/arch/powerpc/include/cpu.h
159
struct evcnt ci_ev_umchk; /* user MCHK events */
sys/arch/powerpc/include/cpu.h
160
struct evcnt ci_ev_ipi; /* IPIs received */
sys/arch/powerpc/include/cpu.h
161
struct evcnt ci_ev_tlbmiss_soft; /* tlb miss (no trap) */
sys/arch/powerpc/include/cpu.h
162
struct evcnt ci_ev_dtlbmiss_hard; /* data tlb miss (trap) */
sys/arch/powerpc/include/cpu.h
163
struct evcnt ci_ev_itlbmiss_hard; /* instruction tlb miss (trap) */
sys/arch/powerpc/include/isa_machdep.h
103
const struct evcnt *genppc_isa_intr_evcnt(isa_chipset_tag_t, int);
sys/arch/powerpc/include/pci_machdep.h
152
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
sys/arch/powerpc/include/pci_machdep.h
252
__pci_inline const struct evcnt *
sys/arch/powerpc/include/pci_machdep.h
383
const struct evcnt *genppc_pci_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/powerpc/include/pci_machdep.h
89
const struct evcnt *
sys/arch/powerpc/isa/isa_machdep_common.c
49
const struct evcnt *
sys/arch/powerpc/oea/pmap.c
432
extern struct evcnt pmap_evcnt_mappings;
sys/arch/powerpc/oea/pmap.c
433
extern struct evcnt pmap_evcnt_unmappings;
sys/arch/powerpc/oea/pmap.c
435
extern struct evcnt pmap_evcnt_kernel_mappings;
sys/arch/powerpc/oea/pmap.c
436
extern struct evcnt pmap_evcnt_kernel_unmappings;
sys/arch/powerpc/oea/pmap.c
438
extern struct evcnt pmap_evcnt_mappings_replaced;
sys/arch/powerpc/oea/pmap.c
440
extern struct evcnt pmap_evcnt_exec_mappings;
sys/arch/powerpc/oea/pmap.c
441
extern struct evcnt pmap_evcnt_exec_cached;
sys/arch/powerpc/oea/pmap.c
443
extern struct evcnt pmap_evcnt_exec_synced;
sys/arch/powerpc/oea/pmap.c
444
extern struct evcnt pmap_evcnt_exec_synced_clear_modify;
sys/arch/powerpc/oea/pmap.c
445
extern struct evcnt pmap_evcnt_exec_synced_pvo_remove;
sys/arch/powerpc/oea/pmap.c
447
extern struct evcnt pmap_evcnt_exec_uncached_page_protect;
sys/arch/powerpc/oea/pmap.c
448
extern struct evcnt pmap_evcnt_exec_uncached_clear_modify;
sys/arch/powerpc/oea/pmap.c
449
extern struct evcnt pmap_evcnt_exec_uncached_zero_page;
sys/arch/powerpc/oea/pmap.c
450
extern struct evcnt pmap_evcnt_exec_uncached_copy_page;
sys/arch/powerpc/oea/pmap.c
451
extern struct evcnt pmap_evcnt_exec_uncached_pvo_remove;
sys/arch/powerpc/oea/pmap.c
453
extern struct evcnt pmap_evcnt_updates;
sys/arch/powerpc/oea/pmap.c
454
extern struct evcnt pmap_evcnt_collects;
sys/arch/powerpc/oea/pmap.c
455
extern struct evcnt pmap_evcnt_copies;
sys/arch/powerpc/oea/pmap.c
457
extern struct evcnt pmap_evcnt_ptes_spilled;
sys/arch/powerpc/oea/pmap.c
458
extern struct evcnt pmap_evcnt_ptes_unspilled;
sys/arch/powerpc/oea/pmap.c
459
extern struct evcnt pmap_evcnt_ptes_evicted;
sys/arch/powerpc/oea/pmap.c
461
extern struct evcnt pmap_evcnt_ptes_primary[8];
sys/arch/powerpc/oea/pmap.c
462
extern struct evcnt pmap_evcnt_ptes_secondary[8];
sys/arch/powerpc/oea/pmap.c
463
extern struct evcnt pmap_evcnt_ptes_removed;
sys/arch/powerpc/oea/pmap.c
464
extern struct evcnt pmap_evcnt_ptes_changed;
sys/arch/powerpc/oea/pmap.c
465
extern struct evcnt pmap_evcnt_pvos_reclaimed;
sys/arch/powerpc/oea/pmap.c
466
extern struct evcnt pmap_evcnt_pvos_failed;
sys/arch/powerpc/oea/pmap.c
468
extern struct evcnt pmap_evcnt_zeroed_pages;
sys/arch/powerpc/oea/pmap.c
469
extern struct evcnt pmap_evcnt_copied_pages;
sys/arch/powerpc/oea/pmap.c
470
extern struct evcnt pmap_evcnt_idlezeroed_pages;
sys/arch/powerpc/pci/pci_machdep_common.c
106
const struct evcnt *
sys/arch/powerpc/pic/picvar.h
65
struct evcnt is_ev;
sys/arch/powerpc/powerpc/fix_unaligned.c
70
static struct evcnt unaligned_ev_##name = \
sys/arch/powerpc/powerpc/pmap_subr.c
101
struct evcnt pmap_evcnt_exec_cached =
sys/arch/powerpc/powerpc/pmap_subr.c
105
struct evcnt pmap_evcnt_exec_synced =
sys/arch/powerpc/powerpc/pmap_subr.c
108
struct evcnt pmap_evcnt_exec_synced_clear_modify =
sys/arch/powerpc/powerpc/pmap_subr.c
111
struct evcnt pmap_evcnt_exec_synced_pvo_remove =
sys/arch/powerpc/powerpc/pmap_subr.c
115
struct evcnt pmap_evcnt_exec_uncached_page_protect =
sys/arch/powerpc/powerpc/pmap_subr.c
118
struct evcnt pmap_evcnt_exec_uncached_clear_modify =
sys/arch/powerpc/powerpc/pmap_subr.c
121
struct evcnt pmap_evcnt_exec_uncached_zero_page =
sys/arch/powerpc/powerpc/pmap_subr.c
124
struct evcnt pmap_evcnt_exec_uncached_copy_page =
sys/arch/powerpc/powerpc/pmap_subr.c
127
struct evcnt pmap_evcnt_exec_uncached_pvo_remove =
sys/arch/powerpc/powerpc/pmap_subr.c
131
struct evcnt pmap_evcnt_updates =
sys/arch/powerpc/powerpc/pmap_subr.c
134
struct evcnt pmap_evcnt_collects =
sys/arch/powerpc/powerpc/pmap_subr.c
137
struct evcnt pmap_evcnt_copies =
sys/arch/powerpc/powerpc/pmap_subr.c
141
struct evcnt pmap_evcnt_ptes_spilled =
sys/arch/powerpc/powerpc/pmap_subr.c
144
struct evcnt pmap_evcnt_ptes_unspilled =
sys/arch/powerpc/powerpc/pmap_subr.c
147
struct evcnt pmap_evcnt_ptes_evicted =
sys/arch/powerpc/powerpc/pmap_subr.c
151
struct evcnt pmap_evcnt_ptes_primary[8] = {
sys/arch/powerpc/powerpc/pmap_subr.c
170
struct evcnt pmap_evcnt_ptes_secondary[8] = {
sys/arch/powerpc/powerpc/pmap_subr.c
189
struct evcnt pmap_evcnt_ptes_removed =
sys/arch/powerpc/powerpc/pmap_subr.c
192
struct evcnt pmap_evcnt_ptes_changed =
sys/arch/powerpc/powerpc/pmap_subr.c
195
struct evcnt pmap_evcnt_pvos_reclaimed =
sys/arch/powerpc/powerpc/pmap_subr.c
198
struct evcnt pmap_evcnt_pvos_failed =
sys/arch/powerpc/powerpc/pmap_subr.c
64
struct evcnt pmap_evcnt_zeroed_pages =
sys/arch/powerpc/powerpc/pmap_subr.c
67
struct evcnt pmap_evcnt_copied_pages =
sys/arch/powerpc/powerpc/pmap_subr.c
70
struct evcnt pmap_evcnt_idlezeroed_pages =
sys/arch/powerpc/powerpc/pmap_subr.c
80
struct evcnt pmap_evcnt_mappings =
sys/arch/powerpc/powerpc/pmap_subr.c
83
struct evcnt pmap_evcnt_unmappings =
sys/arch/powerpc/powerpc/pmap_subr.c
87
struct evcnt pmap_evcnt_kernel_mappings =
sys/arch/powerpc/powerpc/pmap_subr.c
90
struct evcnt pmap_evcnt_kernel_unmappings =
sys/arch/powerpc/powerpc/pmap_subr.c
94
struct evcnt pmap_evcnt_mappings_replaced =
sys/arch/powerpc/powerpc/pmap_subr.c
98
struct evcnt pmap_evcnt_exec_mappings =
sys/arch/prep/eisa/eisa_machdep.c
154
const struct evcnt *
sys/arch/prep/include/eisa_machdep.h
67
const struct evcnt *eisa_intr_evcnt(eisa_chipset_tag_t, eisa_intr_handle_t);
sys/arch/riscv/dev/plicvar.h
52
struct evcnt *sc_intrevs;
sys/arch/riscv/fdt/intc_fdt.c
79
struct evcnt *pcpu_evs;
sys/arch/riscv/fdt/intc_fdt.c
92
struct evcnt sc_evs[IRQ_NSOURCES];
sys/arch/riscv/fdt/pcihost_fdt.c
571
const struct evcnt *
sys/arch/riscv/fdt/pcihost_fdt.c
81
static const struct evcnt *pcihost_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/riscv/include/cpu.h
100
struct evcnt ci_evcnt_all_ipis; /* aggregated IPI counter */
sys/arch/riscv/include/cpu.h
101
struct evcnt ci_evcnt_per_ipi[NIPIS]; /* individual IPI counters */
sys/arch/riscv/include/cpu.h
102
struct evcnt ci_evcnt_synci_onproc_rqst;
sys/arch/riscv/include/cpu.h
103
struct evcnt ci_evcnt_synci_deferred_rqst;
sys/arch/riscv/include/cpu.h
104
struct evcnt ci_evcnt_synci_ipi_rqst;
sys/arch/riscv/include/cpu.h
63
struct evcnt ci_ev_timer;
sys/arch/riscv/include/cpu.h
64
struct evcnt ci_ev_timer_missed;
sys/arch/riscv/include/cpu.h
82
struct evcnt ci_ev_fpu_saves;
sys/arch/riscv/include/cpu.h
83
struct evcnt ci_ev_fpu_loads;
sys/arch/riscv/include/cpu.h
84
struct evcnt ci_ev_fpu_reenables;
sys/arch/riscv/include/pci_machdep.h
134
const struct evcnt *(*pc_intr_evcnt)(void *, pci_intr_handle_t);
sys/arch/riscv/riscv/bus_dma.c
101
static struct evcnt bus_dma_sync_coherent_postread =
sys/arch/riscv/riscv/bus_dma.c
103
static struct evcnt bus_dma_sync_coherent_postreadwrite =
sys/arch/riscv/riscv/bus_dma.c
105
static struct evcnt bus_dma_sync_coherent_postwrite =
sys/arch/riscv/riscv/bus_dma.c
52
static struct evcnt bus_dma_creates =
sys/arch/riscv/riscv/bus_dma.c
54
static struct evcnt bus_dma_bounced_creates =
sys/arch/riscv/riscv/bus_dma.c
56
static struct evcnt bus_dma_loads =
sys/arch/riscv/riscv/bus_dma.c
58
static struct evcnt bus_dma_bounced_loads =
sys/arch/riscv/riscv/bus_dma.c
60
static struct evcnt bus_dma_coherent_loads =
sys/arch/riscv/riscv/bus_dma.c
62
static struct evcnt bus_dma_read_bounces =
sys/arch/riscv/riscv/bus_dma.c
64
static struct evcnt bus_dma_write_bounces =
sys/arch/riscv/riscv/bus_dma.c
66
static struct evcnt bus_dma_bounced_unloads =
sys/arch/riscv/riscv/bus_dma.c
68
static struct evcnt bus_dma_bounced_mbuf_loads =
sys/arch/riscv/riscv/bus_dma.c
70
static struct evcnt bus_dma_unloads =
sys/arch/riscv/riscv/bus_dma.c
72
static struct evcnt bus_dma_bounced_destroys =
sys/arch/riscv/riscv/bus_dma.c
74
static struct evcnt bus_dma_destroys =
sys/arch/riscv/riscv/bus_dma.c
76
static struct evcnt bus_dma_sync_prereadwrite =
sys/arch/riscv/riscv/bus_dma.c
78
static struct evcnt bus_dma_sync_preread_begin =
sys/arch/riscv/riscv/bus_dma.c
80
static struct evcnt bus_dma_sync_preread =
sys/arch/riscv/riscv/bus_dma.c
82
static struct evcnt bus_dma_sync_preread_tail =
sys/arch/riscv/riscv/bus_dma.c
84
static struct evcnt bus_dma_sync_prewrite =
sys/arch/riscv/riscv/bus_dma.c
86
static struct evcnt bus_dma_sync_postread =
sys/arch/riscv/riscv/bus_dma.c
88
static struct evcnt bus_dma_sync_postreadwrite =
sys/arch/riscv/riscv/bus_dma.c
90
static struct evcnt bus_dma_sync_postwrite =
sys/arch/riscv/riscv/bus_dma.c
92
static struct evcnt bus_dma_inrange_fail =
sys/arch/riscv/riscv/bus_dma.c
95
static struct evcnt bus_dma_sync_coherent_prereadwrite =
sys/arch/riscv/riscv/bus_dma.c
97
static struct evcnt bus_dma_sync_coherent_preread =
sys/arch/riscv/riscv/bus_dma.c
99
static struct evcnt bus_dma_sync_coherent_prewrite =
sys/arch/rs6000/include/mca_machdep.h
66
const struct evcnt *mca_intr_evcnt(mca_chipset_tag_t, mca_intr_handle_t);
sys/arch/rs6000/mca/mca_machdep.c
107
const struct evcnt *
sys/arch/sandpoint/include/pci_machdep.h
83
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/sandpoint/pci/pci_machdep.c
406
const struct evcnt *
sys/arch/sbmips/include/cpuvar.h
14
struct evcnt sb1cpu_intr_evcnts[64];
sys/arch/sbmips/include/cpuvar.h
15
struct evcnt sb1cpu_spurious_intrs[_IPL_N];
sys/arch/sbmips/include/cpuvar.h
16
struct evcnt sb1cpu_intrs[_IPL_N];
sys/arch/sbmips/include/cpuvar.h
17
struct evcnt sb1cpu_int5;
sys/arch/sbmips/sbmips/sb1250_icu.c
208
struct evcnt * evcnts = cpu->sb1cpu_intr_evcnts;
sys/arch/sbmips/sbmips/sb1250_icu.c
295
struct evcnt * const evcnts = cpu->sb1cpu_intr_evcnts;
sys/arch/sgimips/hpc/sqvar.h
153
struct evcnt sq_intrcnt; /* count interrupts */
sys/arch/sgimips/hpc/wdsc.c
70
struct evcnt sc_intrcnt; /* Interrupt counter */
sys/arch/sgimips/include/eisa_machdep.h
61
const struct evcnt *eisa_intr_evcnt(eisa_chipset_tag_t, eisa_intr_handle_t);
sys/arch/sgimips/include/intr.h
56
struct evcnt ih_evcnt;
sys/arch/sgimips/include/pci_machdep.h
95
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/sgimips/include/z8530var.h
102
struct evcnt zsc_intrcnt; /* count interrupts */
sys/arch/sgimips/ioc/oiocsc.c
70
struct evcnt sc_intrcnt; /* Interrupt counter */
sys/arch/sgimips/mace/if_mec.c
317
struct evcnt sc_ev_txpkts; /* TX packets queued total */
sys/arch/sgimips/mace/if_mec.c
318
struct evcnt sc_ev_txdpad; /* TX packets padded in txdesc buf */
sys/arch/sgimips/mace/if_mec.c
319
struct evcnt sc_ev_txdbuf; /* TX packets copied to txdesc buf */
sys/arch/sgimips/mace/if_mec.c
320
struct evcnt sc_ev_txptr1; /* TX packets using concat ptr1 */
sys/arch/sgimips/mace/if_mec.c
321
struct evcnt sc_ev_txptr1a; /* TX packets w/ptr1 ~160bytes */
sys/arch/sgimips/mace/if_mec.c
322
struct evcnt sc_ev_txptr1b; /* TX packets w/ptr1 ~256bytes */
sys/arch/sgimips/mace/if_mec.c
323
struct evcnt sc_ev_txptr1c; /* TX packets w/ptr1 ~512bytes */
sys/arch/sgimips/mace/if_mec.c
324
struct evcnt sc_ev_txptr1d; /* TX packets w/ptr1 ~1024bytes */
sys/arch/sgimips/mace/if_mec.c
325
struct evcnt sc_ev_txptr1e; /* TX packets w/ptr1 >1024bytes */
sys/arch/sgimips/mace/if_mec.c
326
struct evcnt sc_ev_txptr2; /* TX packets using concat ptr1,2 */
sys/arch/sgimips/mace/if_mec.c
327
struct evcnt sc_ev_txptr2a; /* TX packets w/ptr2 ~160bytes */
sys/arch/sgimips/mace/if_mec.c
328
struct evcnt sc_ev_txptr2b; /* TX packets w/ptr2 ~256bytes */
sys/arch/sgimips/mace/if_mec.c
329
struct evcnt sc_ev_txptr2c; /* TX packets w/ptr2 ~512bytes */
sys/arch/sgimips/mace/if_mec.c
330
struct evcnt sc_ev_txptr2d; /* TX packets w/ptr2 ~1024bytes */
sys/arch/sgimips/mace/if_mec.c
331
struct evcnt sc_ev_txptr2e; /* TX packets w/ptr2 >1024bytes */
sys/arch/sgimips/mace/if_mec.c
332
struct evcnt sc_ev_txptr3; /* TX packets using concat ptr1,2,3 */
sys/arch/sgimips/mace/if_mec.c
333
struct evcnt sc_ev_txptr3a; /* TX packets w/ptr3 ~160bytes */
sys/arch/sgimips/mace/if_mec.c
334
struct evcnt sc_ev_txptr3b; /* TX packets w/ptr3 ~256bytes */
sys/arch/sgimips/mace/if_mec.c
335
struct evcnt sc_ev_txptr3c; /* TX packets w/ptr3 ~512bytes */
sys/arch/sgimips/mace/if_mec.c
336
struct evcnt sc_ev_txptr3d; /* TX packets w/ptr3 ~1024bytes */
sys/arch/sgimips/mace/if_mec.c
337
struct evcnt sc_ev_txptr3e; /* TX packets w/ptr3 >1024bytes */
sys/arch/sgimips/mace/if_mec.c
338
struct evcnt sc_ev_txmbuf; /* TX packets copied to new mbufs */
sys/arch/sgimips/mace/if_mec.c
339
struct evcnt sc_ev_txmbufa; /* TX packets w/mbuf ~160bytes */
sys/arch/sgimips/mace/if_mec.c
340
struct evcnt sc_ev_txmbufb; /* TX packets w/mbuf ~256bytes */
sys/arch/sgimips/mace/if_mec.c
341
struct evcnt sc_ev_txmbufc; /* TX packets w/mbuf ~512bytes */
sys/arch/sgimips/mace/if_mec.c
342
struct evcnt sc_ev_txmbufd; /* TX packets w/mbuf ~1024bytes */
sys/arch/sgimips/mace/if_mec.c
343
struct evcnt sc_ev_txmbufe; /* TX packets w/mbuf >1024bytes */
sys/arch/sgimips/mace/if_mec.c
344
struct evcnt sc_ev_txptrs; /* TX packets using ptrs total */
sys/arch/sgimips/mace/if_mec.c
345
struct evcnt sc_ev_txptrc0; /* TX packets w/ptrs no hdr chain */
sys/arch/sgimips/mace/if_mec.c
346
struct evcnt sc_ev_txptrc1; /* TX packets w/ptrs 1 hdr chain */
sys/arch/sgimips/mace/if_mec.c
347
struct evcnt sc_ev_txptrc2; /* TX packets w/ptrs 2 hdr chains */
sys/arch/sgimips/mace/if_mec.c
348
struct evcnt sc_ev_txptrc3; /* TX packets w/ptrs 3 hdr chains */
sys/arch/sgimips/mace/if_mec.c
349
struct evcnt sc_ev_txptrc4; /* TX packets w/ptrs 4 hdr chains */
sys/arch/sgimips/mace/if_mec.c
350
struct evcnt sc_ev_txptrc5; /* TX packets w/ptrs 5 hdr chains */
sys/arch/sgimips/mace/if_mec.c
351
struct evcnt sc_ev_txptrc6; /* TX packets w/ptrs >5 hdr chains */
sys/arch/sgimips/mace/if_mec.c
352
struct evcnt sc_ev_txptrh0; /* TX packets w/ptrs ~8bytes hdr */
sys/arch/sgimips/mace/if_mec.c
353
struct evcnt sc_ev_txptrh1; /* TX packets w/ptrs ~16bytes hdr */
sys/arch/sgimips/mace/if_mec.c
354
struct evcnt sc_ev_txptrh2; /* TX packets w/ptrs ~32bytes hdr */
sys/arch/sgimips/mace/if_mec.c
355
struct evcnt sc_ev_txptrh3; /* TX packets w/ptrs ~64bytes hdr */
sys/arch/sgimips/mace/if_mec.c
356
struct evcnt sc_ev_txptrh4; /* TX packets w/ptrs ~80bytes hdr */
sys/arch/sgimips/mace/if_mec.c
357
struct evcnt sc_ev_txptrh5; /* TX packets w/ptrs ~96bytes hdr */
sys/arch/sgimips/mace/if_mec.c
358
struct evcnt sc_ev_txdstall; /* TX stalled due to no txdesc */
sys/arch/sgimips/mace/if_mec.c
359
struct evcnt sc_ev_txempty; /* TX empty interrupts */
sys/arch/sgimips/mace/if_mec.c
360
struct evcnt sc_ev_txsent; /* TX sent interrupts */
sys/arch/sgimips/mace/mace.c
265
evcnt_attach_dynamic(&maceintrtab[i].evcnt,
sys/arch/sgimips/mace/mace.c
284
evcnt_detach(&maceintrtab[i].evcnt);
sys/arch/sgimips/mace/mace.c
294
memset(&maceintrtab[i].evcnt, 0, sizeof (struct evcnt));
sys/arch/sgimips/mace/mace.c
326
maceintrtab[i].evcnt.ev_count++;
sys/arch/sgimips/mace/mace.c
335
maceintrtab[i].evcnt.ev_count++;
sys/arch/sgimips/mace/mace.c
83
struct evcnt evcnt;
sys/arch/sgimips/pci/pci_machdep.c
129
const struct evcnt *
sys/arch/sgimips/sgimips/cpu.c
61
static struct evcnt mips_int0_evcnt =
sys/arch/sgimips/sgimips/cpu.c
64
static struct evcnt mips_int1_evcnt =
sys/arch/sgimips/sgimips/cpu.c
67
static struct evcnt mips_int2_evcnt =
sys/arch/sgimips/sgimips/cpu.c
70
static struct evcnt mips_int3_evcnt =
sys/arch/sgimips/sgimips/cpu.c
73
static struct evcnt mips_int4_evcnt =
sys/arch/sgimips/sgimips/cpu.c
76
static struct evcnt mips_int5_evcnt =
sys/arch/sh3/sh3/clock.c
89
struct evcnt sh_hardclock_evcnt =
sys/arch/shark/include/irqhandler.h
131
struct evcnt ih_ev; /* evcnt structure */
sys/arch/shark/isa/isa_shark_machdep.c
145
const struct evcnt *
sys/arch/shark/ofw/vlpci.c
443
static const struct evcnt *
sys/arch/shark/ofw/vlpci.c
79
static const struct evcnt * vlpci_pc_intr_evcnt(void *, pci_intr_handle_t);
sys/arch/sparc/dev/com_obio.c
95
struct evcnt osc_intrcnt; /* interrupt counting */
sys/arch/sparc/dev/fdvar.h
66
struct evcnt fdcio_intrcnt;
sys/arch/sparc/dev/tctrl.c
153
struct evcnt sc_intrcnt; /* interrupt counting */
sys/arch/sparc/dev/vme_machdep.c
102
static const struct evcnt *sparc_vme_intr_evcnt(void *, vme_intr_handle_t);
sys/arch/sparc/dev/vme_machdep.c
737
static const struct evcnt *
sys/arch/sparc/include/cpu.h
389
struct evcnt ci_savefpstate;
sys/arch/sparc/include/cpu.h
390
struct evcnt ci_savefpstate_null;
sys/arch/sparc/include/cpu.h
391
struct evcnt ci_xpmsg_mutex_fail;
sys/arch/sparc/include/cpu.h
392
struct evcnt ci_xpmsg_mutex_fail_call;
sys/arch/sparc/include/cpu.h
393
struct evcnt ci_xpmsg_mutex_not_held;
sys/arch/sparc/include/cpu.h
394
struct evcnt ci_xpmsg_bogus;
sys/arch/sparc/include/cpu.h
395
struct evcnt ci_intrcnt[16];
sys/arch/sparc/include/cpu.h
396
struct evcnt ci_sintrcnt[16];
sys/arch/sparc/include/pci_machdep.h
94
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/sparc/include/z8530var.h
55
struct evcnt zsc_intrcnt; /* count interrupts */
sys/arch/sparc/sparc/cache.c
81
struct evcnt vcache_flush_pg =
sys/arch/sparc/sparc/cache.c
84
struct evcnt vcache_flush_seg =
sys/arch/sparc/sparc/cache.c
87
struct evcnt vcache_flush_reg =
sys/arch/sparc/sparc/cache.c
90
struct evcnt vcache_flush_ctx =
sys/arch/sparc/sparc/cache.c
93
struct evcnt vcache_flush_range =
sys/arch/sparc/sparc/pci_machdep.c
526
const struct evcnt *
sys/arch/sparc/sparc/pmap.c
143
struct evcnt mmu_stolenpmegs_evcnt =
sys/arch/sparc/sparc/pmap.c
147
struct evcnt mmu_pagein_evcnt =
sys/arch/sparc64/dev/fdcvar.h
66
struct evcnt fdcio_intrcnt;
sys/arch/sparc64/dev/pci_machdep.c
406
const struct evcnt *
sys/arch/sparc64/dev/psm.c
72
struct evcnt sc_intrcnt;
sys/arch/sparc64/include/cpu.h
164
struct evcnt ci_tick_evcnt;
sys/arch/sparc64/include/cpu.h
167
struct evcnt ci_ipi_evcnt[IPI_EVCNT_NUM];
sys/arch/sparc64/include/cpu.h
396
struct evcnt ih_cnt; /* counter for vmstat */
sys/arch/sparc64/include/pci_machdep.h
93
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/sparc64/include/z8530var.h
70
struct evcnt zsc_intrcnt; /* count interrupts */
sys/arch/sparc64/sparc64/autoconf.c
121
struct evcnt intr_evcnts[] = {
sys/arch/sparc64/sparc64/intr.c
81
extern struct evcnt intr_evcnts[];
sys/arch/sparc64/sparc64/trap.c
155
struct evcnt ecc_corrected =
sys/arch/sun2/dev/zsvar.h
70
struct evcnt zsc_intrcnt; /* count interrupts */
sys/arch/sun3/dev/fdvar.h
65
struct evcnt fdcio_intrcnt;
sys/arch/sun3/dev/xdvar.h
135
struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */
sys/arch/sun3/dev/xyvar.h
138
struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */
sys/arch/sun68k/sun68k/vme_sun68k.c
277
const struct evcnt *
sys/arch/sun68k/sun68k/vme_sun68k.c
76
static const struct evcnt *sun68k_vme_intr_evcnt(void *, vme_intr_handle_t);
sys/arch/vax/if/if_le.c
108
struct evcnt sc_intrcnt;
sys/arch/vax/if/if_le_vsbus.c
101
struct evcnt sc_intrcnt;
sys/arch/vax/include/scb.h
123
struct evcnt *ev;
sys/arch/vax/include/scb.h
130
extern struct evcnt devipl_intrcnts[4]; /* IPL 2[0123] */
sys/arch/vax/include/scb.h
135
void scb_vecalloc (int, void(*)(void *), void *, int, struct evcnt *);
sys/arch/vax/mba/mbavar.h
107
struct evcnt sc_intrcnt;
sys/arch/vax/uba/qvaux.c
335
qvauxattach(struct qvaux_softc *sc, struct evcnt *parent_evcnt, int consline)
sys/arch/vax/uba/qvavar.h
121
void qvauxattach(struct qvaux_softc *, struct evcnt *, int);
sys/arch/vax/uba/qvavar.h
98
struct evcnt sc_rintrcnt; /* receive interrupt counts */
sys/arch/vax/uba/qvavar.h
99
struct evcnt sc_tintrcnt; /* transmit interrupt counts */
sys/arch/vax/uba/uba_sbi.c
141
static struct evcnt strayint = EVCNT_INITIALIZER(EVCNT_TYPE_INTR, NULL, "uba","stray intr");
sys/arch/vax/uba/uba_sbi.c
261
struct evcnt *uvec;
sys/arch/vax/vax/clock.c
42
struct evcnt clock_misscnt =
sys/arch/vax/vax/clock.c
47
struct evcnt clock_intrcnt =
sys/arch/vax/vax/crl.c
94
struct evcnt crl_ev = EVCNT_INITIALIZER(EVCNT_TYPE_INTR, NULL, "crl", "intr");
sys/arch/vax/vax/machdep.c
598
struct evcnt *ev)
sys/arch/vax/vax/scb.c
149
int stack, struct evcnt *ev)
sys/arch/vax/vax/xmi_mainbus.c
82
struct evcnt *ev)
sys/arch/vax/vsa/asc_vsbus.c
65
struct evcnt sc_intrcnt; /* count interrupts */
sys/arch/vax/vsa/hdc9224.c
133
struct evcnt sc_intrcnt;
sys/arch/vax/vsa/ncr.c
86
struct evcnt ncr_intrcnt;
sys/arch/vax/vsa/tc_vsbus.c
377
static const struct evcnt *
sys/arch/vax/vsa/tc_vsbus.c
54
struct evcnt sc_ev;
sys/arch/vax/vsa/tc_vsbus.c
72
static const struct evcnt *tc_vsbus_intr_evcnt(device_t, void *);
sys/arch/virt68k/dev/gfrtc_mainbus.c
63
struct evcnt * sc_evcnt;
sys/arch/virt68k/dev/gfrtc_mainbus.c
96
struct evcnt *ev, void (*func)(struct clockframe *))
sys/arch/virt68k/include/clockvar.h
49
struct evcnt *ev,
sys/arch/virt68k/include/clockvar.h
52
struct evcnt *ca_parent_evcnt;
sys/arch/virt68k/virt68k/clock.c
86
struct evcnt counter;
sys/arch/virt68k/virt68k/intr.c
111
static struct evcnt intr_evcnt[] = {
sys/arch/virt68k/virt68k/intr.c
60
struct evcnt *ih_evcnt;
sys/arch/x68k/dev/intio.c
132
struct evcnt *iiv_evcnt;
sys/arch/x68k/dev/intio.c
323
struct evcnt *evcnt;
sys/arch/x68k/dev/intio.c
330
evcnt = malloc(sizeof(*evcnt), M_DEVBUF, M_WAITOK);
sys/arch/x68k/dev/intio.c
331
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR, NULL, name1, name2);
sys/arch/x68k/dev/intio.c
335
iiv[vector].iiv_evcnt = evcnt;
sys/arch/x86/include/cpu.h
273
struct evcnt ci_ipi_events[X86_NIPI];
sys/arch/x86/include/cpu.h
275
struct evcnt ci_ipi_events[XEN_NIPIS];
sys/arch/x86/include/cpu.h
322
struct evcnt ci_xen_cpu_tsc_backwards_evcnt;
sys/arch/x86/include/cpu.h
323
struct evcnt ci_xen_tsc_delta_negative_evcnt;
sys/arch/x86/include/cpu.h
324
struct evcnt ci_xen_raw_systime_wraparound_evcnt;
sys/arch/x86/include/cpu.h
325
struct evcnt ci_xen_raw_systime_backwards_evcnt;
sys/arch/x86/include/cpu.h
326
struct evcnt ci_xen_systime_backwards_hardclock_evcnt;
sys/arch/x86/include/cpu.h
327
struct evcnt ci_xen_missed_hardclock_evcnt;
sys/arch/x86/include/cpu.h
328
struct evcnt ci_xen_timecounter_backwards_evcnt;
sys/arch/x86/include/cpu.h
329
struct evcnt ci_xen_timecounter_jump_evcnt;
sys/arch/x86/include/intr.h
101
struct evcnt is_evcnt; /* interrupt counter per cpu */
sys/arch/x86/include/isa_machdep.h
105
const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq);
sys/arch/x86/include/pci_machdep_common.h
121
const struct evcnt *pci_intr_evcnt(pci_chipset_tag_t, pci_intr_handle_t);
sys/arch/x86/isa/isa_machdep.c
195
const struct evcnt *
sys/arch/x86/pci/pci_intr_machdep.c
247
const struct evcnt *
sys/arch/x86/x86/bus_dma.c
128
static struct evcnt bus_dma_ev_##name = \
sys/arch/x86/x86/pmap.c
326
struct evcnt pmap_iobmp_evcnt;
sys/arch/x86/x86/pmap.c
327
struct evcnt pmap_ldt_evcnt;
sys/arch/x86/x86/x86_tlb.c
117
static struct evcnt pmap_tlb_evcnt __cacheline_aligned;
sys/arch/x86/x86/x86_tlb.c
123
static struct evcnt tlbstat_local[TLBSHOOT__MAX];
sys/arch/x86/x86/x86_tlb.c
124
static struct evcnt tlbstat_remote[TLBSHOOT__MAX];
sys/arch/x86/x86/x86_tlb.c
125
static struct evcnt tlbstat_kernel[TLBSHOOT__MAX];
sys/arch/x86/x86/x86_tlb.c
126
static struct evcnt tlbstat_single_req;
sys/arch/x86/x86/x86_tlb.c
127
static struct evcnt tlbstat_single_issue;
sys/arch/xen/include/intr.h
59
struct evcnt ev_evcnt; /* interrupt counter */
sys/arch/xen/include/xennet_checksum.h
36
struct evcnt *, struct evcnt *);
sys/arch/xen/xen/if_xennet_xenbus.c
205
struct evcnt sc_cnt_tx_defrag;
sys/arch/xen/xen/if_xennet_xenbus.c
206
struct evcnt sc_cnt_tx_queue_full;
sys/arch/xen/xen/if_xennet_xenbus.c
207
struct evcnt sc_cnt_tx_drop;
sys/arch/xen/xen/if_xennet_xenbus.c
208
struct evcnt sc_cnt_tx_frag;
sys/arch/xen/xen/if_xennet_xenbus.c
209
struct evcnt sc_cnt_rx_frag;
sys/arch/xen/xen/if_xennet_xenbus.c
210
struct evcnt sc_cnt_rx_cksum_blank;
sys/arch/xen/xen/if_xennet_xenbus.c
211
struct evcnt sc_cnt_rx_cksum_undefer;
sys/arch/xen/xen/xbd_xenbus.c
184
struct evcnt sc_cnt_map_unalign;
sys/arch/xen/xen/xbd_xenbus.c
185
struct evcnt sc_cnt_unalign_busy;
sys/arch/xen/xen/xbd_xenbus.c
186
struct evcnt sc_cnt_queue_full;
sys/arch/xen/xen/xbd_xenbus.c
187
struct evcnt sc_cnt_indirect;
sys/arch/xen/xen/xennet_checksum.c
75
struct evcnt *cksum_blank, struct evcnt *cksum_undefer)
sys/arch/xen/xen/xennetback_xenbus.c
127
struct evcnt xni_cnt_rx_cksum_blank;
sys/arch/xen/xen/xennetback_xenbus.c
128
struct evcnt xni_cnt_rx_cksum_undefer;
sys/crypto/aes/arch/x86/aes_via.c
203
static struct evcnt enc_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
206
static struct evcnt enc_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
244
static struct evcnt dec_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
247
static struct evcnt dec_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
358
static struct evcnt cbcenc_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
361
static struct evcnt cbcenc_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
400
static struct evcnt cbcdec_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
403
static struct evcnt cbcdec_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
497
static struct evcnt xtsenc_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
500
static struct evcnt xtsenc_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
591
static struct evcnt xtsdec_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
594
static struct evcnt xtsdec_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
685
static struct evcnt cbcmac_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
688
static struct evcnt cbcmac_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
725
static struct evcnt ccmenc_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
728
static struct evcnt ccmenc_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
791
static struct evcnt ccmdec_aligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/aes/arch/x86/aes_via.c
794
static struct evcnt ccmdec_unaligned_evcnt = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/crypto/cprng_fast/cprng_fast.c
56
struct evcnt *reseed_evcnt;
sys/ddb/db_command.c
1149
struct evcnt ev, *evp;
sys/ddb/db_command.c
1178
evp = (struct evcnt *)db_read_ptr("allevents");
sys/dev/acpi/acpi_cpu.h
146
struct evcnt cs_evcnt;
sys/dev/acpi/acpi_cpu.h
163
struct evcnt ps_evcnt;
sys/dev/acpi/acpi_cpu.h
179
struct evcnt ts_evcnt;
sys/dev/acpi/qcomgpio.c
77
struct evcnt ih_evcnt;
sys/dev/bi/bivar.h
81
void bi_intr_establish (void *, int, void (*)(void *), void *, struct evcnt *);
sys/dev/bi/if_ni.c
123
struct evcnt sc_intrcnt; /* Interrupt coounting */
sys/dev/bi/kdb.c
83
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/dec/dz.c
213
dzattach(struct dz_softc *sc, struct evcnt *parent_evcnt, int consline)
sys/dev/dec/dzvar.h
109
void dzattach(struct dz_softc *, struct evcnt *, int);
sys/dev/dec/dzvar.h
86
struct evcnt sc_rintrcnt; /* receive interrupt counts */
sys/dev/dec/dzvar.h
87
struct evcnt sc_tintrcnt; /* transmit interrupt counts */
sys/dev/hyperv/if_hvn.c
207
struct evcnt txr_evpkts;
sys/dev/hyperv/if_hvn.c
208
struct evcnt txr_evsends;
sys/dev/hyperv/if_hvn.c
209
struct evcnt txr_evnodesc;
sys/dev/hyperv/if_hvn.c
210
struct evcnt txr_evdmafailed;
sys/dev/hyperv/if_hvn.c
211
struct evcnt txr_evdefrag;
sys/dev/hyperv/if_hvn.c
212
struct evcnt txr_evpcqdrop;
sys/dev/hyperv/if_hvn.c
213
struct evcnt txr_evtransmitdefer;
sys/dev/hyperv/if_hvn.c
214
struct evcnt txr_evflushfailed;
sys/dev/hyperv/if_hvn.c
215
struct evcnt txr_evchimneytried;
sys/dev/hyperv/if_hvn.c
216
struct evcnt txr_evchimney;
sys/dev/hyperv/if_hvn.c
217
struct evcnt txr_evvlanfixup;
sys/dev/hyperv/if_hvn.c
218
struct evcnt txr_evvlanhwtagging;
sys/dev/hyperv/if_hvn.c
219
struct evcnt txr_evvlantap;
sys/dev/hyperv/if_hvn.c
271
struct evcnt rxr_evpkts;
sys/dev/hyperv/if_hvn.c
272
struct evcnt rxr_evcsum_ip;
sys/dev/hyperv/if_hvn.c
273
struct evcnt rxr_evcsum_tcp;
sys/dev/hyperv/if_hvn.c
274
struct evcnt rxr_evcsum_udp;
sys/dev/hyperv/if_hvn.c
275
struct evcnt rxr_evvlanhwtagging;
sys/dev/hyperv/if_hvn.c
276
struct evcnt rxr_evintr;
sys/dev/hyperv/if_hvn.c
277
struct evcnt rxr_evdefer;
sys/dev/hyperv/if_hvn.c
278
struct evcnt rxr_evdeferreq;
sys/dev/hyperv/if_hvn.c
279
struct evcnt rxr_evredeferreq;
sys/dev/hyperv/vmbusvar.h
121
struct evcnt ch_evcnt;
sys/dev/ic/am7930var.h
38
struct evcnt sc_intrcnt; /* statistics */
sys/dev/ic/atwvar.h
264
struct evcnt sc_misc_ev;
sys/dev/ic/atwvar.h
265
struct evcnt sc_workaround1_ev;
sys/dev/ic/atwvar.h
266
struct evcnt sc_rxamatch_ev;
sys/dev/ic/atwvar.h
267
struct evcnt sc_rxpkt1in_ev;
sys/dev/ic/atwvar.h
269
struct evcnt sc_xmit_ev;
sys/dev/ic/atwvar.h
270
struct evcnt sc_tuf_ev; /* transmit underflow errors */
sys/dev/ic/atwvar.h
271
struct evcnt sc_tro_ev; /* transmit overrun */
sys/dev/ic/atwvar.h
272
struct evcnt sc_trt_ev; /* retry count exceeded */
sys/dev/ic/atwvar.h
273
struct evcnt sc_tlt_ev; /* lifetime exceeded */
sys/dev/ic/atwvar.h
274
struct evcnt sc_sofbr_ev; /* packet size mismatch */
sys/dev/ic/atwvar.h
276
struct evcnt sc_recv_ev;
sys/dev/ic/atwvar.h
277
struct evcnt sc_crc16e_ev;
sys/dev/ic/atwvar.h
278
struct evcnt sc_crc32e_ev;
sys/dev/ic/atwvar.h
279
struct evcnt sc_icve_ev;
sys/dev/ic/atwvar.h
280
struct evcnt sc_sfde_ev;
sys/dev/ic/atwvar.h
281
struct evcnt sc_sige_ev;
sys/dev/ic/clmpccvar.h
102
struct evcnt *sc_evcnt; /* Parent Event Counter (or NULL) */
sys/dev/ic/cs4231var.h
65
struct evcnt t_intrcnt;
sys/dev/ic/cs4231var.h
66
struct evcnt t_ierrcnt;
sys/dev/ic/cs4231var.h
81
struct evcnt sc_intrcnt; /* parent counter */
sys/dev/ic/dwc_eqos_var.h
113
struct evcnt sc_ev_intr;
sys/dev/ic/dwc_eqos_var.h
114
struct evcnt sc_ev_rxintr;
sys/dev/ic/dwc_eqos_var.h
115
struct evcnt sc_ev_txintr;
sys/dev/ic/dwc_eqos_var.h
116
struct evcnt sc_ev_mac;
sys/dev/ic/dwc_eqos_var.h
117
struct evcnt sc_ev_mtl;
sys/dev/ic/dwc_eqos_var.h
118
struct evcnt sc_ev_mtl_debugdata;
sys/dev/ic/dwc_eqos_var.h
119
struct evcnt sc_ev_mtl_rxovfis;
sys/dev/ic/dwc_eqos_var.h
120
struct evcnt sc_ev_mtl_txovfis;
sys/dev/ic/dwc_eqos_var.h
121
struct evcnt sc_ev_status;
sys/dev/ic/dwc_eqos_var.h
122
struct evcnt sc_ev_rwt;
sys/dev/ic/dwc_eqos_var.h
123
struct evcnt sc_ev_excol;
sys/dev/ic/dwc_eqos_var.h
124
struct evcnt sc_ev_lcol;
sys/dev/ic/dwc_eqos_var.h
125
struct evcnt sc_ev_exdef;
sys/dev/ic/dwc_eqos_var.h
126
struct evcnt sc_ev_lcarr;
sys/dev/ic/dwc_eqos_var.h
127
struct evcnt sc_ev_ncarr;
sys/dev/ic/dwc_eqos_var.h
128
struct evcnt sc_ev_tjt;
sys/dev/ic/gemvar.h
218
struct evcnt sc_ev_intr;
sys/dev/ic/gemvar.h
220
struct evcnt sc_ev_txint;
sys/dev/ic/gemvar.h
221
struct evcnt sc_ev_rxint;
sys/dev/ic/gemvar.h
222
struct evcnt sc_ev_rxoverflow;
sys/dev/ic/gemvar.h
223
struct evcnt sc_ev_rxnobuf;
sys/dev/ic/gemvar.h
224
struct evcnt sc_ev_rxfull;
sys/dev/ic/gemvar.h
225
struct evcnt sc_ev_rxhist[9];
sys/dev/ic/i82557var.h
204
struct evcnt sc_ev_txstall; /* Tx stalled */
sys/dev/ic/i82557var.h
205
struct evcnt sc_ev_txintr; /* Tx interrupts */
sys/dev/ic/i82557var.h
206
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/dev/ic/i82557var.h
207
struct evcnt sc_ev_txpause; /* Tx PAUSE frames */
sys/dev/ic/i82557var.h
208
struct evcnt sc_ev_rxpause; /* Rx PAUSE frames */
sys/dev/ic/ncr53c9xvar.h
265
struct evcnt sc_intrcnt; /* intr count */
sys/dev/ic/sgecvar.h
43
struct evcnt sc_intrcnt; /* Interrupt counters */
sys/dev/ic/sgecvar.h
44
struct evcnt sc_rxintrcnt; /* Interrupt counters */
sys/dev/ic/sgecvar.h
45
struct evcnt sc_txintrcnt; /* Interrupt counters */
sys/dev/ic/sgecvar.h
46
struct evcnt sc_txdraincnt; /* Interrupt counters */
sys/dev/ic/sgecvar.h
47
struct evcnt sc_nobufintrcnt; /* Interrupt counters */
sys/dev/ic/sgecvar.h
48
struct evcnt sc_nointrcnt; /* Interrupt counters */
sys/dev/marvell/gtpcivar.h
59
const struct evcnt *gtpci_intr_evcnt(void *, pci_intr_handle_t);
sys/dev/marvell/if_mvgbe.c
255
struct evcnt sc_ev_rxoverrun;
sys/dev/marvell/if_mvgbe.c
256
struct evcnt sc_ev_wdogsoft;
sys/dev/marvell/if_mvxpevar.h
211
struct evcnt ev_i_rxtxth;
sys/dev/marvell/if_mvxpevar.h
212
struct evcnt ev_i_rxtx;
sys/dev/marvell/if_mvxpevar.h
213
struct evcnt ev_i_misc;
sys/dev/marvell/if_mvxpevar.h
218
struct evcnt ev_rxtxth_txerr;
sys/dev/marvell/if_mvxpevar.h
223
struct evcnt ev_misc_phystatuschng;
sys/dev/marvell/if_mvxpevar.h
224
struct evcnt ev_misc_linkchange;
sys/dev/marvell/if_mvxpevar.h
225
struct evcnt ev_misc_iae;
sys/dev/marvell/if_mvxpevar.h
226
struct evcnt ev_misc_rxoverrun;
sys/dev/marvell/if_mvxpevar.h
227
struct evcnt ev_misc_rxcrc;
sys/dev/marvell/if_mvxpevar.h
228
struct evcnt ev_misc_rxlargepacket;
sys/dev/marvell/if_mvxpevar.h
229
struct evcnt ev_misc_txunderrun;
sys/dev/marvell/if_mvxpevar.h
230
struct evcnt ev_misc_prbserr;
sys/dev/marvell/if_mvxpevar.h
231
struct evcnt ev_misc_srse;
sys/dev/marvell/if_mvxpevar.h
232
struct evcnt ev_misc_txreq;
sys/dev/marvell/if_mvxpevar.h
237
struct evcnt ev_rxtx_rreq;
sys/dev/marvell/if_mvxpevar.h
238
struct evcnt ev_rxtx_rpq;
sys/dev/marvell/if_mvxpevar.h
239
struct evcnt ev_rxtx_tbrq;
sys/dev/marvell/if_mvxpevar.h
240
struct evcnt ev_rxtx_rxtxth;
sys/dev/marvell/if_mvxpevar.h
241
struct evcnt ev_rxtx_txerr;
sys/dev/marvell/if_mvxpevar.h
242
struct evcnt ev_rxtx_misc;
sys/dev/marvell/if_mvxpevar.h
247
struct evcnt ev_link_up;
sys/dev/marvell/if_mvxpevar.h
248
struct evcnt ev_link_down;
sys/dev/marvell/if_mvxpevar.h
253
struct evcnt ev_rxd_ce;
sys/dev/marvell/if_mvxpevar.h
254
struct evcnt ev_rxd_or;
sys/dev/marvell/if_mvxpevar.h
255
struct evcnt ev_rxd_mf;
sys/dev/marvell/if_mvxpevar.h
256
struct evcnt ev_rxd_re;
sys/dev/marvell/if_mvxpevar.h
257
struct evcnt ev_rxd_scat;
sys/dev/marvell/if_mvxpevar.h
262
struct evcnt ev_txd_lc;
sys/dev/marvell/if_mvxpevar.h
263
struct evcnt ev_txd_ur;
sys/dev/marvell/if_mvxpevar.h
264
struct evcnt ev_txd_rl;
sys/dev/marvell/if_mvxpevar.h
265
struct evcnt ev_txd_oth;
sys/dev/marvell/if_mvxpevar.h
270
struct evcnt ev_reg_pdfc; /* Rx Port Discard Frame Counter */
sys/dev/marvell/if_mvxpevar.h
271
struct evcnt ev_reg_pofc; /* Rx Port Overrun Frame Counter */
sys/dev/marvell/if_mvxpevar.h
272
struct evcnt ev_reg_txbadfcs; /* Tx BAD FCS Counter */
sys/dev/marvell/if_mvxpevar.h
273
struct evcnt ev_reg_txdropped; /* Tx Dropped Counter */
sys/dev/marvell/if_mvxpevar.h
274
struct evcnt ev_reg_lpic;
sys/dev/marvell/if_mvxpevar.h
278
struct evcnt ev_drv_wdogsoft;
sys/dev/marvell/if_mvxpevar.h
279
struct evcnt ev_drv_txerr;
sys/dev/marvell/if_mvxpevar.h
280
struct evcnt ev_drv_rxq[MVXPE_QUEUE_SIZE];
sys/dev/marvell/if_mvxpevar.h
281
struct evcnt ev_drv_rxqe[MVXPE_QUEUE_SIZE];
sys/dev/marvell/if_mvxpevar.h
282
struct evcnt ev_drv_txq[MVXPE_QUEUE_SIZE];
sys/dev/marvell/if_mvxpevar.h
283
struct evcnt ev_drv_txqe[MVXPE_QUEUE_SIZE];
sys/dev/marvell/mvpex.c
640
const struct evcnt *
sys/dev/marvell/mvpexvar.h
42
struct evcnt ih_evcnt;
sys/dev/marvell/mvpexvar.h
75
const struct evcnt *mvpex_intr_evcnt(void *, pci_intr_handle_t);
sys/dev/marvell/mvxpsecvar.h
349
struct evcnt intr_all;
sys/dev/marvell/mvxpsecvar.h
350
struct evcnt intr_auth;
sys/dev/marvell/mvxpsecvar.h
351
struct evcnt intr_des;
sys/dev/marvell/mvxpsecvar.h
352
struct evcnt intr_aes_enc;
sys/dev/marvell/mvxpsecvar.h
353
struct evcnt intr_aes_dec;
sys/dev/marvell/mvxpsecvar.h
354
struct evcnt intr_enc;
sys/dev/marvell/mvxpsecvar.h
355
struct evcnt intr_sa;
sys/dev/marvell/mvxpsecvar.h
356
struct evcnt intr_acctdma;
sys/dev/marvell/mvxpsecvar.h
357
struct evcnt intr_comp;
sys/dev/marvell/mvxpsecvar.h
358
struct evcnt intr_own;
sys/dev/marvell/mvxpsecvar.h
359
struct evcnt intr_acctdma_cont;
sys/dev/marvell/mvxpsecvar.h
362
struct evcnt session_new;
sys/dev/marvell/mvxpsecvar.h
363
struct evcnt session_free;
sys/dev/marvell/mvxpsecvar.h
366
struct evcnt packet_ok;
sys/dev/marvell/mvxpsecvar.h
367
struct evcnt packet_err;
sys/dev/marvell/mvxpsecvar.h
370
struct evcnt dispatch_packets;
sys/dev/marvell/mvxpsecvar.h
371
struct evcnt dispatch_queue;
sys/dev/marvell/mvxpsecvar.h
372
struct evcnt queue_full;
sys/dev/marvell/mvxpsecvar.h
373
struct evcnt max_dispatch;
sys/dev/marvell/mvxpsecvar.h
374
struct evcnt max_done;
sys/dev/midivar.h
168
struct evcnt bytesDiscarded;
sys/dev/midivar.h
169
struct evcnt incompleteMessages;
sys/dev/mvme/clockvar.h
41
extern struct evcnt clock_profcnt;
sys/dev/mvme/clockvar.h
42
extern struct evcnt clock_statcnt;
sys/dev/mvme/clockvar.h
53
struct evcnt *);
sys/dev/mvme/if_ie_mvme.c
68
struct evcnt ps_evcnt;
sys/dev/mvme/lptvar.h
69
struct evcnt sc_evcnt;
sys/dev/mvme/memcvar.h
39
struct evcnt sc_evcnt;
sys/dev/mvme/mvmebus.c
364
const struct evcnt *
sys/dev/mvme/mvmebus.h
103
struct evcnt sc_evcnt[7];
sys/dev/mvme/mvmebus.h
105
int (*)(void *), void *, struct evcnt *);
sys/dev/mvme/mvmebus.h
107
struct evcnt *);
sys/dev/mvme/mvmebus.h
122
const struct evcnt *mvmebus_intr_evcnt(void *, vme_intr_handle_t);
sys/dev/mvme/osiop_pcctwo.c
68
struct evcnt sc_evcnt;
sys/dev/mvme/pcctwo.c
136
struct evcnt *evcnt)
sys/dev/mvme/pcctwo.c
160
lvl, vec + sys_pcctwo->sc_vecbase, evcnt);
sys/dev/mvme/pcctwo.c
189
struct evcnt *
sys/dev/mvme/pcctwovar.h
82
int, int, struct evcnt *);
sys/dev/mvme/pcctwovar.h
84
struct evcnt * (*sc_isrevcnt)(void *, int);
sys/dev/mvme/pcctwovar.h
86
struct evcnt sc_evcnt;
sys/dev/mvme/pcctwovar.h
94
extern struct evcnt *pcctwointr_evcnt(int);
sys/dev/mvme/pcctwovar.h
96
struct evcnt *);
sys/dev/mvme/vme_two_isr.c
240
vmetwo_local_intr_establish(int pri, int vec, int (*hand)(void *), void *arg, struct evcnt *evcnt)
sys/dev/mvme/vme_two_isr.c
243
vmetwo_intr_establish(vmetwo_sc, pri, pri, vec, 1, hand, arg, evcnt);
sys/dev/mvme/vme_two_isr.c
248
vmetwo_intr_establish(void *csc, int prior, int lvl, int vec, int first, int (*hand)(void *), void *arg, struct evcnt *evcnt)
sys/dev/mvme/vme_two_isr.c
290
(*sc->sc_isrlink)(sc->sc_isrcookie, hand, arg, prior, vec, evcnt);
sys/dev/mvme/vme_two_isr.c
299
if (evcnt)
sys/dev/mvme/vme_two_isr.c
300
evcnt_attach_dynamic(evcnt, EVCNT_TYPE_INTR,
sys/dev/mvme/vme_two_isr.c
344
vmetwo_intr_disestablish(void *csc, int lvl, int vec, int last, struct evcnt *evcnt)
sys/dev/mvme/vme_two_isr.c
402
if (evcnt)
sys/dev/mvme/vme_two_isr.c
403
evcnt_detach(evcnt);
sys/dev/mvme/vme_twovar.h
52
void *, int, int, struct evcnt *);
sys/dev/mvme/vme_twovar.h
54
struct evcnt * (*sc_isrevcnt)(void *, int);
sys/dev/mvme/vme_twovar.h
68
int (*)(void *), void *, struct evcnt *);
sys/dev/mvme/vme_twovar.h
69
void vmetwo_intr_disestablish(void *, int, int, int, struct evcnt *);
sys/dev/mvme/vme_twovar.h
71
int (*)(void *), void *, struct evcnt *);
sys/dev/onewire/owtemp.c
85
struct evcnt sc_ev_update;
sys/dev/onewire/owtemp.c
86
struct evcnt sc_ev_rsterr;
sys/dev/onewire/owtemp.c
87
struct evcnt sc_ev_crcerr;
sys/dev/pci/amdpmvar.h
58
struct evcnt sc_rnd_hits;
sys/dev/pci/amdpmvar.h
59
struct evcnt sc_rnd_miss;
sys/dev/pci/amdpmvar.h
60
struct evcnt sc_rnd_data[256];
sys/dev/pci/if_aq.c
1289
struct evcnt sc_evcount_##name##_ev;
sys/dev/pci/if_bgevar.h
357
struct evcnt bge_ev_intr; /* i: interrupts */
sys/dev/pci/if_bgevar.h
358
struct evcnt bge_ev_intr_spurious;
sys/dev/pci/if_bgevar.h
360
struct evcnt bge_ev_intr_spurious2; /* i: spurious interrupts */
sys/dev/pci/if_bgevar.h
361
struct evcnt bge_ev_tx_xoff; /* i: send PAUSE(len>0) packets */
sys/dev/pci/if_bgevar.h
362
struct evcnt bge_ev_tx_xon; /* i: send PAUSE(len=0) packets */
sys/dev/pci/if_bgevar.h
363
struct evcnt bge_ev_rx_xoff; /* i: receive PAUSE(len>0) packets */
sys/dev/pci/if_bgevar.h
364
struct evcnt bge_ev_rx_xon; /* i: receive PAUSE(len=0) packets */
sys/dev/pci/if_bgevar.h
365
struct evcnt bge_ev_rx_macctl; /* i: receive MAC control packets */
sys/dev/pci/if_bgevar.h
366
struct evcnt bge_ev_xoffentered;/* i: XOFF state entered */
sys/dev/pci/if_casvar.h
211
struct evcnt sc_ev_intr;
sys/dev/pci/if_dge.c
286
struct evcnt sc_ev_txsstall; /* Tx stalled due to no txs */
sys/dev/pci/if_dge.c
287
struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */
sys/dev/pci/if_dge.c
288
struct evcnt sc_ev_txforceintr; /* Tx interrupts forced */
sys/dev/pci/if_dge.c
289
struct evcnt sc_ev_txdw; /* Tx descriptor interrupts */
sys/dev/pci/if_dge.c
290
struct evcnt sc_ev_txqe; /* Tx queue empty interrupts */
sys/dev/pci/if_dge.c
291
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/dev/pci/if_dge.c
292
struct evcnt sc_ev_linkintr; /* Link interrupts */
sys/dev/pci/if_dge.c
294
struct evcnt sc_ev_rxipsum; /* IP checksums checked in-bound */
sys/dev/pci/if_dge.c
295
struct evcnt sc_ev_rxtusum; /* TCP/UDP cksums checked in-bound */
sys/dev/pci/if_dge.c
296
struct evcnt sc_ev_txipsum; /* IP checksums comp. out-bound */
sys/dev/pci/if_dge.c
297
struct evcnt sc_ev_txtusum; /* TCP/UDP cksums comp. out-bound */
sys/dev/pci/if_dge.c
299
struct evcnt sc_ev_txctx_init; /* Tx cksum context cache initialized */
sys/dev/pci/if_dge.c
300
struct evcnt sc_ev_txctx_hit; /* Tx cksum context cache hit */
sys/dev/pci/if_dge.c
301
struct evcnt sc_ev_txctx_miss; /* Tx cksum context cache miss */
sys/dev/pci/if_dge.c
303
struct evcnt sc_ev_txseg[DGE_NTXSEGS]; /* Tx packets w/ N segments */
sys/dev/pci/if_dge.c
304
struct evcnt sc_ev_txdrop; /* Tx packets dropped (too many segs) */
sys/dev/pci/if_ena.c
107
static inline void ena_free_counters(struct evcnt *, int, int);
sys/dev/pci/if_ena.c
154
static inline void ena_reset_counters(struct evcnt *, int, int);
sys/dev/pci/if_ena.c
2213
ena_reset_counters((struct evcnt *)&adapter->hw_stats,
sys/dev/pci/if_ena.c
3932
ena_free_counters((struct evcnt *)&adapter->hw_stats,
sys/dev/pci/if_ena.c
3935
ena_free_counters((struct evcnt *)&adapter->dev_stats,
sys/dev/pci/if_ena.c
506
ena_free_counters(struct evcnt *begin, int size, int offset)
sys/dev/pci/if_ena.c
508
struct evcnt *end = (struct evcnt *)((char *)begin + size);
sys/dev/pci/if_ena.c
509
begin = (struct evcnt *)((char *)begin + offset);
sys/dev/pci/if_ena.c
516
ena_reset_counters(struct evcnt *begin, int size, int offset)
sys/dev/pci/if_ena.c
518
struct evcnt *end = (struct evcnt *)((char *)begin + size);
sys/dev/pci/if_ena.c
519
begin = (struct evcnt *)((char *)begin + offset);
sys/dev/pci/if_ena.c
603
ena_free_counters((struct evcnt *)&txr->tx_stats,
sys/dev/pci/if_ena.c
605
ena_free_counters((struct evcnt *)&rxr->rx_stats,
sys/dev/pci/if_ena.c
695
ena_reset_counters((struct evcnt *)&tx_ring->tx_stats,
sys/dev/pci/if_ena.c
877
ena_reset_counters((struct evcnt *)&rx_ring->rx_stats,
sys/dev/pci/if_enavar.h
220
struct evcnt cnt;
sys/dev/pci/if_enavar.h
221
struct evcnt bytes;
sys/dev/pci/if_enavar.h
222
struct evcnt prepare_ctx_err;
sys/dev/pci/if_enavar.h
223
struct evcnt dma_mapping_err;
sys/dev/pci/if_enavar.h
224
struct evcnt doorbells;
sys/dev/pci/if_enavar.h
225
struct evcnt missing_tx_comp;
sys/dev/pci/if_enavar.h
226
struct evcnt bad_req_id;
sys/dev/pci/if_enavar.h
227
struct evcnt collapse;
sys/dev/pci/if_enavar.h
228
struct evcnt collapse_err;
sys/dev/pci/if_enavar.h
229
struct evcnt pcq_drops;
sys/dev/pci/if_enavar.h
234
struct evcnt cnt;
sys/dev/pci/if_enavar.h
235
struct evcnt bytes;
sys/dev/pci/if_enavar.h
236
struct evcnt refil_partial;
sys/dev/pci/if_enavar.h
237
struct evcnt bad_csum;
sys/dev/pci/if_enavar.h
238
struct evcnt mbuf_alloc_fail;
sys/dev/pci/if_enavar.h
239
struct evcnt dma_mapping_err;
sys/dev/pci/if_enavar.h
240
struct evcnt bad_desc_num;
sys/dev/pci/if_enavar.h
241
struct evcnt bad_req_id;
sys/dev/pci/if_enavar.h
242
struct evcnt empty_rx_ring;
sys/dev/pci/if_enavar.h
330
struct evcnt wd_expired;
sys/dev/pci/if_enavar.h
331
struct evcnt interface_up;
sys/dev/pci/if_enavar.h
332
struct evcnt interface_down;
sys/dev/pci/if_enavar.h
333
struct evcnt admin_q_pause;
sys/dev/pci/if_enavar.h
338
struct evcnt rx_packets;
sys/dev/pci/if_enavar.h
339
struct evcnt tx_packets;
sys/dev/pci/if_enavar.h
341
struct evcnt rx_bytes;
sys/dev/pci/if_enavar.h
342
struct evcnt tx_bytes;
sys/dev/pci/if_enavar.h
344
struct evcnt rx_drops;
sys/dev/pci/if_iavf.c
250
struct evcnt txr_defragged;
sys/dev/pci/if_iavf.c
251
struct evcnt txr_defrag_failed;
sys/dev/pci/if_iavf.c
252
struct evcnt txr_pcqdrop;
sys/dev/pci/if_iavf.c
253
struct evcnt txr_transmitdef;
sys/dev/pci/if_iavf.c
254
struct evcnt txr_defer;
sys/dev/pci/if_iavf.c
255
struct evcnt txr_watchdogto;
sys/dev/pci/if_iavf.c
256
struct evcnt txr_intr;
sys/dev/pci/if_iavf.c
2633
struct evcnt *ecnt)
sys/dev/pci/if_iavf.c
2787
struct evcnt *ecnt)
sys/dev/pci/if_iavf.c
281
struct evcnt rxr_mgethdr_failed;
sys/dev/pci/if_iavf.c
282
struct evcnt rxr_mgetcl_failed;
sys/dev/pci/if_iavf.c
283
struct evcnt rxr_mbuf_load_failed;
sys/dev/pci/if_iavf.c
284
struct evcnt rxr_defer;
sys/dev/pci/if_iavf.c
285
struct evcnt rxr_intr;
sys/dev/pci/if_iavf.c
297
struct evcnt isc_rx_bytes;
sys/dev/pci/if_iavf.c
298
struct evcnt isc_rx_unicast;
sys/dev/pci/if_iavf.c
299
struct evcnt isc_rx_multicast;
sys/dev/pci/if_iavf.c
300
struct evcnt isc_rx_broadcast;
sys/dev/pci/if_iavf.c
301
struct evcnt isc_rx_discards;
sys/dev/pci/if_iavf.c
302
struct evcnt isc_rx_unknown_protocol;
sys/dev/pci/if_iavf.c
303
struct evcnt isc_tx_bytes;
sys/dev/pci/if_iavf.c
304
struct evcnt isc_tx_unicast;
sys/dev/pci/if_iavf.c
305
struct evcnt isc_tx_multicast;
sys/dev/pci/if_iavf.c
306
struct evcnt isc_tx_broadcast;
sys/dev/pci/if_iavf.c
307
struct evcnt isc_tx_discards;
sys/dev/pci/if_iavf.c
308
struct evcnt isc_tx_errors;
sys/dev/pci/if_iavf.c
3087
u_int txlimit, struct evcnt *txevcnt,
sys/dev/pci/if_iavf.c
3088
u_int rxlimit, struct evcnt *rxevcnt)
sys/dev/pci/if_iavf.c
460
static void iavf_evcnt_attach(struct evcnt *,
sys/dev/pci/if_iavf.c
5242
iavf_evcnt_attach(struct evcnt *ec,
sys/dev/pci/if_iavf.c
554
u_int, struct evcnt *);
sys/dev/pci/if_iavf.c
556
u_int, struct evcnt *);
sys/dev/pci/if_ixl.c
3374
u_int txlimit, struct evcnt *txevcnt,
sys/dev/pci/if_ixl.c
3375
u_int rxlimit, struct evcnt *rxevcnt)
sys/dev/pci/if_ixl.c
398
struct evcnt txr_defragged;
sys/dev/pci/if_ixl.c
399
struct evcnt txr_defrag_failed;
sys/dev/pci/if_ixl.c
400
struct evcnt txr_pcqdrop;
sys/dev/pci/if_ixl.c
401
struct evcnt txr_transmitdef;
sys/dev/pci/if_ixl.c
402
struct evcnt txr_intr;
sys/dev/pci/if_ixl.c
403
struct evcnt txr_defer;
sys/dev/pci/if_ixl.c
426
struct evcnt rxr_mgethdr_failed;
sys/dev/pci/if_ixl.c
427
struct evcnt rxr_mgetcl_failed;
sys/dev/pci/if_ixl.c
428
struct evcnt rxr_mbuf_load_failed;
sys/dev/pci/if_ixl.c
429
struct evcnt rxr_intr;
sys/dev/pci/if_ixl.c
430
struct evcnt rxr_defer;
sys/dev/pci/if_ixl.c
460
struct evcnt isc_crc_errors;
sys/dev/pci/if_ixl.c
462
struct evcnt isc_illegal_bytes;
sys/dev/pci/if_ixl.c
464
struct evcnt isc_rx_bytes;
sys/dev/pci/if_ixl.c
466
struct evcnt isc_rx_discards;
sys/dev/pci/if_ixl.c
468
struct evcnt isc_rx_unicast;
sys/dev/pci/if_ixl.c
470
struct evcnt isc_rx_multicast;
sys/dev/pci/if_ixl.c
472
struct evcnt isc_rx_broadcast;
sys/dev/pci/if_ixl.c
474
struct evcnt isc_rx_size_64;
sys/dev/pci/if_ixl.c
476
struct evcnt isc_rx_size_127;
sys/dev/pci/if_ixl.c
478
struct evcnt isc_rx_size_255;
sys/dev/pci/if_ixl.c
480
struct evcnt isc_rx_size_511;
sys/dev/pci/if_ixl.c
482
struct evcnt isc_rx_size_1023;
sys/dev/pci/if_ixl.c
484
struct evcnt isc_rx_size_1522;
sys/dev/pci/if_ixl.c
486
struct evcnt isc_rx_size_big;
sys/dev/pci/if_ixl.c
488
struct evcnt isc_rx_undersize;
sys/dev/pci/if_ixl.c
490
struct evcnt isc_rx_oversize;
sys/dev/pci/if_ixl.c
492
struct evcnt isc_rx_fragments;
sys/dev/pci/if_ixl.c
494
struct evcnt isc_rx_jabber;
sys/dev/pci/if_ixl.c
496
struct evcnt isc_tx_bytes;
sys/dev/pci/if_ixl.c
498
struct evcnt isc_tx_dropped_link_down;
sys/dev/pci/if_ixl.c
500
struct evcnt isc_tx_unicast;
sys/dev/pci/if_ixl.c
502
struct evcnt isc_tx_multicast;
sys/dev/pci/if_ixl.c
504
struct evcnt isc_tx_broadcast;
sys/dev/pci/if_ixl.c
506
struct evcnt isc_tx_size_64;
sys/dev/pci/if_ixl.c
508
struct evcnt isc_tx_size_127;
sys/dev/pci/if_ixl.c
510
struct evcnt isc_tx_size_255;
sys/dev/pci/if_ixl.c
512
struct evcnt isc_tx_size_511;
sys/dev/pci/if_ixl.c
514
struct evcnt isc_tx_size_1023;
sys/dev/pci/if_ixl.c
516
struct evcnt isc_tx_size_1522;
sys/dev/pci/if_ixl.c
518
struct evcnt isc_tx_size_big;
sys/dev/pci/if_ixl.c
520
struct evcnt isc_mac_local_faults;
sys/dev/pci/if_ixl.c
522
struct evcnt isc_mac_remote_faults;
sys/dev/pci/if_ixl.c
524
struct evcnt isc_link_xon_rx;
sys/dev/pci/if_ixl.c
526
struct evcnt isc_link_xon_tx;
sys/dev/pci/if_ixl.c
528
struct evcnt isc_link_xoff_rx;
sys/dev/pci/if_ixl.c
530
struct evcnt isc_link_xoff_tx;
sys/dev/pci/if_ixl.c
532
struct evcnt isc_vsi_rx_discards;
sys/dev/pci/if_ixl.c
534
struct evcnt isc_vsi_rx_bytes;
sys/dev/pci/if_ixl.c
536
struct evcnt isc_vsi_rx_unicast;
sys/dev/pci/if_ixl.c
538
struct evcnt isc_vsi_rx_multicast;
sys/dev/pci/if_ixl.c
540
struct evcnt isc_vsi_rx_broadcast;
sys/dev/pci/if_ixl.c
542
struct evcnt isc_vsi_tx_errors;
sys/dev/pci/if_ixl.c
544
struct evcnt isc_vsi_tx_bytes;
sys/dev/pci/if_ixl.c
546
struct evcnt isc_vsi_tx_unicast;
sys/dev/pci/if_ixl.c
548
struct evcnt isc_vsi_tx_multicast;
sys/dev/pci/if_ixl.c
550
struct evcnt isc_vsi_tx_broadcast;
sys/dev/pci/if_ixl.c
671
struct evcnt sc_event_atq;
sys/dev/pci/if_ixl.c
672
struct evcnt sc_event_link;
sys/dev/pci/if_ixl.c
673
struct evcnt sc_event_ecc_err;
sys/dev/pci/if_ixl.c
674
struct evcnt sc_event_pci_exception;
sys/dev/pci/if_ixl.c
675
struct evcnt sc_event_crit_err;
sys/dev/pci/if_kse.c
270
struct evcnt pev[3][34];
sys/dev/pci/if_pcn.c
269
struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */
sys/dev/pci/if_pcn.c
270
struct evcnt sc_ev_txintr; /* Tx interrupts */
sys/dev/pci/if_pcn.c
271
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/dev/pci/if_pcn.c
272
struct evcnt sc_ev_babl; /* BABL in pcn_intr() */
sys/dev/pci/if_pcn.c
273
struct evcnt sc_ev_miss; /* MISS in pcn_intr() */
sys/dev/pci/if_pcn.c
274
struct evcnt sc_ev_merr; /* MERR in pcn_intr() */
sys/dev/pci/if_pcn.c
276
struct evcnt sc_ev_txseg1; /* Tx packets w/ 1 segment */
sys/dev/pci/if_pcn.c
277
struct evcnt sc_ev_txseg2; /* Tx packets w/ 2 segments */
sys/dev/pci/if_pcn.c
278
struct evcnt sc_ev_txseg3; /* Tx packets w/ 3 segments */
sys/dev/pci/if_pcn.c
279
struct evcnt sc_ev_txseg4; /* Tx packets w/ 4 segments */
sys/dev/pci/if_pcn.c
280
struct evcnt sc_ev_txseg5; /* Tx packets w/ 5 segments */
sys/dev/pci/if_pcn.c
281
struct evcnt sc_ev_txsegmore; /* Tx packets w/ more than 5 segments */
sys/dev/pci/if_pcn.c
282
struct evcnt sc_ev_txcopy; /* Tx copies required */
sys/dev/pci/if_sip.c
250
struct evcnt sc_ev_txdstall; /* Tx stalled due to no txd */
sys/dev/pci/if_sip.c
251
struct evcnt sc_ev_txforceintr; /* Tx interrupts forced */
sys/dev/pci/if_sip.c
252
struct evcnt sc_ev_txdintr; /* Tx descriptor interrupts */
sys/dev/pci/if_sip.c
253
struct evcnt sc_ev_txiintr; /* Tx idle interrupts */
sys/dev/pci/if_sip.c
254
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/dev/pci/if_sip.c
255
struct evcnt sc_ev_hiberr; /* HIBERR interrupts */
sys/dev/pci/if_sip.c
256
struct evcnt sc_ev_rxpause; /* PAUSE received */
sys/dev/pci/if_sip.c
258
struct evcnt sc_ev_txpause; /* PAUSE transmitted */
sys/dev/pci/if_sip.c
259
struct evcnt sc_ev_rxipsum; /* IP checksums checked in-bound */
sys/dev/pci/if_sip.c
260
struct evcnt sc_ev_rxtcpsum; /* TCP checksums checked in-bound */
sys/dev/pci/if_sip.c
261
struct evcnt sc_ev_rxudpsum; /* UDP checksums checked in-bound */
sys/dev/pci/if_sip.c
262
struct evcnt sc_ev_txipsum; /* IP checksums comp. out-bound */
sys/dev/pci/if_sip.c
263
struct evcnt sc_ev_txtcpsum; /* TCP checksums comp. out-bound */
sys/dev/pci/if_sip.c
264
struct evcnt sc_ev_txudpsum; /* UDP checksums comp. out-bound */
sys/dev/pci/if_stge.c
164
struct evcnt sc_ev_txstall; /* Tx stalled */
sys/dev/pci/if_stge.c
165
struct evcnt sc_ev_txdmaintr; /* Tx DMA interrupts */
sys/dev/pci/if_stge.c
166
struct evcnt sc_ev_txindintr; /* Tx Indicate interrupts */
sys/dev/pci/if_stge.c
167
struct evcnt sc_ev_rxintr; /* Rx interrupts */
sys/dev/pci/if_stge.c
169
struct evcnt sc_ev_txseg1; /* Tx packets w/ 1 segment */
sys/dev/pci/if_stge.c
170
struct evcnt sc_ev_txseg2; /* Tx packets w/ 2 segments */
sys/dev/pci/if_stge.c
171
struct evcnt sc_ev_txseg3; /* Tx packets w/ 3 segments */
sys/dev/pci/if_stge.c
172
struct evcnt sc_ev_txseg4; /* Tx packets w/ 4 segments */
sys/dev/pci/if_stge.c
173
struct evcnt sc_ev_txseg5; /* Tx packets w/ 5 segments */
sys/dev/pci/if_stge.c
174
struct evcnt sc_ev_txsegmore; /* Tx packets w/ more than 5 segments */
sys/dev/pci/if_stge.c
175
struct evcnt sc_ev_txcopy; /* Tx packets that we had to copy */
sys/dev/pci/if_stge.c
177
struct evcnt sc_ev_rxipsum; /* IP checksums checked in-bound */
sys/dev/pci/if_stge.c
178
struct evcnt sc_ev_rxtcpsum; /* TCP checksums checked in-bound */
sys/dev/pci/if_stge.c
179
struct evcnt sc_ev_rxudpsum; /* UDP checksums checked in-bound */
sys/dev/pci/if_stge.c
181
struct evcnt sc_ev_txipsum; /* IP checksums comp. out-bound */
sys/dev/pci/if_stge.c
182
struct evcnt sc_ev_txtcpsum; /* TCP checksums comp. out-bound */
sys/dev/pci/if_stge.c
183
struct evcnt sc_ev_txudpsum; /* UDP checksums comp. out-bound */
sys/dev/pci/if_vioif.c
261
struct evcnt netq_mbuf_load_failed;
sys/dev/pci/if_vioif.c
262
struct evcnt netq_enqueue_failed;
sys/dev/pci/if_vioif.c
273
struct evcnt txc_defrag_failed;
sys/dev/pci/if_vioif.c
274
struct evcnt txc_pcq_full;
sys/dev/pci/if_vioif.c
278
struct evcnt rxc_mbuf_enobufs;
sys/dev/pci/if_vioif.c
305
struct evcnt ctrlq_cmd_load_failed;
sys/dev/pci/if_vioif.c
306
struct evcnt ctrlq_cmd_failed;
sys/dev/pci/if_vmx.c
207
struct evcnt vxtxq_intr;
sys/dev/pci/if_vmx.c
208
struct evcnt vxtxq_defer;
sys/dev/pci/if_vmx.c
209
struct evcnt vxtxq_deferreq;
sys/dev/pci/if_vmx.c
210
struct evcnt vxtxq_pcqdrop;
sys/dev/pci/if_vmx.c
211
struct evcnt vxtxq_transmitdef;
sys/dev/pci/if_vmx.c
212
struct evcnt vxtxq_watchdogto;
sys/dev/pci/if_vmx.c
213
struct evcnt vxtxq_defragged;
sys/dev/pci/if_vmx.c
214
struct evcnt vxtxq_defrag_failed;
sys/dev/pci/if_vmx.c
230
struct evcnt vxrxq_intr;
sys/dev/pci/if_vmx.c
231
struct evcnt vxrxq_defer;
sys/dev/pci/if_vmx.c
232
struct evcnt vxrxq_deferreq;
sys/dev/pci/if_vmx.c
233
struct evcnt vxrxq_mgetcl_failed;
sys/dev/pci/if_vmx.c
234
struct evcnt vxrxq_mbuf_load_failed;
sys/dev/pci/if_vmx.c
282
struct evcnt vmx_event_intr;
sys/dev/pci/if_vmx.c
283
struct evcnt vmx_event_link;
sys/dev/pci/if_vmx.c
284
struct evcnt vmx_event_txqerror;
sys/dev/pci/if_vmx.c
285
struct evcnt vmx_event_rxqerror;
sys/dev/pci/if_vmx.c
286
struct evcnt vmx_event_dic;
sys/dev/pci/if_vmx.c
287
struct evcnt vmx_event_debug;
sys/dev/pci/if_wm.c
313
struct evcnt qname##_ev_##evname
sys/dev/pci/if_wm.c
422
struct evcnt txq_ev_txseg[WM_NTXSEGS]; /* Tx packets w/ N segments */
sys/dev/pci/if_wm.c
585
struct evcnt sc_ev_linkintr; /* Link interrupts */
sys/dev/pci/if_wm.c
588
struct evcnt sc_ev_rx_xon; /* Rx PAUSE(0) frames */
sys/dev/pci/if_wm.c
589
struct evcnt sc_ev_tx_xon; /* Tx PAUSE(0) frames */
sys/dev/pci/if_wm.c
590
struct evcnt sc_ev_rx_xoff; /* Rx PAUSE(!0) frames */
sys/dev/pci/if_wm.c
591
struct evcnt sc_ev_tx_xoff; /* Tx PAUSE(!0) frames */
sys/dev/pci/if_wm.c
592
struct evcnt sc_ev_rx_macctl; /* Rx Unsupported */
sys/dev/pci/if_wm.c
594
struct evcnt sc_ev_crcerrs; /* CRC Error */
sys/dev/pci/if_wm.c
595
struct evcnt sc_ev_algnerrc; /* Alignment Error */
sys/dev/pci/if_wm.c
596
struct evcnt sc_ev_symerrc; /* Symbol Error */
sys/dev/pci/if_wm.c
597
struct evcnt sc_ev_rxerrc; /* Receive Error */
sys/dev/pci/if_wm.c
598
struct evcnt sc_ev_mpc; /* Missed Packets */
sys/dev/pci/if_wm.c
599
struct evcnt sc_ev_scc; /* Single Collision */
sys/dev/pci/if_wm.c
600
struct evcnt sc_ev_ecol; /* Excessive Collision */
sys/dev/pci/if_wm.c
601
struct evcnt sc_ev_mcc; /* Multiple Collision */
sys/dev/pci/if_wm.c
602
struct evcnt sc_ev_latecol; /* Late Collision */
sys/dev/pci/if_wm.c
603
struct evcnt sc_ev_colc; /* Collision */
sys/dev/pci/if_wm.c
604
struct evcnt sc_ev_cbtmpc; /* Circuit Breaker Tx Mng. Packet */
sys/dev/pci/if_wm.c
605
struct evcnt sc_ev_dc; /* Defer */
sys/dev/pci/if_wm.c
606
struct evcnt sc_ev_tncrs; /* Tx-No CRS */
sys/dev/pci/if_wm.c
607
struct evcnt sc_ev_sec; /* Sequence Error */
sys/dev/pci/if_wm.c
610
struct evcnt sc_ev_cexterr; /* Carrier Extension Error */
sys/dev/pci/if_wm.c
612
struct evcnt sc_ev_htdpmc; /* Host Tx Discarded Pkts by MAC */
sys/dev/pci/if_wm.c
614
struct evcnt sc_ev_rlec; /* Receive Length Error */
sys/dev/pci/if_wm.c
615
struct evcnt sc_ev_cbrdpc; /* Circuit Breaker Rx Dropped Packet */
sys/dev/pci/if_wm.c
616
struct evcnt sc_ev_prc64; /* Packets Rx (64 bytes) */
sys/dev/pci/if_wm.c
617
struct evcnt sc_ev_prc127; /* Packets Rx (65-127 bytes) */
sys/dev/pci/if_wm.c
618
struct evcnt sc_ev_prc255; /* Packets Rx (128-255 bytes) */
sys/dev/pci/if_wm.c
619
struct evcnt sc_ev_prc511; /* Packets Rx (256-511 bytes) */
sys/dev/pci/if_wm.c
620
struct evcnt sc_ev_prc1023; /* Packets Rx (512-1023 bytes) */
sys/dev/pci/if_wm.c
621
struct evcnt sc_ev_prc1522; /* Packets Rx (1024-1522 bytes) */
sys/dev/pci/if_wm.c
622
struct evcnt sc_ev_gprc; /* Good Packets Rx */
sys/dev/pci/if_wm.c
623
struct evcnt sc_ev_bprc; /* Broadcast Packets Rx */
sys/dev/pci/if_wm.c
624
struct evcnt sc_ev_mprc; /* Multicast Packets Rx */
sys/dev/pci/if_wm.c
625
struct evcnt sc_ev_gptc; /* Good Packets Tx */
sys/dev/pci/if_wm.c
626
struct evcnt sc_ev_gorc; /* Good Octets Rx */
sys/dev/pci/if_wm.c
627
struct evcnt sc_ev_gotc; /* Good Octets Tx */
sys/dev/pci/if_wm.c
628
struct evcnt sc_ev_rnbc; /* Rx No Buffers */
sys/dev/pci/if_wm.c
629
struct evcnt sc_ev_ruc; /* Rx Undersize */
sys/dev/pci/if_wm.c
630
struct evcnt sc_ev_rfc; /* Rx Fragment */
sys/dev/pci/if_wm.c
631
struct evcnt sc_ev_roc; /* Rx Oversize */
sys/dev/pci/if_wm.c
632
struct evcnt sc_ev_rjc; /* Rx Jabber */
sys/dev/pci/if_wm.c
633
struct evcnt sc_ev_mgtprc; /* Management Packets RX */
sys/dev/pci/if_wm.c
634
struct evcnt sc_ev_mgtpdc; /* Management Packets Dropped */
sys/dev/pci/if_wm.c
635
struct evcnt sc_ev_mgtptc; /* Management Packets TX */
sys/dev/pci/if_wm.c
636
struct evcnt sc_ev_tor; /* Total Octets Rx */
sys/dev/pci/if_wm.c
637
struct evcnt sc_ev_tot; /* Total Octets Tx */
sys/dev/pci/if_wm.c
638
struct evcnt sc_ev_tpr; /* Total Packets Rx */
sys/dev/pci/if_wm.c
639
struct evcnt sc_ev_tpt; /* Total Packets Tx */
sys/dev/pci/if_wm.c
640
struct evcnt sc_ev_ptc64; /* Packets Tx (64 bytes) */
sys/dev/pci/if_wm.c
641
struct evcnt sc_ev_ptc127; /* Packets Tx (65-127 bytes) */
sys/dev/pci/if_wm.c
642
struct evcnt sc_ev_ptc255; /* Packets Tx (128-255 bytes) */
sys/dev/pci/if_wm.c
643
struct evcnt sc_ev_ptc511; /* Packets Tx (256-511 bytes) */
sys/dev/pci/if_wm.c
644
struct evcnt sc_ev_ptc1023; /* Packets Tx (512-1023 bytes) */
sys/dev/pci/if_wm.c
645
struct evcnt sc_ev_ptc1522; /* Packets Tx (1024-1522 Bytes) */
sys/dev/pci/if_wm.c
646
struct evcnt sc_ev_mptc; /* Multicast Packets Tx */
sys/dev/pci/if_wm.c
647
struct evcnt sc_ev_bptc; /* Broadcast Packets Tx */
sys/dev/pci/if_wm.c
648
struct evcnt sc_ev_tsctc; /* TCP Segmentation Context Tx */
sys/dev/pci/if_wm.c
651
struct evcnt sc_ev_tsctfc; /* TCP Segmentation Context Tx Fail */
sys/dev/pci/if_wm.c
653
struct evcnt sc_ev_cbrmpc; /* Circuit Breaker Rx Mng. Packet */
sys/dev/pci/if_wm.c
655
struct evcnt sc_ev_iac; /* Interrupt Assertion */
sys/dev/pci/if_wm.c
658
struct evcnt sc_ev_icrxptc; /* Intr. Cause Rx Pkt Timer Expire */
sys/dev/pci/if_wm.c
659
struct evcnt sc_ev_icrxatc; /* Intr. Cause Rx Abs Timer Expire */
sys/dev/pci/if_wm.c
660
struct evcnt sc_ev_ictxptc; /* Intr. Cause Tx Pkt Timer Expire */
sys/dev/pci/if_wm.c
661
struct evcnt sc_ev_ictxatc; /* Intr. Cause Tx Abs Timer Expire */
sys/dev/pci/if_wm.c
662
struct evcnt sc_ev_ictxqec; /* Intr. Cause Tx Queue Empty */
sys/dev/pci/if_wm.c
663
struct evcnt sc_ev_ictxqmtc; /* Intr. Cause Tx Queue Min Thresh */
sys/dev/pci/if_wm.c
668
struct evcnt sc_ev_rxdmtc; /* (Intr. Cause) Rx Desc Min Thresh */
sys/dev/pci/if_wm.c
669
struct evcnt sc_ev_icrxoc; /* Intr. Cause Receiver Overrun */
sys/dev/pci/if_wm.c
671
struct evcnt sc_ev_rpthc; /* Rx Packets To Host */
sys/dev/pci/if_wm.c
672
struct evcnt sc_ev_debug1; /* Debug Counter 1 */
sys/dev/pci/if_wm.c
673
struct evcnt sc_ev_debug2; /* Debug Counter 2 */
sys/dev/pci/if_wm.c
674
struct evcnt sc_ev_debug3; /* Debug Counter 3 */
sys/dev/pci/if_wm.c
675
struct evcnt sc_ev_hgptc; /* Host Good Packets TX */
sys/dev/pci/if_wm.c
676
struct evcnt sc_ev_debug4; /* Debug Counter 4 */
sys/dev/pci/if_wm.c
677
struct evcnt sc_ev_htcbdpc; /* Host Tx Circuit Breaker Drp. Pkts */
sys/dev/pci/if_wm.c
678
struct evcnt sc_ev_hgorc; /* Host Good Octets Rx */
sys/dev/pci/if_wm.c
679
struct evcnt sc_ev_hgotc; /* Host Good Octets Tx */
sys/dev/pci/if_wm.c
680
struct evcnt sc_ev_lenerrs; /* Length Error */
sys/dev/pci/if_wm.c
681
struct evcnt sc_ev_tlpic; /* EEE Tx LPI */
sys/dev/pci/if_wm.c
682
struct evcnt sc_ev_rlpic; /* EEE Rx LPI */
sys/dev/pci/if_wm.c
683
struct evcnt sc_ev_b2ogprc; /* BMC2OS pkts received by host */
sys/dev/pci/if_wm.c
684
struct evcnt sc_ev_o2bspc; /* OS2BMC pkts transmitted by host */
sys/dev/pci/if_wm.c
685
struct evcnt sc_ev_b2ospc; /* BMC2OS pkts sent by BMC */
sys/dev/pci/if_wm.c
686
struct evcnt sc_ev_o2bgptc; /* OS2BMC pkts received by BMC */
sys/dev/pci/if_wm.c
687
struct evcnt sc_ev_scvpc; /* SerDes/SGMII Code Violation Pkt. */
sys/dev/pci/if_wm.c
688
struct evcnt sc_ev_hrmpc; /* Header Redirection Missed Packet */
sys/dev/pci/if_xge.c
165
struct evcnt sc_intr; /* # of interrupts */
sys/dev/pci/if_xge.c
166
struct evcnt sc_txintr; /* # of transmit interrupts */
sys/dev/pci/if_xge.c
167
struct evcnt sc_rxintr; /* # of receive interrupts */
sys/dev/pci/if_xge.c
168
struct evcnt sc_txqe; /* # of xmit intrs when board queue empty */
sys/dev/pci/igc/if_igc.h
277
struct evcnt *igcq_queue_evcnts;
sys/dev/pci/igc/if_igc.h
382
struct evcnt *sc_global_evcnts;
sys/dev/pci/igc/if_igc.h
384
struct evcnt *sc_driver_evcnts;
sys/dev/pci/igc/if_igc.h
386
struct evcnt *sc_mac_evcnts;
sys/dev/pci/ixgbe/ixgbe.h
336
struct evcnt irqs; /* Hardware interrupt */
sys/dev/pci/ixgbe/ixgbe.h
337
struct evcnt handleq; /* software_interrupt */
sys/dev/pci/ixgbe/ixgbe.h
338
struct evcnt req; /* deferred */
sys/dev/pci/ixgbe/ixgbe.h
388
struct evcnt total_packets;
sys/dev/pci/ixgbe/ixgbe.h
389
struct evcnt pcq_drops;
sys/dev/pci/ixgbe/ixgbe.h
390
struct evcnt no_desc_avail;
sys/dev/pci/ixgbe/ixgbe.h
391
struct evcnt tso_tx;
sys/dev/pci/ixgbe/ixgbe.h
437
struct evcnt rx_copies;
sys/dev/pci/ixgbe/ixgbe.h
438
struct evcnt rx_packets;
sys/dev/pci/ixgbe/ixgbe.h
439
struct evcnt rx_bytes;
sys/dev/pci/ixgbe/ixgbe.h
440
struct evcnt rx_discarded;
sys/dev/pci/ixgbe/ixgbe.h
441
struct evcnt no_mbuf;
sys/dev/pci/ixgbe/ixgbe.h
604
struct evcnt efbig_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
605
struct evcnt mbuf_defrag_failed;
sys/dev/pci/ixgbe/ixgbe.h
606
struct evcnt efbig2_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
607
struct evcnt einval_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
608
struct evcnt other_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
609
struct evcnt eagain_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
610
struct evcnt enomem_tx_dma_setup;
sys/dev/pci/ixgbe/ixgbe.h
611
struct evcnt tso_err;
sys/dev/pci/ixgbe/ixgbe.h
612
struct evcnt watchdog_events;
sys/dev/pci/ixgbe/ixgbe.h
613
struct evcnt admin_irqev;
sys/dev/pci/ixgbe/ixgbe.h
614
struct evcnt link_workev;
sys/dev/pci/ixgbe/ixgbe.h
615
struct evcnt mod_workev;
sys/dev/pci/ixgbe/ixgbe.h
616
struct evcnt msf_workev;
sys/dev/pci/ixgbe/ixgbe.h
617
struct evcnt phy_workev;
sys/dev/pci/ixgbe/ixgbe_mbx.h
55
struct evcnt msgs_tx;
sys/dev/pci/ixgbe/ixgbe_mbx.h
56
struct evcnt msgs_rx;
sys/dev/pci/ixgbe/ixgbe_mbx.h
58
struct evcnt acks;
sys/dev/pci/ixgbe/ixgbe_mbx.h
59
struct evcnt reqs;
sys/dev/pci/ixgbe/ixgbe_mbx.h
60
struct evcnt rsts;
sys/dev/pci/ixgbe/ixgbe_type.h
3914
struct evcnt ipcs;
sys/dev/pci/ixgbe/ixgbe_type.h
3915
struct evcnt ipcs_bad;
sys/dev/pci/ixgbe/ixgbe_type.h
3916
struct evcnt l4cs;
sys/dev/pci/ixgbe/ixgbe_type.h
3917
struct evcnt l4cs_bad;
sys/dev/pci/ixgbe/ixgbe_type.h
3919
struct evcnt crcerrs;
sys/dev/pci/ixgbe/ixgbe_type.h
3920
struct evcnt illerrc;
sys/dev/pci/ixgbe/ixgbe_type.h
3921
struct evcnt errbc;
sys/dev/pci/ixgbe/ixgbe_type.h
3922
struct evcnt mspdc;
sys/dev/pci/ixgbe/ixgbe_type.h
3923
struct evcnt mbsdc;
sys/dev/pci/ixgbe/ixgbe_type.h
3924
struct evcnt mpctotal;
sys/dev/pci/ixgbe/ixgbe_type.h
3925
struct evcnt mpc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3926
struct evcnt mlfc;
sys/dev/pci/ixgbe/ixgbe_type.h
3927
struct evcnt mrfc;
sys/dev/pci/ixgbe/ixgbe_type.h
3928
struct evcnt link_dn_cnt;
sys/dev/pci/ixgbe/ixgbe_type.h
3929
struct evcnt rlec;
sys/dev/pci/ixgbe/ixgbe_type.h
3930
struct evcnt lxontxc;
sys/dev/pci/ixgbe/ixgbe_type.h
3931
struct evcnt lxonrxc;
sys/dev/pci/ixgbe/ixgbe_type.h
3932
struct evcnt lxofftxc;
sys/dev/pci/ixgbe/ixgbe_type.h
3933
struct evcnt lxoffrxc;
sys/dev/pci/ixgbe/ixgbe_type.h
3934
struct evcnt pxontxc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3935
struct evcnt pxonrxc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3936
struct evcnt pxofftxc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3937
struct evcnt pxoffrxc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3938
struct evcnt prc64;
sys/dev/pci/ixgbe/ixgbe_type.h
3939
struct evcnt prc127;
sys/dev/pci/ixgbe/ixgbe_type.h
3940
struct evcnt prc255;
sys/dev/pci/ixgbe/ixgbe_type.h
3941
struct evcnt prc511;
sys/dev/pci/ixgbe/ixgbe_type.h
3942
struct evcnt prc1023;
sys/dev/pci/ixgbe/ixgbe_type.h
3943
struct evcnt prc1522;
sys/dev/pci/ixgbe/ixgbe_type.h
3944
struct evcnt gprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3945
struct evcnt bprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3946
struct evcnt mprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3947
struct evcnt gptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3948
struct evcnt gorc;
sys/dev/pci/ixgbe/ixgbe_type.h
3949
struct evcnt gotc;
sys/dev/pci/ixgbe/ixgbe_type.h
3950
struct evcnt rnbc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3951
struct evcnt ruc;
sys/dev/pci/ixgbe/ixgbe_type.h
3952
struct evcnt rfc;
sys/dev/pci/ixgbe/ixgbe_type.h
3953
struct evcnt roc;
sys/dev/pci/ixgbe/ixgbe_type.h
3954
struct evcnt rjc;
sys/dev/pci/ixgbe/ixgbe_type.h
3955
struct evcnt mngprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3956
struct evcnt mngpdc;
sys/dev/pci/ixgbe/ixgbe_type.h
3957
struct evcnt mngptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3958
struct evcnt tor;
sys/dev/pci/ixgbe/ixgbe_type.h
3959
struct evcnt tpr;
sys/dev/pci/ixgbe/ixgbe_type.h
3960
struct evcnt tpt;
sys/dev/pci/ixgbe/ixgbe_type.h
3961
struct evcnt ptc64;
sys/dev/pci/ixgbe/ixgbe_type.h
3962
struct evcnt ptc127;
sys/dev/pci/ixgbe/ixgbe_type.h
3963
struct evcnt ptc255;
sys/dev/pci/ixgbe/ixgbe_type.h
3964
struct evcnt ptc511;
sys/dev/pci/ixgbe/ixgbe_type.h
3965
struct evcnt ptc1023;
sys/dev/pci/ixgbe/ixgbe_type.h
3966
struct evcnt ptc1522;
sys/dev/pci/ixgbe/ixgbe_type.h
3967
struct evcnt mptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3968
struct evcnt bptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3969
struct evcnt xec;
sys/dev/pci/ixgbe/ixgbe_type.h
3970
struct evcnt qprc[16];
sys/dev/pci/ixgbe/ixgbe_type.h
3971
struct evcnt qptc[16];
sys/dev/pci/ixgbe/ixgbe_type.h
3972
struct evcnt qbrc[16];
sys/dev/pci/ixgbe/ixgbe_type.h
3973
struct evcnt qbtc[16];
sys/dev/pci/ixgbe/ixgbe_type.h
3974
struct evcnt qprdc[16];
sys/dev/pci/ixgbe/ixgbe_type.h
3975
struct evcnt pxon2offc[IXGBE_TC_COUNTER_NUM];
sys/dev/pci/ixgbe/ixgbe_type.h
3982
struct evcnt fccrc;
sys/dev/pci/ixgbe/ixgbe_type.h
3983
struct evcnt fclast;
sys/dev/pci/ixgbe/ixgbe_type.h
3984
struct evcnt fcoerpdc;
sys/dev/pci/ixgbe/ixgbe_type.h
3985
struct evcnt fcoeprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3986
struct evcnt fcoeptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3987
struct evcnt fcoedwrc;
sys/dev/pci/ixgbe/ixgbe_type.h
3988
struct evcnt fcoedwtc;
sys/dev/pci/ixgbe/ixgbe_type.h
3989
struct evcnt fcoe_noddp;
sys/dev/pci/ixgbe/ixgbe_type.h
3990
struct evcnt fcoe_noddp_ext_buff;
sys/dev/pci/ixgbe/ixgbe_type.h
3991
struct evcnt ldpcec;
sys/dev/pci/ixgbe/ixgbe_type.h
3992
struct evcnt pcrc8ec;
sys/dev/pci/ixgbe/ixgbe_type.h
3993
struct evcnt b2ospc;
sys/dev/pci/ixgbe/ixgbe_type.h
3994
struct evcnt b2ogprc;
sys/dev/pci/ixgbe/ixgbe_type.h
3995
struct evcnt o2bgptc;
sys/dev/pci/ixgbe/ixgbe_type.h
3996
struct evcnt o2bspc;
sys/dev/pci/ixgbe/ixgbe_type.h
3997
struct evcnt legint; /* legacy interrupts */
sys/dev/pci/ixgbe/ixgbe_type.h
3998
struct evcnt intzero; /* no legacy interrupt conditions */
sys/dev/pci/ixgbe/ixgbe_vf.h
100
struct evcnt ipcs_bad;
sys/dev/pci/ixgbe/ixgbe_vf.h
101
struct evcnt l4cs;
sys/dev/pci/ixgbe/ixgbe_vf.h
102
struct evcnt l4cs_bad;
sys/dev/pci/ixgbe/ixgbe_vf.h
110
struct evcnt vfgprc;
sys/dev/pci/ixgbe/ixgbe_vf.h
111
struct evcnt vfgptc;
sys/dev/pci/ixgbe/ixgbe_vf.h
112
struct evcnt vfgorc;
sys/dev/pci/ixgbe/ixgbe_vf.h
113
struct evcnt vfgotc;
sys/dev/pci/ixgbe/ixgbe_vf.h
114
struct evcnt vfmprc;
sys/dev/pci/ixgbe/ixgbe_vf.h
99
struct evcnt ipcs;
sys/dev/pci/pcivar.h
84
const struct evcnt *(*ov_intr_evcnt)(void *, pci_chipset_tag_t,
sys/dev/pci/ppbvar.h
54
struct evcnt sc_ev_intr; /* interrupts */
sys/dev/pci/ppbvar.h
55
struct evcnt sc_ev_abp; /* Attention Button Pressed */
sys/dev/pci/ppbvar.h
56
struct evcnt sc_ev_pfd; /* Power Fault Detected */
sys/dev/pci/ppbvar.h
57
struct evcnt sc_ev_msc; /* MRL Sensor Changed */
sys/dev/pci/ppbvar.h
58
struct evcnt sc_ev_pdc; /* Presence Detect Changed */
sys/dev/pci/ppbvar.h
59
struct evcnt sc_ev_cc; /* Command Completed */
sys/dev/pci/ppbvar.h
60
struct evcnt sc_ev_lacs; /* Data Link Layer State Changed */
sys/dev/pci/qat/qatvar.h
204
struct evcnt qr_ev_rxintr;
sys/dev/pci/qat/qatvar.h
206
struct evcnt qr_ev_rxmsg;
sys/dev/pci/qat/qatvar.h
208
struct evcnt qr_ev_txmsg;
sys/dev/pci/qat/qatvar.h
210
struct evcnt qr_ev_txfull;
sys/dev/pci/qat/qatvar.h
228
struct evcnt qb_ev_rxintr;
sys/dev/pci/qat/qatvar.h
675
struct evcnt qcb_ev_no_symck;
sys/dev/pci/qat/qatvar.h
698
struct evcnt qcy_ev_new_sess;
sys/dev/pci/qat/qatvar.h
700
struct evcnt qcy_ev_free_sess;
sys/dev/pci/qat/qatvar.h
702
struct evcnt qcy_ev_no_sess;
sys/dev/pci/voyager.c
66
struct evcnt vih_count;
sys/dev/podulebus/acemidi.c
50
struct evcnt sc_intrcnt;
sys/dev/podulebus/hcsc.c
107
struct evcnt sc_intrcnt;
sys/dev/podulebus/if_ea.c
67
struct evcnt sc_intrcnt;
sys/dev/podulebus/if_eb.c
67
struct evcnt sc_intrcnt;
sys/dev/podulebus/if_ei.c
85
struct evcnt sc_intrcnt;
sys/dev/podulebus/sec.c
76
struct evcnt sc_intrcnt;
sys/dev/qbus/dhu.c
105
struct evcnt sc_rintrcnt; /* Interrupt statistics */
sys/dev/qbus/dhu.c
106
struct evcnt sc_tintrcnt; /* Interrupt statistics */
sys/dev/qbus/dl.c
133
struct evcnt sc_rintrcnt;
sys/dev/qbus/dl.c
134
struct evcnt sc_tintrcnt;
sys/dev/qbus/if_de.c
142
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/qbus/if_dmc.c
146
struct evcnt sc_rintrcnt; /* Interrupt counting */
sys/dev/qbus/if_dmc.c
147
struct evcnt sc_tintrcnt; /* Interrupt counting */
sys/dev/qbus/if_il.c
88
struct evcnt sc_cintrcnt; /* Command interrupts */
sys/dev/qbus/if_il.c
89
struct evcnt sc_rintrcnt; /* Receive interrupts */
sys/dev/qbus/if_qe.c
76
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/qbus/if_qt.c
137
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/qbus/rf.c
150
struct evcnt sc_intr_count; /* Interrupt counter for statistics */
sys/dev/qbus/rlvar.h
38
struct evcnt sc_intrcnt;
sys/dev/qbus/ts.c
120
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/qbus/uba.c
349
void *iarg, struct evcnt *ev)
sys/dev/qbus/ubavar.h
119
struct evcnt *ua_evcnt;
sys/dev/qbus/ubavar.h
160
void uba_intr_establish(void *, int, void (*)(void *), void *, struct evcnt *);
sys/dev/qbus/ubavar.h
68
struct evcnt uh_intrcnt; /* interrupt counting */
sys/dev/qbus/uda.c
96
struct evcnt sc_intrcnt; /* Interrupt counting */
sys/dev/sbus/magmareg.h
101
struct evcnt ms_intrcnt; /* statistics */
sys/dev/sdmmc/ld_sdmmc.c
102
struct evcnt sc_ev_discard; /* discard counter */
sys/dev/sdmmc/ld_sdmmc.c
103
struct evcnt sc_ev_discarderr; /* discard error counter */
sys/dev/sdmmc/ld_sdmmc.c
104
struct evcnt sc_ev_discardbusy; /* discard busy counter */
sys/dev/sdmmc/ld_sdmmc.c
105
struct evcnt sc_ev_cachesyncbusy; /* cache sync busy counter */
sys/dev/sdmmc/sdmmcvar.h
309
struct evcnt sc_ev_xfer; /* xfer count */
sys/dev/sdmmc/sdmmcvar.h
310
struct evcnt sc_ev_xfer_aligned[8]; /* aligned xfer counts */
sys/dev/sdmmc/sdmmcvar.h
311
struct evcnt sc_ev_xfer_unaligned; /* unaligned xfer count */
sys/dev/sdmmc/sdmmcvar.h
312
struct evcnt sc_ev_xfer_error; /* error xfer count */
sys/dev/tc/ioasicvar.h
65
const struct evcnt *ioasic_intr_evcnt(device_t, void *);
sys/dev/tc/tc.c
263
const struct evcnt *
sys/dev/tc/tcds.c
156
const struct evcnt *pevcnt;
sys/dev/tc/tcdsvar.h
41
struct evcnt sc_evcnt; /* intr. count */
sys/dev/tc/tcvar.h
144
const struct evcnt *tc_intr_evcnt(device_t, void *);
sys/dev/tc/tcvar.h
74
const struct evcnt *(*sc_intr_evcnt)(device_t, void *);
sys/dev/tc/tcvar.h
97
const struct evcnt *(*tba_intr_evcnt)(device_t, void *);
sys/dev/usb/udl.h
139
struct evcnt sc_ev_cmdq_get;
sys/dev/usb/udl.h
140
struct evcnt sc_ev_cmdq_put;
sys/dev/usb/udl.h
141
struct evcnt sc_ev_cmdq_wait;
sys/dev/usb/udl.h
142
struct evcnt sc_ev_cmdq_timeout;
sys/dev/vme/vmevar.h
78
const struct evcnt *(*vct_int_evcnt)(void *, vme_intr_handle_t);
sys/dev/vme/xdvar.h
135
struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */
sys/dev/vme/xyvar.h
135
struct evcnt sc_intrcnt; /* event counter (for vmstat -i) */
sys/dev/xmi/xmivar.h
71
void xmi_intr_establish(void *, int, void (*)(void *), void *, struct evcnt *);
sys/kern/exec_subr.c
56
static struct evcnt vmcmd_ev_##name = \
sys/kern/kern_entropy.c
143
struct evcnt softint;
sys/kern/kern_entropy.c
144
struct evcnt intrdrop;
sys/kern/kern_entropy.c
145
struct evcnt intrtrunc;
sys/kern/kern_entropy.c
222
static struct evcnt entropy_discretionary_evcnt =
sys/kern/kern_entropy.c
225
static struct evcnt entropy_immediate_evcnt =
sys/kern/kern_entropy.c
228
static struct evcnt entropy_partial_evcnt =
sys/kern/kern_entropy.c
231
static struct evcnt entropy_consolidate_evcnt =
sys/kern/kern_entropy.c
234
static struct evcnt entropy_extract_fail_evcnt =
sys/kern/kern_entropy.c
237
static struct evcnt entropy_request_evcnt =
sys/kern/kern_entropy.c
240
static struct evcnt entropy_deplete_evcnt =
sys/kern/kern_entropy.c
243
static struct evcnt entropy_notify_evcnt =
sys/kern/kern_module.c
1057
struct evcnt * const *ls_evp;
sys/kern/kern_module.c
1090
struct evcnt * const *ls_evp;
sys/kern/kern_softint.c
197
struct evcnt si_evcnt;
sys/kern/kern_softint.c
198
struct evcnt si_evcnt_block;
sys/kern/kern_synch.c
153
static struct evcnt kpreempt_ev_crit __cacheline_aligned;
sys/kern/kern_synch.c
154
static struct evcnt kpreempt_ev_klock __cacheline_aligned;
sys/kern/kern_synch.c
155
static struct evcnt kpreempt_ev_immed __cacheline_aligned;
sys/kern/kern_tc.c
406
static struct evcnt n##name = \
sys/kern/kern_timeout.c
178
struct evcnt cc_ev_late;
sys/kern/kern_timeout.c
179
struct evcnt cc_ev_block;
sys/kern/subr_cprng.c
90
struct evcnt reseed;
sys/kern/subr_evcnt.c
119
static struct evcnt dummy_static_evcnt;
sys/kern/subr_evcnt.c
129
__link_set_decl(evcnts, struct evcnt);
sys/kern/subr_evcnt.c
130
struct evcnt * const *evp;
sys/kern/subr_evcnt.c
150
evcnt_attach_static(struct evcnt *ev)
sys/kern/subr_evcnt.c
182
evcnt_attach_dynamic_nozero(struct evcnt *ev, int type,
sys/kern/subr_evcnt.c
183
const struct evcnt *parent, const char *group, const char *name)
sys/kern/subr_evcnt.c
197
evcnt_attach_dynamic(struct evcnt *ev, int type, const struct evcnt *parent,
sys/kern/subr_evcnt.c
209
evcnt_detach(struct evcnt *ev)
sys/kern/subr_evcnt.c
221
sysctl_fillevcnt(const struct evcnt *ev, struct evcnt_sysctl *evs,
sys/kern/subr_evcnt.c
251
const struct evcnt *ev;
sys/kern/subr_evcnt.c
385
struct evcnt *intr_evcnts;
sys/kern/subr_evcnt.c
396
intr_evcnts = kmem_alloc(sizeof(struct evcnt) * nintr, KM_SLEEP);
sys/kern/subr_ipi.c
83
static struct evcnt ipi_mboxfull_ev __cacheline_aligned;
sys/kern/subr_pserialize.c
53
static struct evcnt psz_ev_excl __cacheline_aligned =
sys/kern/subr_vmem.c
101
struct evcnt vmem_evcnt_##name = EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, \
sys/kern/subr_xcall.c
116
static struct evcnt xc_unicast_ev __cacheline_aligned;
sys/kern/subr_xcall.c
117
static struct evcnt xc_broadcast_ev __cacheline_aligned;
sys/kern/uipc_socket.c
136
static struct evcnt sosend_loan_big = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/kern/uipc_socket.c
138
static struct evcnt sosend_copy_big = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/kern/uipc_socket.c
140
static struct evcnt sosend_copy_small = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/kern/uipc_socket.c
142
static struct evcnt sosend_kvalimit = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/kern/vfs_wapbl.c
197
struct evcnt wl_ev_commit; /* l */
sys/kern/vfs_wapbl.c
198
struct evcnt wl_ev_journalwrite; /* l */
sys/kern/vfs_wapbl.c
199
struct evcnt wl_ev_jbufs_bio_nowait; /* l */
sys/kern/vfs_wapbl.c
200
struct evcnt wl_ev_metawrite; /* lm */
sys/kern/vfs_wapbl.c
201
struct evcnt wl_ev_cacheflush; /* l */
sys/net/if_gre.h
100
struct evcnt sc_error_ev;
sys/net/if_gre.h
101
struct evcnt sc_pullup_ev;
sys/net/if_gre.h
102
struct evcnt sc_unsupp_ev;
sys/net/if_gre.h
103
struct evcnt sc_oflow_ev;
sys/net/if_gre.h
96
struct evcnt sc_recv_ev;
sys/net/if_gre.h
97
struct evcnt sc_send_ev;
sys/net/if_gre.h
99
struct evcnt sc_block_ev;
sys/net/lagg/if_lagg.c
249
struct evcnt *ev, const char *name)
sys/net/lagg/if_lagg_lacp.c
174
struct evcnt lsc_mgethdr_failed;
sys/net/lagg/if_lagg_lacp.c
175
struct evcnt lsc_mpullup_failed;
sys/net/lagg/if_lagg_lacp.c
176
struct evcnt lsc_badlacpdu;
sys/net/lagg/if_lagg_lacp.c
177
struct evcnt lsc_badmarkerdu;
sys/net/lagg/if_lagg_lacp.c
178
struct evcnt lsc_norcvif;
sys/net/lagg/if_lagg_lacp.c
179
struct evcnt lsc_nolaggport;
sys/net/lagg/if_lagg_lacp.c
180
struct evcnt lsc_duq_nospc;
sys/net/lagg/if_lagg_lacp.c
333
struct evcnt *ev, const char *name)
sys/net/lagg/if_laggproto.h
167
struct evcnt sc_novar;
sys/netinet/ip_input.c
202
struct evcnt ip_hwcsum_bad = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/ip_input.c
204
struct evcnt ip_hwcsum_ok = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/ip_input.c
206
struct evcnt ip_swcsum = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_input.c
360
extern struct evcnt tcp_hwcsum_ok;
sys/netinet/tcp_input.c
361
extern struct evcnt tcp_hwcsum_bad;
sys/netinet/tcp_input.c
362
extern struct evcnt tcp_hwcsum_data;
sys/netinet/tcp_input.c
363
extern struct evcnt tcp_swcsum;
sys/netinet/tcp_input.c
365
extern struct evcnt tcp6_hwcsum_ok;
sys/netinet/tcp_input.c
366
extern struct evcnt tcp6_hwcsum_bad;
sys/netinet/tcp_input.c
367
extern struct evcnt tcp6_hwcsum_data;
sys/netinet/tcp_input.c
368
extern struct evcnt tcp6_swcsum;
sys/netinet/tcp_input.c
382
extern struct evcnt tcp_reass_;
sys/netinet/tcp_input.c
383
extern struct evcnt tcp_reass_empty;
sys/netinet/tcp_input.c
384
extern struct evcnt tcp_reass_iteration[8];
sys/netinet/tcp_input.c
385
extern struct evcnt tcp_reass_prependfirst;
sys/netinet/tcp_input.c
386
extern struct evcnt tcp_reass_prepend;
sys/netinet/tcp_input.c
387
extern struct evcnt tcp_reass_insert;
sys/netinet/tcp_input.c
388
extern struct evcnt tcp_reass_inserttail;
sys/netinet/tcp_input.c
389
extern struct evcnt tcp_reass_append;
sys/netinet/tcp_input.c
390
extern struct evcnt tcp_reass_appendtail;
sys/netinet/tcp_input.c
391
extern struct evcnt tcp_reass_overlaptail;
sys/netinet/tcp_input.c
392
extern struct evcnt tcp_reass_overlapfront;
sys/netinet/tcp_input.c
393
extern struct evcnt tcp_reass_segdup;
sys/netinet/tcp_input.c
394
extern struct evcnt tcp_reass_fragdup;
sys/netinet/tcp_output.c
211
extern struct evcnt tcp_output_bigheader;
sys/netinet/tcp_output.c
212
extern struct evcnt tcp_output_predict_hit;
sys/netinet/tcp_output.c
213
extern struct evcnt tcp_output_predict_miss;
sys/netinet/tcp_output.c
214
extern struct evcnt tcp_output_copysmall;
sys/netinet/tcp_output.c
215
extern struct evcnt tcp_output_copybig;
sys/netinet/tcp_output.c
216
extern struct evcnt tcp_output_refbig;
sys/netinet/tcp_subr.c
242
struct evcnt tcp_hwcsum_bad = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
244
struct evcnt tcp_hwcsum_ok = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
246
struct evcnt tcp_hwcsum_data = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
248
struct evcnt tcp_swcsum = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
257
struct evcnt tcp6_hwcsum_bad = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
259
struct evcnt tcp6_hwcsum_ok = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
261
struct evcnt tcp6_hwcsum_data = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
263
struct evcnt tcp6_swcsum = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
277
struct evcnt tcp_output_bigheader = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
279
struct evcnt tcp_output_predict_hit = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
281
struct evcnt tcp_output_predict_miss = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
283
struct evcnt tcp_output_copysmall = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
285
struct evcnt tcp_output_copybig = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
287
struct evcnt tcp_output_refbig = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
302
struct evcnt tcp_reass_ = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
304
struct evcnt tcp_reass_empty = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
306
struct evcnt tcp_reass_iteration[8] = {
sys/netinet/tcp_subr.c
316
struct evcnt tcp_reass_prependfirst = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
318
struct evcnt tcp_reass_prepend = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
320
struct evcnt tcp_reass_insert = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
322
struct evcnt tcp_reass_inserttail = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
324
struct evcnt tcp_reass_append = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
326
struct evcnt tcp_reass_appendtail = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
328
struct evcnt tcp_reass_overlaptail = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
330
struct evcnt tcp_reass_overlapfront = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
332
struct evcnt tcp_reass_segdup = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/tcp_subr.c
334
struct evcnt tcp_reass_fragdup = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/udp_usrreq.c
163
struct evcnt udp_hwcsum_bad = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/udp_usrreq.c
165
struct evcnt udp_hwcsum_ok = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/udp_usrreq.c
167
struct evcnt udp_hwcsum_data = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet/udp_usrreq.c
169
struct evcnt udp_swcsum = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet6/udp6_usrreq.c
145
struct evcnt udp6_hwcsum_bad = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet6/udp6_usrreq.c
147
struct evcnt udp6_hwcsum_ok = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet6/udp6_usrreq.c
149
struct evcnt udp6_hwcsum_data = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/netinet6/udp6_usrreq.c
151
struct evcnt udp6_swcsum = EVCNT_INITIALIZER(EVCNT_TYPE_MISC,
sys/nfs/nfs_socket.c
171
static struct evcnt nfs_timer_ev;
sys/nfs/nfs_socket.c
172
static struct evcnt nfs_timer_start_ev;
sys/nfs/nfs_socket.c
173
static struct evcnt nfs_timer_stop_ev;
sys/rump/include/rump/rumpuser.h
232
struct evcnt;
sys/rump/include/rump/rumpuser.h
236
typedef void (*rump_evcntattach_fn)(struct evcnt *);
sys/rump/librump/rumpkern/klock.c
50
static struct evcnt ev_biglock_fast;
sys/rump/librump/rumpkern/klock.c
51
static struct evcnt ev_biglock_slow;
sys/rump/librump/rumpkern/klock.c
52
static struct evcnt ev_biglock_recurse;
sys/rump/librump/rumpkern/rump.c
131
static void add_static_evcnt(struct evcnt *);
sys/rump/librump/rumpkern/rump.c
667
add_static_evcnt(struct evcnt *ev)
sys/rump/librump/rumpkern/rump.c
724
struct evcnt *ev;
sys/rump/librump/rumpvfs/rumpblk.c
80
static struct evcnt ev_io_total;
sys/rump/librump/rumpvfs/rumpblk.c
81
static struct evcnt ev_io_async;
sys/rump/librump/rumpvfs/rumpblk.c
83
static struct evcnt ev_bwrite_total;
sys/rump/librump/rumpvfs/rumpblk.c
84
static struct evcnt ev_bwrite_async;
sys/rump/librump/rumpvfs/rumpblk.c
85
static struct evcnt ev_bread_total;
sys/sys/evcnt.h
149
void evcnt_attach_static(struct evcnt *);
sys/sys/evcnt.h
150
void evcnt_attach_dynamic_nozero(struct evcnt *, int, const struct evcnt *,
sys/sys/evcnt.h
152
void evcnt_attach_dynamic(struct evcnt *, int, const struct evcnt *,
sys/sys/evcnt.h
154
void evcnt_detach(struct evcnt *);
sys/sys/evcnt.h
90
TAILQ_ENTRY(evcnt) ev_list; /* entry on list of all counters */
sys/sys/evcnt.h
95
const struct evcnt *ev_parent; /* parent, for hierarchical ctrs */
sys/sys/evcnt.h
99
TAILQ_HEAD(evcntlist, evcnt);
sys/uvm/pmap/pmap.h
326
struct evcnt pmap_evcnt_##name = \
sys/uvm/pmap/pmap_tlb.h
139
struct evcnt ti_evcnt_synci_asts;
sys/uvm/pmap/pmap_tlb.h
140
struct evcnt ti_evcnt_synci_all;
sys/uvm/pmap/pmap_tlb.h
141
struct evcnt ti_evcnt_synci_pages;
sys/uvm/pmap/pmap_tlb.h
142
struct evcnt ti_evcnt_synci_deferred;
sys/uvm/pmap/pmap_tlb.h
143
struct evcnt ti_evcnt_synci_desired;
sys/uvm/pmap/pmap_tlb.h
144
struct evcnt ti_evcnt_synci_duplicate;
sys/uvm/pmap/pmap_tlb.h
149
struct evcnt ti_evcnt_asid_reinits;
sys/uvm/uvm.h
159
extern struct evcnt uvm_ra_total;
sys/uvm/uvm.h
160
extern struct evcnt uvm_ra_hit;
sys/uvm/uvm.h
161
extern struct evcnt uvm_ra_miss;
sys/uvm/uvm_bio.c
143
struct evcnt ubc_evcnt_##name = \
sys/uvm/uvm_map.c
122
struct evcnt uvmmap_evcnt_##name = EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, \
sys/uvm/uvm_pdpolicy_impl.h
39
struct evcnt pdpol_evcnt_##name = EVCNT_INITIALIZER(EVCNT_TYPE_MISC, NULL, \
sys/uvm/uvm_stat.c
148
struct evcnt uvm_ra_##name = \
tests/modules/k_helper/k_helper.c
56
static struct evcnt my_counter =
usr.bin/systat/vmstat.c
161
struct evcnt evcnt, *evptr;
usr.bin/systat/vmstat.c
167
for (; evptr != NULL; evptr = TAILQ_NEXT(&evcnt, ev_list)) {
usr.bin/systat/vmstat.c
168
if (!KREAD(evptr, &evcnt, sizeof evcnt))
usr.bin/systat/vmstat.c
170
if (evcnt.ev_type != EVCNT_TYPE_INTR)
usr.bin/systat/vmstat.c
177
ie->ie_group = malloc(evcnt.ev_grouplen + 1);
usr.bin/systat/vmstat.c
178
ie->ie_name = malloc(evcnt.ev_namelen + 1);
usr.bin/systat/vmstat.c
181
if (!KREAD(evcnt.ev_group, ie->ie_group, evcnt.ev_grouplen + 1))
usr.bin/systat/vmstat.c
183
if (!KREAD(evcnt.ev_name, ie->ie_name, evcnt.ev_namelen + 1))
usr.bin/systat/vmstat.c
639
if (s.evcnt[i] == 0)
usr.bin/systat/vmstat.c
647
X(s, s1, evcnt);
usr.bin/systat/vmstat.c
648
l = (int)((float)s.evcnt[i]/etime + 0.5);
usr.bin/systat/vmstat.c
69
u_int64_t *evcnt;
usr.bin/systat/vmstat.c
829
KREAD(ie_head[i].ie_count, &stats->evcnt[i],
usr.bin/systat/vmstat.c
830
sizeof stats->evcnt[i]);
usr.bin/systat/vmstat.c
856
if ((stats->evcnt = calloc(nevcnt, sizeof(u_int64_t))) == NULL) {
usr.bin/systat/vmstat.c
866
u_int64_t *evcnt;
usr.bin/systat/vmstat.c
869
evcnt = to->evcnt;
usr.bin/systat/vmstat.c
872
memmove(to->evcnt = evcnt, from->evcnt, nevcnt * sizeof *evcnt);
usr.bin/vmstat/vmstat.c
1298
struct evcnt evcnt, *evptr;
usr.bin/vmstat/vmstat.c
1425
deref_kptr(evptr, &evcnt, sizeof(evcnt), "event chain trashed");
usr.bin/vmstat/vmstat.c
1427
evptr = TAILQ_NEXT(&evcnt, ev_list);
usr.bin/vmstat/vmstat.c
1428
if (evcnt.ev_count == 0 && !verbose)
usr.bin/vmstat/vmstat.c
1430
if (type != EVCNT_TYPE_ANY && evcnt.ev_type != type)
usr.bin/vmstat/vmstat.c
1433
deref_kptr(evcnt.ev_group, evgroup,
usr.bin/vmstat/vmstat.c
1434
(size_t)evcnt.ev_grouplen + 1, "event chain trashed");
usr.bin/vmstat/vmstat.c
1435
deref_kptr(evcnt.ev_name, evname,
usr.bin/vmstat/vmstat.c
1436
(size_t)evcnt.ev_namelen + 1, "event chain trashed");
usr.bin/vmstat/vmstat.c
1442
34 - (evcnt.ev_grouplen + 1 + evcnt.ev_namelen), "",
usr.bin/vmstat/vmstat.c
1443
evcnt.ev_count,
usr.bin/vmstat/vmstat.c
1444
(evcnt.ev_count / uptime),
usr.bin/vmstat/vmstat.c
1445
(evcnt.ev_type < __arraycount(evtypes) ?
usr.bin/vmstat/vmstat.c
1446
evtypes[evcnt.ev_type] : "?"));
usr.bin/vmstat/vmstat.c
1448
counttotal += evcnt.ev_count;