Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.h42 #define CALLSTACK_KERNEL (1U << 3) macro
H A Dcallstack.c207 assert(cs->kpkc_flags & CALLSTACK_KERNEL); in callstack_fixup_interrupted()
223 cs->kpkc_flags = CALLSTACK_CONTINUATION | CALLSTACK_VALID | CALLSTACK_KERNEL; in kperf_continuation_sample()
239 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()
287 cs->kpkc_flags = CALLSTACK_KERNEL; in kperf_kcallstack_sample()
427 bool kern = flags & CALLSTACK_KERNEL; in callstack_log()