Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kern/
H A Dkern_monotonic.c209 if (kpc_get_force_all_ctrs()) { in mt_acquire_counters()
223 return kpc_get_force_all_ctrs(); in mt_owns_counters()
229 if (kpc_get_force_all_ctrs()) { in mt_release_counters()
H A Dkern_perfmon.c60 extern int kpc_get_force_all_ctrs(void); in perfmon_acquire()
61 if (kind == perfmon_cpmu && kpc_get_force_all_ctrs()) { in perfmon_acquire()
H A Dkpc_common.c174 boolean_t old_state = kpc_get_force_all_ctrs(); in kpc_force_all_ctrs()
180 if (kpc_get_force_all_ctrs() && !kpc_task_get_forced_all_ctrs(task)) { in kpc_force_all_ctrs()
232 kpc_get_force_all_ctrs(void) in kpc_get_force_all_ctrs() function
H A Dkpc.h174 extern int kpc_get_force_all_ctrs( void );