Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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()
/freebsd-13.1/sys/i386/include/
H A Dperfmon.h77 #define PMCF_OS 0x02 /* count events in kernel mode */ macro
/freebsd-13.1/share/examples/perfmon/
H A Dperfmon.c77 pmc.pmc_flags |= PMCF_OS; in main()