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

/freebsd-11-stable/sys/kern/
H A Dkern_pmc.c334 pmc_softevents > PMC_EV_DYN_COUNT) {
337 pmc_softevents = PMC_EV_DYN_COUNT;
/freebsd-11-stable/sys/sys/
H A Dpmc.h616 struct pmc_dyn_event_descr pm_events[PMC_EV_DYN_COUNT];
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c177 static struct pmc_event_descr soft_event_table[PMC_EV_DYN_COUNT];
/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h4923 #define PMC_EV_DYN_COUNT 0x1000 macro
4926 #define PMC_EV_SOFT_LAST (PMC_EV_SOFT_FIRST + PMC_EV_DYN_COUNT - 1)

Completed in 135 milliseconds