Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpmckern.h248 #define PMC_CPU_HAS_SAMPLES(C) (__predict_false(DPCPU_ID_GET((C), pmc_sampled))) macro
/freebsd/sys/kern/
H A Dkern_clock.c510 if (PMC_CPU_HAS_SAMPLES(PCPU_GET(cpuid))) in hardclock()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c852 if (PMC_CPU_HAS_SAMPLES(cpu)) in pmclog_schedule_one_cond()