Searched refs:PMCF_USR (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dperfmon.c272 if (ctl_shadow[1] & (PMCF_USR << 16))
281 if (ctl_shadow[0] & (PMCF_USR << 16))
/freebsd-11-stable/sys/amd64/amd64/
H A Dprof_machdep.c287 pmc.pmc_flags = PMCF_E | PMCF_OS | PMCF_USR;
/freebsd-11-stable/sys/i386/include/
H A Dperfmon.h76 #define PMCF_USR 0x01 /* count events in user mode */ macro
/freebsd-11-stable/sys/i386/isa/
H A Dprof_machdep.c262 pmc.pmc_flags = PMCF_E | PMCF_OS | PMCF_USR;
/freebsd-11-stable/share/examples/perfmon/
H A Dperfmon.c74 pmc.pmc_flags |= PMCF_USR;

Completed in 125 milliseconds