Searched refs:CALLSTACK_KERNEL (Results 1 – 2 of 2) sorted by relevance
42 #define CALLSTACK_KERNEL (1U << 3) macro
207 assert(cs->kpkc_flags & CALLSTACK_KERNEL); in callstack_fixup_interrupted()223 cs->kpkc_flags = CALLSTACK_CONTINUATION | CALLSTACK_VALID | CALLSTACK_KERNEL; in kperf_continuation_sample()239 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()287 cs->kpkc_flags = CALLSTACK_KERNEL; in kperf_kcallstack_sample()427 bool kern = flags & CALLSTACK_KERNEL; in callstack_log()