Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h42 #define CALLSTACK_KERNEL (1U << 3) macro
H A Dcallstack.c187 assert(cs->kpkc_flags & CALLSTACK_KERNEL); in callstack_fixup_interrupted()
203 cs->kpkc_flags = CALLSTACK_CONTINUATION | CALLSTACK_VALID | CALLSTACK_KERNEL; in kperf_continuation_sample()
219 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()
267 cs->kpkc_flags = CALLSTACK_KERNEL; in kperf_kcallstack_sample()
407 bool kern = flags & CALLSTACK_KERNEL; in callstack_log()