Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kperf/
H A Daction.h69 #define SAMPLE_FLAG_IDLE_THREADS (1U << 1) macro
H A Dpet.c304 uint32_t sample_flags = SAMPLE_FLAG_IDLE_THREADS | in kppet_sample_thread()
H A Daction.c247 if (!(sample_flags & SAMPLE_FLAG_IDLE_THREADS)) { in kperf_sample_internal()