Home
last modified time | relevance | path

Searched refs:PMC_EV_P4_LAST (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/hwpmc/
HDhwpmc_piv.c355 #define P4_NEVENTS (PMC_EV_P4_LAST - PMC_EV_P4_FIRST + 1)
962 pm->pm_event > PMC_EV_P4_LAST) in p4_allocate_pmc()
HDpmc_events.h136 #define PMC_EV_P4_LAST PMC_EV_P4_MACHINE_CLEAR macro
/NextBSD/lib/libpmc/
HDlibpmc.c3654 } else if (pe >= PMC_EV_P4_FIRST && pe <= PMC_EV_P4_LAST) { in _pmc_name_of_event()