Searched refs:PMC_POWERPC_EVENT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mpc7xxx.c | 67 #define PMC_POWERPC_EVENT(id, mask, number) \ macro 71 PMC_POWERPC_EVENT(CYCLE,PPC_PMC_MASK_ALL, 1), 72 PMC_POWERPC_EVENT(INSTR_COMPLETED, 0x0f, 2), 73 PMC_POWERPC_EVENT(TLB_BIT_TRANSITIONS, 0x0f, 3), 74 PMC_POWERPC_EVENT(INSTR_DISPATCHED, 0x0f, 4), 75 PMC_POWERPC_EVENT(PMON_EXCEPT, 0x0f, 5), 76 PMC_POWERPC_EVENT(PMON_SIG, 0x0f, 7), 77 PMC_POWERPC_EVENT(VPU_INSTR_COMPLETED, 0x03, 8), 78 PMC_POWERPC_EVENT(VFPU_INSTR_COMPLETED, 0x03, 9), 79 PMC_POWERPC_EVENT(VIU1_INSTR_COMPLETED, 0x03, 10), [all …]
|