Lines Matching refs:kpkc_nframes
194 assert(cs->kpkc_nframes < MAX_KCALLSTACK_FRAMES); in callstack_fixup_interrupted()
208 cs->kpkc_frames[cs->kpkc_nframes++] = fixup_val; in callstack_fixup_interrupted()
228 cs->kpkc_nframes = 1; in kperf_continuation_sample()
250 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_backtrace_sample()
252 if (cs->kpkc_nframes > 0) { in kperf_backtrace_sample()
258 cs->kpkc_word_frames[cs->kpkc_nframes + 1] = 0; in kperf_backtrace_sample()
259 cs->kpkc_nframes += 1; in kperf_backtrace_sample()
265 BUF_VERB(PERF_CS_BACKTRACE | DBG_FUNC_END, cs->kpkc_nframes); in kperf_backtrace_sample()
279 assert(cs->kpkc_nframes <= MAX_KCALLSTACK_FRAMES); in kperf_kcallstack_sample()
285 cs->kpkc_nframes); in kperf_kcallstack_sample()
297 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_kcallstack_sample()
299 if (cs->kpkc_nframes != 0) { in kperf_kcallstack_sample()
312 cs->kpkc_frames, &cs->kpkc_nframes, FALSE); in kperf_kcallstack_sample()
319 cs->kpkc_nframes = 0; in kperf_kcallstack_sample()
328 cs->kpkc_flags, cs->kpkc_nframes); in kperf_kcallstack_sample()
458 cs->kpkc_nframes, cs->kpkc_flags, 0, 0); in kperf_kcallstack_log()