Searched refs:kpkc_nframes (Results 1 – 3 of 3) sorted by relevance
189 cs->kpkc_frames[cs->kpkc_nframes++] = fixup_val; in callstack_fixup_interrupted()209 cs->kpkc_nframes = 1; in kperf_continuation_sample()231 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_backtrace_sample()233 if (cs->kpkc_nframes > 0) { in kperf_backtrace_sample()248 cs->kpkc_nframes += 1; in kperf_backtrace_sample()274 cs->kpkc_nframes); in kperf_kcallstack_sample()286 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_kcallstack_sample()288 if (cs->kpkc_nframes != 0) { in kperf_kcallstack_sample()315 cs->kpkc_nframes = 0; in kperf_kcallstack_sample()324 cs->kpkc_flags, cs->kpkc_nframes); in kperf_kcallstack_sample()[all …]
67 uint32_t kpkc_nframes; member
239 sbuf->kcallstack.kpkc_nframes = in kperf_sample_internal()242 sbuf->kcallstack.kpkc_nframes = MAX_KCALLSTACK_FRAMES; in kperf_sample_internal()