Home
last modified time | relevance | path

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

/xnu-11215.41.3/osfmk/kperf/
H A Daction.c843 kperf_action_get_ucallstack_depth(unsigned action_id, uint32_t * depth_out) in kperf_action_get_ucallstack_depth() argument
849 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() argument
867 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()
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);