Home
last modified time | relevance | path

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

/xnu-12377.61.12/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-12377.61.12/osfmk/kern/ !
H A Dkern_monotonic.c92 if (!mt_core_supported) { in mt_mtc_update_fixed_counts()
149 if (!mt_core_supported) { in mt_cur_cpu_instrs()
162 if (!mt_core_supported) { in mt_cur_cpu_cycles()
174 if (!mt_core_supported) { in mt_cur_cpu_cycles_instrs_speculative()
217 if (!mt_core_supported) { in mt_perfcontrol()
H A Dkern_stackshot.c2460 if (!mt_core_supported) { in kern_stack_snapshot_internal()
/xnu-12377.61.12/osfmk/arm64/ !
H A Dmonotonic.h42 extern const bool mt_core_supported;
H A Dmonotonic_arm64.c72 const bool mt_core_supported = true; variable
/xnu-12377.61.12/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);