Searched refs:pmc_cpu_is_present (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dpmckern.h228 int pmc_cpu_is_present(int _cpu);
/freebsd-11-stable/sys/kern/
H A Dkern_pmc.c125 * `pmc_cpu_is_present()' is used to test whether a given CPU is
145 return (pmc_cpu_is_present(cpu) &&
160 pmc_cpu_is_present(int cpu) function

Completed in 72 milliseconds