Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.h40 #define CALLSTACK_64BIT (1U << 2) macro
H A Dcallstack.c225 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_continuation_sample()
241 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_backtrace_sample()
289 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_kcallstack_sample()
354 ((btinfo.btui_info & BTI_64_BIT) ? CALLSTACK_64BIT : 0); in kperf_ucallstack_sample()