Lines Matching refs:thread_on_core
2212 … thread_t thread, task_t task, uint64_t trace_flags, boolean_t have_pmap, boolean_t thread_on_core) in kcdata_record_thread_snapshot() argument
2329 if (thread_on_core) { in kcdata_record_thread_snapshot()
2584 …pshot(struct thread_delta_snapshot_v3 * cur_thread_snap, thread_t thread, boolean_t thread_on_core) in kcdata_record_thread_delta_snapshot() argument
2606 if (thread_on_core) { in kcdata_record_thread_delta_snapshot()
2654 boolean_t thread_on_core = FALSE; in classify_thread() local
2657 thread_on_core = (thread == last_processor->idle_thread) || in classify_thread()
2662 *thread_on_core_p = thread_on_core; in classify_thread()
2666 …if (!collect_delta_stackshot || thread_on_core || (thread->last_run_time > stack_snapshot_delta_si… in classify_thread()
2775 boolean_t thread_on_core; in kdp_stackshot_record_task() local
2776 …enum thread_classification thread_classification = classify_thread(thread, &thread_on_core, collec… in kdp_stackshot_record_task()
2863 boolean_t thread_on_core; in kdp_stackshot_record_task() local
2864 …enum thread_classification thread_classification = classify_thread(thread, &thread_on_core, collec… in kdp_stackshot_record_task()
2875 …rd_thread_snapshot(stackshot_kcdata_p, thread, task, ctx->trace_flags, have_pmap, thread_on_core)); in kdp_stackshot_record_task()
2884 …d_thread_delta_snapshot(&delta_snapshots[current_delta_snapshot_index++], thread, thread_on_core)); in kdp_stackshot_record_task()