Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h33 #define MAX_UCALLSTACK_FRAMES (256) macro
61 uintptr_t kpuc_frames[MAX_UCALLSTACK_FRAMES];
H A Daction.c205 sbuf->ucallstack.kpuc_nframes = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_user()
240 ucallstack_depth = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_internal()
521 T_KPERF_GET_CALLSTACK_DEPTH(ast) ?: MAX_UCALLSTACK_FRAMES); in kperf_thread_ast_handler()
685 kperf_action_set_ucallstack_depth(i + 1, MAX_UCALLSTACK_FRAMES); in kperf_action_reset()
736 new_actionv[i].ucallstack_depth = MAX_UCALLSTACK_FRAMES; in kperf_action_set_count()
755 if (depth > MAX_UCALLSTACK_FRAMES) { in kperf_action_set_ucallstack_depth()
796 *depth_out = MAX_UCALLSTACK_FRAMES; in kperf_action_get_ucallstack_depth()
H A Dcallstack.c51 assert(cs->kpuc_nframes < MAX_UCALLSTACK_FRAMES); in callstack_fixup_user()