Home
last modified time | relevance | path

Searched refs:kpkc_nframes (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.c174 assert(cs->kpkc_nframes < MAX_KCALLSTACK_FRAMES); in callstack_fixup_interrupted()
188 cs->kpkc_frames[cs->kpkc_nframes++] = fixup_val; in callstack_fixup_interrupted()
208 cs->kpkc_nframes = 1; in kperf_continuation_sample()
230 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_backtrace_sample()
232 if (cs->kpkc_nframes > 0) { in kperf_backtrace_sample()
238 cs->kpkc_word_frames[cs->kpkc_nframes + 1] = 0; in kperf_backtrace_sample()
239 cs->kpkc_nframes += 1; in kperf_backtrace_sample()
245 BUF_VERB(PERF_CS_BACKTRACE | DBG_FUNC_END, cs->kpkc_nframes); in kperf_backtrace_sample()
259 assert(cs->kpkc_nframes <= MAX_KCALLSTACK_FRAMES); in kperf_kcallstack_sample()
265 cs->kpkc_nframes); in kperf_kcallstack_sample()
[all …]
H A Dcallstack.h66 uint32_t kpkc_nframes; member
H A Daction.c234 sbuf->kcallstack.kpkc_nframes = in kperf_sample_internal()
237 sbuf->kcallstack.kpkc_nframes = MAX_KCALLSTACK_FRAMES; in kperf_sample_internal()