Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kperf/
H A Daction.c144 kperf_ucallstack_sample(&sbuf->ucallstack, context); in kperf_sample_user_internal()
158 kperf_ucallstack_log(&sbuf->ucallstack); in kperf_sample_user_internal()
209 sbuf->ucallstack.kpuc_nframes = ucallstack_depth ?: MAX_UCALLSTACK_FRAMES; in kperf_sample_user()
247 sbuf->usample.ucallstack.kpuc_flags = 0; in kperf_sample_internal()
492 sbuf.ucallstack.kpuc_nframes = nframes; in kperf_ast_sample_max_stack_phase()
H A Dsample.h51 struct kp_ucallstack ucallstack; member