Searched refs:depth_out (Results 1 – 2 of 2) sorted by relevance
842 kperf_action_get_ucallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_ucallstack_depth() argument848 assert(depth_out); in kperf_action_get_ucallstack_depth()851 *depth_out = MAX_UCALLSTACK_FRAMES; in kperf_action_get_ucallstack_depth()853 *depth_out = actionv[action_id - 1].ucallstack_depth; in kperf_action_get_ucallstack_depth()860 kperf_action_get_kcallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_kcallstack_depth() argument866 assert(depth_out); in kperf_action_get_kcallstack_depth()869 *depth_out = MAX_KCALLSTACK_FRAMES; in kperf_action_get_kcallstack_depth()871 *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);