Home
last modified time | relevance | path

Searched refs:PMC_SAMPLE_FREE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/sys/
HDpmc.h943 #define PMC_SAMPLE_FREE ((uint16_t) 0) macro
/freebsd-14-stable/sys/dev/hwpmc/
HDhwpmc_mod.c4746 if (ps->ps_nsamples == PMC_SAMPLE_FREE) { in pmc_capture_user_callchain()
4847 if (__predict_false(ps->ps_nsamples == PMC_SAMPLE_FREE)) in pmc_process_samples()