Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dkern_monotonic.c154 return counts[MT_CORE_INSTRS]; in mt_cur_cpu_instrs()
182 *instrs = counts[MT_CORE_INSTRS]; in mt_cur_cpu_cycles_instrs_speculative()
202 *instrs = mtc->mtc_snaps[MT_CORE_INSTRS]; in mt_perfcontrol()
H A Dtelemetry.c394 ctr = MT_CORE_INSTRS; in telemetry_pmi_setup()
/xnu-8792.41.9/osfmk/x86_64/
H A Dmonotonic.h38 #define MT_CORE_INSTRS 0 macro
/xnu-8792.41.9/bsd/dev/
H A Dmonotonic.c329 counts[MT_CORE_INSTRS] = usage->ru_instructions; in _convert_usage_to_counts()
426 counts[0] = end[MT_CORE_INSTRS] - start[MT_CORE_INSTRS];
/xnu-8792.41.9/osfmk/arm64/
H A Dmonotonic.h57 #define MT_CORE_INSTRS 1 macro
/xnu-8792.41.9/bsd/sys/
H A Dmonotonic.h132 KDBG(MT_KDBG_TMPCPU_EVT(CODE) | (FUNC), __counts[MT_CORE_INSTRS], \
/xnu-8792.41.9/osfmk/i386/
H A DDiagnostics.c288 cest.cpu_insns = cpu_data_ptr[i]->cpu_monotonic.mtc_counts[MT_CORE_INSTRS]; in diagCall64()
/xnu-8792.41.9/osfmk/arm/
H A Dmachine_routines_common.c360 end_counters[MT_CORE_INSTRS] - start_counters[MT_CORE_INSTRS], 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)