Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kperf/
H A Daction.c139 kperf_ucallstack_sample(&sbuf->ucallstack, context); in kperf_sample_user_internal()
153 kperf_ucallstack_log(&sbuf->ucallstack); in kperf_sample_user_internal()
204 sbuf->ucallstack.kpuc_nframes = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_user()
241 sbuf->usample.ucallstack.kpuc_flags = 0; in kperf_sample_internal()
475 sbuf.ucallstack.kpuc_nframes = nframes; in kperf_ast_sample_max_stack_phase()
H A Dsample.h51 struct kp_ucallstack ucallstack; member