Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dpmc.h950 #define PMC_SAMPLE_FREE ((uint16_t) 0) macro
/freebsd-12-stable/sys/dev/hwpmc/
Dhwpmc_mod.c4816 if (ps->ps_nsamples == PMC_SAMPLE_FREE) { in pmc_capture_user_callchain()
4919 if (__predict_false(ps->ps_nsamples == PMC_SAMPLE_FREE)) in pmc_process_samples()