Searched refs:mt_core_supported (Results 1 – 8 of 8) sorted by relevance
136 if (!mt_core_supported) { in mt_update_thread()203 if (!mt_core_supported) { in mt_fixed_task_counts()303 if (!mt_core_supported) { in mt_mtc_update_fixed_counts()358 if (!mt_core_supported) { in mt_cur_thread_fixed_counts()390 if (!mt_core_supported) { in mt_cur_thread_instrs()412 if (!mt_core_supported) { in mt_cur_thread_cycles()430 if (!mt_core_supported) { in mt_cur_cpu_instrs()446 if (!mt_core_supported) { in mt_cur_cpu_cycles()477 if (!mt_core_supported) { in mt_update_task()495 if (!mt_core_supported) { in mt_perfcontrol()[all …]
1295 if (!mt_core_supported) { in fill_task_monotonic_rusage()
680 if (!mt_core_supported) { in kern_stack_snapshot_internal()
55 bool mt_core_supported = false; variable84 if (!mt_core_supported || ctr >= kpc_fixed_count()) { in mt_core_snap()106 if (!mt_core_supported || ctr >= kpc_fixed_count()) { in mt_core_set_snap()215 if (!mt_core_supported) { in core_down()231 if (!mt_core_supported) { in core_up()354 if (!mt_core_supported) { in mt_microstackshot_start_arch()379 mt_core_supported = true; in mt_early_init()
34 bool mt_core_supported = false; variable
45 extern bool mt_core_supported;
354 return sysctl_io_number(req, (int)mt_core_supported, sizeof(int), NULL, NULL);362 return sysctl_io_number(req, (int)mt_core_supported, sizeof(int), NULL, NULL);
71 bool mt_core_supported = true; variable