Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h32 #define MAX_KCALLSTACK_FRAMES (128) macro
68 uintptr_t kpkc_word_frames[MAX_KCALLSTACK_FRAMES];
69 uint64_t kpkc_frames[MAX_KCALLSTACK_FRAMES] __kernel_ptr_semantics;
H A Daction.c237 sbuf->kcallstack.kpkc_nframes = MAX_KCALLSTACK_FRAMES; in kperf_sample_internal()
686 kperf_action_set_kcallstack_depth(i + 1, MAX_KCALLSTACK_FRAMES); in kperf_action_reset()
737 new_actionv[i].kcallstack_depth = MAX_KCALLSTACK_FRAMES; in kperf_action_set_count()
774 if (depth > MAX_KCALLSTACK_FRAMES) { in kperf_action_set_kcallstack_depth()
814 *depth_out = MAX_KCALLSTACK_FRAMES; in kperf_action_get_kcallstack_depth()
H A Dcallstack.c174 assert(cs->kpkc_nframes < MAX_KCALLSTACK_FRAMES); in callstack_fixup_interrupted()
259 assert(cs->kpkc_nframes <= MAX_KCALLSTACK_FRAMES); in kperf_kcallstack_sample()