Searched refs:kpkc_flags (Results 1 – 3 of 3) sorted by relevance
187 assert(cs->kpkc_flags & CALLSTACK_KERNEL); in callstack_fixup_interrupted()203 cs->kpkc_flags = CALLSTACK_CONTINUATION | CALLSTACK_VALID | CALLSTACK_KERNEL; in kperf_continuation_sample()205 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_continuation_sample()219 cs->kpkc_flags = CALLSTACK_KERNEL | CALLSTACK_KERNEL_WORDS; in kperf_backtrace_sample()221 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_backtrace_sample()233 cs->kpkc_flags |= CALLSTACK_VALID; in kperf_backtrace_sample()242 cs->kpkc_flags |= CALLSTACK_TRUNCATED; in kperf_backtrace_sample()267 cs->kpkc_flags = CALLSTACK_KERNEL; in kperf_kcallstack_sample()269 cs->kpkc_flags |= CALLSTACK_64BIT; in kperf_kcallstack_sample()274 cs->kpkc_flags |= CALLSTACK_KERNEL_WORDS; in kperf_kcallstack_sample()[all …]
65 uint32_t kpkc_flags; member
241 sbuf->kcallstack.kpkc_flags = 0; in kperf_sample_internal()