Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kperf/
H A Dcallstack.h44 #define CALLSTACK_TRUNCATED (1U << 4) macro
H A Dcallstack.c242 cs->kpkc_flags |= CALLSTACK_TRUNCATED; in kperf_backtrace_sample()
283 cs->kpkc_flags |= CALLSTACK_TRUNCATED; in kperf_kcallstack_sample()
297 cs->kpkc_flags |= CALLSTACK_TRUNCATED; in kperf_kcallstack_sample()
333 ((btinfo.btui_info & BTI_TRUNCATED) ? CALLSTACK_TRUNCATED : 0) | in kperf_ucallstack_sample()
353 cs->kpuc_flags |= CALLSTACK_TRUNCATED; in kperf_ucallstack_sample()
/xnu-10002.61.3/tests/ktrace/
H A Dkperf_backtracing_tests.c17 #define CALLSTACK_TRUNCATED 0x10 macro
519 T_EXPECT_BITS_SET(tp->arg1, CALLSTACK_TRUNCATED,