Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dperfmon.c276 if (!(ctl_shadow[1] & (PMCF_E << 16))) in writectl5()
285 if (!(ctl_shadow[0] & (PMCF_E << 16))) in writectl5()
H A Dprof_machdep.c288 pmc.pmc_flags = PMCF_E | PMCF_OS | PMCF_USR; in sysctl_machdep_cputime_clock()
/f-stack/freebsd/i386/include/
H A Dperfmon.h78 #define PMCF_E 0x04 /* use edge-detection mode */ macro