Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dperfmon.c274 if (ctl_shadow[1] & (PMCF_OS << 16)) in writectl5()
283 if (ctl_shadow[0] & (PMCF_OS << 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.h77 #define PMCF_OS 0x02 /* count events in kernel mode */ macro