Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpmc.h887 #define PMC_SAMPLE_INUSE ((uint16_t) 0xFFFF) macro
/NextBSD/sys/dev/hwpmc/
HDhwpmc_mod.c4162 callchaindepth = PMC_SAMPLE_INUSE; in pmc_process_interrupt()
4177 if (callchaindepth != PMC_SAMPLE_INUSE) in pmc_process_interrupt()
4220 if (ps->ps_nsamples != PMC_SAMPLE_INUSE) in pmc_capture_user_callchain()
4313 if (ps->ps_nsamples == PMC_SAMPLE_INUSE) { in pmc_process_samples()