Home
last modified time | relevance | path

Searched refs:kpkc_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/osfmk/kperf/
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()
205 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_continuation_sample()
219 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()
221 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_backtrace_sample()
233 cs->kpkc_flags |= CALLSTACK_VALID; in kperf_backtrace_sample()
242 cs->kpkc_flags |= CALLSTACK_TRUNCATED; in kperf_backtrace_sample()
267 cs->kpkc_flags = CALLSTACK_KERNEL; in kperf_kcallstack_sample()
269 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_kcallstack_sample()
274 cs->kpkc_flags |= CALLSTACK_KERNEL_WORDS; in kperf_kcallstack_sample()
[all …]
H A Dcallstack.h65 uint32_t kpkc_flags; member
H A Daction.c241 sbuf->kcallstack.kpkc_flags = 0; in kperf_sample_internal()