Searched refs:CALLSTACK_TRUNCATED (Results 1 – 3 of 3) sorted by relevance
44 #define CALLSTACK_TRUNCATED (1U << 4) macro
242 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()
17 #define CALLSTACK_TRUNCATED 0x10 macro519 T_EXPECT_BITS_SET(tp->arg1, CALLSTACK_TRUNCATED,