Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kperf/
H A Dlazy.c114 unsigned int flags = SAMPLE_FLAG_PEND_USER; in kperf_lazy_wait_sample()
162 SAMPLE_FLAG_PEND_USER | flags); in kperf_lazy_cpu_sample()
H A Daction.c280 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
306 if (sample_flags & SAMPLE_FLAG_PEND_USER && in kperf_sample_internal()
357 if (sample_flags & SAMPLE_FLAG_PEND_USER) { in kperf_sample_internal()
417 uint32_t sample_flags = SAMPLE_FLAG_PEND_USER; in kperf_kdebug_handler()
H A Daction.h67 #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.c226 SAMPLE_FLAG_PEND_USER | flags); in kptimer_sample_curcpu()
/xnu-8796.121.2/osfmk/kern/
H A Dkpc_common.c566 int r = kperf_sample(&sbuf, &ctx, actionid, SAMPLE_FLAG_PEND_USER); in kpc_sample_kperf()