Home
last modified time | relevance | path

Searched refs:kpuc_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kperf/
H A Dcallstack.h57 uint32_t kpuc_flags; member
H A Dcallstack.c352 cs->kpuc_flags |= CALLSTACK_KERNEL_WORDS | in kperf_ucallstack_sample()
361 cs->kpuc_flags |= CALLSTACK_VALID; in kperf_ucallstack_sample()
373 cs->kpuc_flags |= CALLSTACK_TRUNCATED; in kperf_ucallstack_sample()
376 cs->kpuc_flags |= CALLSTACK_HAS_ASYNC; in kperf_ucallstack_sample()
386 cs->kpuc_flags, cs->kpuc_nframes); in kperf_ucallstack_sample()
465 cs->kpuc_nframes + cs->kpuc_async_nframes, cs->kpuc_flags, in kperf_ucallstack_log()
H A Daction.c241 sbuf->usample.ucallstack.kpuc_flags = 0; in kperf_sample_internal()