Searched refs:active_kthreads_only_p (Results 1 – 1 of 1) sorted by relevance
1757 boolean_t active_kthreads_only_p = ((trace_flags & STACKSHOT_ACTIVE_KERNEL_THREADS_ONLY) != 0); in kcdata_record_thread_snapshot() local1948 if (!active_kthreads_only_p && task->active && task->map != kernel_map) { in kcdata_record_thread_snapshot()2222 …boolean_t active_kthreads_only_p = ((ctx->trace_flags & STACKSHOT_ACTIVE_KERNEL_THREADS_ONLY) != … in kdp_stackshot_record_task() local2311 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()2398 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()2481 if (active_kthreads_only_p && thread->kernel_stack == 0) { in kdp_stackshot_record_task()