Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dkern_monotonic.c167 return counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles()
181 *cycles = counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles_instrs_speculative()
203 *cycles = mtc->mtc_snaps[MT_CORE_CYCLES]; in mt_perfcontrol()
H A Dtelemetry.c399 ctr = MT_CORE_CYCLES; in telemetry_pmi_setup()
/xnu-8792.41.9/osfmk/x86_64/
H A Dmonotonic.h39 #define MT_CORE_CYCLES 1 macro
/xnu-8792.41.9/bsd/dev/
H A Dmonotonic.c330 counts[MT_CORE_CYCLES] = usage->ru_cycles; in _convert_usage_to_counts()
427 counts[1] = end[MT_CORE_CYCLES] - start[MT_CORE_CYCLES];
/xnu-8792.41.9/osfmk/arm64/
H A Dmonotonic.h56 #define MT_CORE_CYCLES 0 macro
/xnu-8792.41.9/bsd/sys/
H A Dmonotonic.h133 __counts[MT_CORE_CYCLES]); \
/xnu-8792.41.9/osfmk/i386/
H A DDiagnostics.c289 cest.cpu_ucc = cpu_data_ptr[i]->cpu_monotonic.mtc_counts[MT_CORE_CYCLES]; in diagCall64()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines_common.c358 end_counters[MT_CORE_CYCLES] - start_counters[MT_CORE_CYCLES], relaxed); in perfcontrol_callout_counters_end()
/xnu-8792.41.9/bsd/kern/
H A Dsys_generic.c2533 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)