Searched refs:PMC_POWERPC_EVENT (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mpc7xxx.c85 #define PMC_POWERPC_EVENT(id, mask, number) \ macro
89 PMC_POWERPC_EVENT(CYCLE,PPC_PMC_MASK_ALL, 1),
90 PMC_POWERPC_EVENT(INSTR_COMPLETED, 0x0f, 2),
91 PMC_POWERPC_EVENT(TLB_BIT_TRANSITIONS, 0x0f, 3),
92 PMC_POWERPC_EVENT(INSTR_DISPATCHED, 0x0f, 4),
93 PMC_POWERPC_EVENT(PMON_EXCEPT, 0x0f, 5),
94 PMC_POWERPC_EVENT(PMON_SIG, 0x0f, 7),
95 PMC_POWERPC_EVENT(VPU_INSTR_COMPLETED, 0x03, 8),
96 PMC_POWERPC_EVENT(VFPU_INSTR_COMPLETED, 0x03, 9),
97 PMC_POWERPC_EVENT(VIU1_INSTR_COMPLETE
[all...]

Completed in 130 milliseconds