Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c4088 boolean_t active_kthreads_only_p = ((trace_flags & STACKSHOT_ACTIVE_KERNEL_THREADS_ONLY) != 0); in kcdata_record_thread_snapshot() local
4293 if (!active_kthreads_only_p && task->active && task->map != kernel_map) { in kcdata_record_thread_snapshot()
4555 …boolean_t active_kthreads_only_p = ((stackshot_flags & STACKSHOT_ACTIVE_KERNEL_THREADS_ONLY) != 0… in kdp_stackshot_record_task() local
4649 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()
4736 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()
4825 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()