Home
last modified time | relevance | path

Searched refs:depth_out (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kperf/
H A Daction.c842 kperf_action_get_ucallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_ucallstack_depth() argument
848 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() argument
866 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()
H A Daction.h132 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);