Home
last modified time | relevance | path

Searched refs:SAMPLE_FLAG_PEND_USER (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/osfmk/kperf/
H A Dlazy.c119 unsigned int flags = SAMPLE_FLAG_PEND_USER; in kperf_lazy_wait_sample()
166 SAMPLE_FLAG_PEND_USER | flags); in kperf_lazy_cpu_sample()
H A Daction.c279 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
305 if (sample_flags & SAMPLE_FLAG_PEND_USER && in kperf_sample_internal()
356 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
416 uint32_t sample_flags = SAMPLE_FLAG_PEND_USER; in kperf_kdebug_handler()
H A Daction.h65 #define SAMPLE_FLAG_PEND_USER (1U << 0) macro
H A Dpet.c175 unsigned int flags = SAMPLE_FLAG_NON_INTERRUPT | SAMPLE_FLAG_PEND_USER; in kppet_on_cpu()
H A Dkptimer.c231 SAMPLE_FLAG_PEND_USER | flags); in kptimer_sample_curcpu()
/xnu-8020.121.3/osfmk/kern/
H A Dkpc_common.c566 int r = kperf_sample(&sbuf, &ctx, actionid, SAMPLE_FLAG_PEND_USER); in kpc_sample_kperf()