Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h40 #define CALLSTACK_64BIT (1U << 2) macro
H A Dcallstack.c205 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_continuation_sample()
221 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_backtrace_sample()
269 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_kcallstack_sample()
334 ((btinfo.btui_info & BTI_64_BIT) ? CALLSTACK_64BIT : 0); in kperf_ucallstack_sample()