Searched refs:MT_CORE_CYCLES (Results 1 – 9 of 9) sorted by relevance
167 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()
399 ctr = MT_CORE_CYCLES; in telemetry_pmi_setup()
39 #define MT_CORE_CYCLES 1 macro
330 counts[MT_CORE_CYCLES] = usage->ru_cycles; in _convert_usage_to_counts()427 counts[1] = end[MT_CORE_CYCLES] - start[MT_CORE_CYCLES];
56 #define MT_CORE_CYCLES 0 macro
133 __counts[MT_CORE_CYCLES]); \
289 cest.cpu_ucc = cpu_data_ptr[i]->cpu_monotonic.mtc_counts[MT_CORE_CYCLES]; in diagCall64()
358 end_counters[MT_CORE_CYCLES] - start_counters[MT_CORE_CYCLES], relaxed); in perfcontrol_callout_counters_end()
2533 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)