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

/freebsd-10.2-release/sys/kern/
H A Dkern_pmc.c335 pmc_softevents > PMC_EV_DYN_COUNT) {
338 pmc_softevents = PMC_EV_DYN_COUNT;
/freebsd-10.2-release/sys/sys/
H A Dpmc.h594 struct pmc_dyn_event_descr pm_events[PMC_EV_DYN_COUNT];
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dpmc_events.h3984 #define PMC_EV_DYN_COUNT 0x1000 macro
3987 #define PMC_EV_SOFT_LAST (PMC_EV_SOFT_FIRST + PMC_EV_DYN_COUNT - 1)
/freebsd-10.2-release/lib/libpmc/
H A Dlibpmc.c162 static struct pmc_event_descr soft_event_table[PMC_EV_DYN_COUNT];

Completed in 60 milliseconds