Searched refs:depth_out (Results 1 – 2 of 2) sorted by relevance
843 kperf_action_get_ucallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_ucallstack_depth() argument849 assert(depth_out); in kperf_action_get_ucallstack_depth()852 *depth_out = MAX_UCALLSTACK_FRAMES; in kperf_action_get_ucallstack_depth()854 *depth_out = actionv[action_id - 1].ucallstack_depth; in kperf_action_get_ucallstack_depth()861 kperf_action_get_kcallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_kcallstack_depth() argument867 assert(depth_out); in kperf_action_get_kcallstack_depth()870 *depth_out = MAX_KCALLSTACK_FRAMES; in kperf_action_get_kcallstack_depth()872 *depth_out = actionv[action_id - 1].kcallstack_depth; in kperf_action_get_kcallstack_depth()
132 int kperf_action_get_ucallstack_depth(unsigned int actionid, uint32_t * depth_out);134 int kperf_action_get_kcallstack_depth(unsigned int actionid, uint32_t * depth_out);