Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dperfmon.c272 if (ctl_shadow[1] & (PMCF_USR << 16)) in writectl5()
281 if (ctl_shadow[0] & (PMCF_USR << 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.h76 #define PMCF_USR 0x01 /* count events in user mode */ macro