Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kperf/
H A Daction.c225 uint64_t sample_meta_flags = 0; in kperf_sample_internal() local
254 sample_meta_flags |= SAMPLE_META_THREAD_WAS_IDLE; in kperf_sample_internal()
337 if (sample_meta_flags & SAMPLE_META_THREAD_WAS_IDLE) { in kperf_sample_internal()
373 sample_meta_flags |= SAMPLE_META_UPEND; in kperf_sample_internal()
383 sample_meta_flags |= SAMPLE_META_EXPEND; in kperf_sample_internal()
398 BUF_DATA(PERF_GEN_EVENT | DBG_FUNC_END, sample_what, sample_meta_flags); in kperf_sample_internal()