Home
last modified time | relevance | path

Searched refs:PMC_EV_DYN_COUNT (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/kern/
HDkern_pmc.c341 pmc_softevents > PMC_EV_DYN_COUNT) { in init_hwpmc()
344 pmc_softevents = PMC_EV_DYN_COUNT; in init_hwpmc()
/freebsd-14-stable/sys/sys/
HDpmc.h637 struct pmc_dyn_event_descr pm_events[PMC_EV_DYN_COUNT];
/freebsd-14-stable/lib/libpmc/
HDlibpmc.c145 static struct pmc_event_descr soft_event_table[PMC_EV_DYN_COUNT];
/freebsd-14-stable/sys/dev/hwpmc/
HDpmc_events.h60 #define PMC_EV_DYN_COUNT 0x1000 macro
63 #define PMC_EV_SOFT_LAST (PMC_EV_SOFT_FIRST + PMC_EV_DYN_COUNT - 1)