Home
last modified time | relevance | path

Searched refs:SAMPLE_FLAG_NON_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kperf/
H A Daction.h73 #define SAMPLE_FLAG_NON_INTERRUPT (1U << 4) macro
H A Dlazy.c121 flags |= !ml_at_interrupt_context() ? SAMPLE_FLAG_NON_INTERRUPT : 0; in kperf_lazy_wait_sample()
H A Daction.c263 } else if (sample_flags & SAMPLE_FLAG_NON_INTERRUPT) { in kperf_sample_internal()
442 sample_flags |= SAMPLE_FLAG_NON_INTERRUPT; in kperf_kdebug_handler()
H A Dpet.c175 unsigned int flags = SAMPLE_FLAG_NON_INTERRUPT | SAMPLE_FLAG_PEND_USER; in kppet_on_cpu()