Searched refs:MAX_UCALLSTACK_FRAMES (Results 1 – 3 of 3) sorted by relevance
33 #define MAX_UCALLSTACK_FRAMES (256) macro61 uintptr_t kpuc_frames[MAX_UCALLSTACK_FRAMES];
205 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()
51 assert(cs->kpuc_nframes < MAX_UCALLSTACK_FRAMES); in callstack_fixup_user()