Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kperf/
H A Daction.c63 uint32_t ucallstack_depth; member
204 unsigned int ucallstack_depth = actionv[actionid - 1].ucallstack_depth; in kperf_sample_user() local
205 sbuf->ucallstack.kpuc_nframes = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_user()
214 unsigned actionid, unsigned ucallstack_depth) in kperf_sample_internal() argument
240 ucallstack_depth = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_internal()
283 ucallstack_depth, actionid); in kperf_sample_internal()
407 unsigned int ucallstack_depth = actionv[actionid - 1].ucallstack_depth; in kperf_sample() local
411 sample_flags, actionid, ucallstack_depth); in kperf_sample()
736 new_actionv[i].ucallstack_depth = MAX_UCALLSTACK_FRAMES; in kperf_action_set_count()
762 actionv[action_id - 1].ucallstack_depth = depth; in kperf_action_set_ucallstack_depth()
[all …]
H A Dkperfbsd.c661 SYSCTL_PROC(_kperf_action, OID_AUTO, ucallstack_depth,