Home
last modified time | relevance | path

Searched refs:kpkc_frames (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.h69 uint64_t kpkc_frames[MAX_KCALLSTACK_FRAMES] __kernel_ptr_semantics; member
H A Dcallstack.c208 cs->kpkc_frames[cs->kpkc_nframes++] = fixup_val; in callstack_fixup_interrupted()
229 cs->kpkc_frames[0] = VM_KERNEL_UNSLIDE(thread->continuation); in kperf_continuation_sample()
312 cs->kpkc_frames, &cs->kpkc_nframes, FALSE); in kperf_kcallstack_sample()
457 callstack_log(PERF_CS_KHDR, PERF_CS_KDATA, cs->kpkc_frames, in kperf_kcallstack_log()