Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dkern_monotonic.c136 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 …]
H A Dbsd_kern.c1295 if (!mt_core_supported) { in fill_task_monotonic_rusage()
H A Dkern_stackshot.c683 if (!mt_core_supported) { in kern_stack_snapshot_internal()
/xnu-8020.140.41/osfmk/x86_64/
H A Dmonotonic_x86_64.c55 bool mt_core_supported = false; variable
84 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()
210 if (!mt_core_supported) { in core_down()
226 if (!mt_core_supported) { in core_up()
349 if (!mt_core_supported) { in mt_microstackshot_start_arch()
374 mt_core_supported = true; in mt_early_init()
H A Dmonotonic.h43 extern bool mt_core_supported;
/xnu-8020.140.41/osfmk/arm/
H A Dmonotonic.h39 extern const bool mt_core_supported;
H A Dmonotonic_arm.c34 const bool mt_core_supported = false; variable
/xnu-8020.140.41/osfmk/arm64/
H A Dmonotonic.h42 extern const bool mt_core_supported;
H A Dmonotonic_arm64.c71 const bool mt_core_supported = true; variable
/xnu-8020.140.41/bsd/dev/
H A Dmonotonic.c357 return sysctl_io_number(req, (int)mt_core_supported, sizeof(int), NULL, NULL);
365 return sysctl_io_number(req, (int)mt_core_supported, sizeof(int), NULL, NULL);