Home
last modified time | relevance | path

Searched refs:__PMC_EV_BLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dpmc_events.h2425 __PMC_EV_BLOCK(TSC, 0x01000) \
2427 __PMC_EV_BLOCK(K8, 0x02080) \
2429 __PMC_EV_BLOCK(IAF, 0x10000) \
2431 __PMC_EV_BLOCK(PPC7450, 0x13000) \
2433 __PMC_EV_BLOCK(PPC970, 0x13100) \
2435 __PMC_EV_BLOCK(E500, 0x13300) \
2437 __PMC_EV_BLOCK(ARMV7, 0x14000) \
2439 __PMC_EV_BLOCK(ARMV8, 0x14100) \
2441 __PMC_EV_BLOCK(DMC620_PMU_CD2, 0x14500) \
2443 __PMC_EV_BLOCK(DMC620_PMU_C, 0x14520) \
[all …]
/freebsd/sys/sys/
H A Dpmc.h314 #undef __PMC_EV_BLOCK
315 #define __PMC_EV_BLOCK(C,V) PMC_EV_ ## C ## __BLOCK_START = (V) - 1 , macro