Lines Matching refs:ucallstack_depth
67 uint32_t ucallstack_depth; member
208 unsigned int ucallstack_depth = actionv[actionid - 1].ucallstack_depth; in kperf_sample_user() local
209 sbuf->ucallstack.kpuc_nframes = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_user()
218 unsigned actionid, unsigned ucallstack_depth) in kperf_sample_internal() argument
245 ucallstack_depth = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_internal()
288 ucallstack_depth, actionid); in kperf_sample_internal()
427 unsigned int ucallstack_depth = actionv[actionid - 1].ucallstack_depth; in kperf_sample() local
431 sample_flags, actionid, ucallstack_depth); in kperf_sample()
792 new_actionv[i].ucallstack_depth = MAX_UCALLSTACK_FRAMES; in kperf_action_set_count()
818 actionv[action_id - 1].ucallstack_depth = depth; in kperf_action_set_ucallstack_depth()
854 *depth_out = actionv[action_id - 1].ucallstack_depth; in kperf_action_get_ucallstack_depth()