Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h48 #define CALLSTACK_KERNEL_WORDS (1U << 6) macro
H A Dcallstack.c219 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()
274 cs->kpkc_flags |= CALLSTACK_KERNEL_WORDS; in kperf_kcallstack_sample()
332 cs->kpuc_flags |= CALLSTACK_KERNEL_WORDS | in kperf_ucallstack_sample()
409 if (flags & CALLSTACK_KERNEL_WORDS) { in callstack_log()