Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dcallstack.h57 uint32_t kpuc_flags; member
H A Dcallstack.c332 cs->kpuc_flags |= CALLSTACK_KERNEL_WORDS | in kperf_ucallstack_sample()
341 cs->kpuc_flags |= CALLSTACK_VALID; in kperf_ucallstack_sample()
353 cs->kpuc_flags |= CALLSTACK_TRUNCATED; in kperf_ucallstack_sample()
356 cs->kpuc_flags |= CALLSTACK_HAS_ASYNC; in kperf_ucallstack_sample()
366 cs->kpuc_flags, cs->kpuc_nframes); in kperf_ucallstack_sample()
445 cs->kpuc_nframes + cs->kpuc_async_nframes, cs->kpuc_flags, in kperf_ucallstack_log()
H A Daction.c242 sbuf->usample.ucallstack.kpuc_flags = 0; in kperf_sample_internal()