Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dkern_stackshot.c4337 … 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
4471 if (thread_on_core) { in kcdata_record_thread_snapshot()
4714 …pshot(struct thread_delta_snapshot_v3 * cur_thread_snap, thread_t thread, boolean_t thread_on_core) in kcdata_record_thread_delta_snapshot() argument
4736 if (thread_on_core) { in kcdata_record_thread_delta_snapshot()
4784 boolean_t thread_on_core = FALSE; in classify_thread() local
4787 thread_on_core = (thread == last_processor->idle_thread) || in classify_thread()
4792 *thread_on_core_p = thread_on_core; in classify_thread()
4796 …if (!collect_delta_stackshot || thread_on_core || (thread->last_run_time > stackshot_args.since_ti… in classify_thread()
4908 boolean_t thread_on_core; in kdp_stackshot_record_task() local
4909 …enum thread_classification thread_classification = classify_thread(thread, &thread_on_core, collec… in kdp_stackshot_record_task()
[all …]