Searched refs:skip_callstack (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dpet.c72 unsigned skip_callstack; local
82 skip_callstack = (chudxnu_thread_get_dirty(thread) == TRUE) || ((thread->kperf_pet_cnt % (uint64_t)pet_idle_rate) == 0) ? 0 : SAMPLE_FLAG_EMPTY_CALLSTACK;
86 SAMPLE_FLAG_IDLE_THREADS | skip_callstack );
88 if (!skip_callstack)

Completed in 117 milliseconds