Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kperf/
H A Dcallstack.h32 #define MAX_KCALLSTACK_FRAMES (128) macro
69 uintptr_t kpkc_word_frames[MAX_KCALLSTACK_FRAMES];
70 uint64_t kpkc_frames[MAX_KCALLSTACK_FRAMES] __kernel_ptr_semantics;
H A Daction.c242 sbuf->kcallstack.kpkc_nframes = MAX_KCALLSTACK_FRAMES; in kperf_sample_internal()
742 kperf_action_set_kcallstack_depth(i + 1, MAX_KCALLSTACK_FRAMES); in kperf_action_reset()
793 new_actionv[i].kcallstack_depth = MAX_KCALLSTACK_FRAMES; in kperf_action_set_count()
830 if (depth > MAX_KCALLSTACK_FRAMES) { in kperf_action_set_kcallstack_depth()
870 *depth_out = MAX_KCALLSTACK_FRAMES; in kperf_action_get_kcallstack_depth()
H A Dcallstack.c175 assert(cs->kpkc_nframes < MAX_KCALLSTACK_FRAMES); in callstack_fixup_interrupted()
268 assert(cs->kpkc_nframes <= MAX_KCALLSTACK_FRAMES); in kperf_kcallstack_sample()