Searched refs:MT_CORE_CYCLES (Results 1 – 9 of 9) sorted by relevance
167 return counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles()185 uint64_t cycles_sum = mtc->mtc_counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles_instrs_speculative()187 if (__probable(cur_cycles > mtc->mtc_snaps[MT_CORE_CYCLES])) { in mt_cur_cpu_cycles_instrs_speculative()188 cycles_sum += cur_cycles - mtc->mtc_snaps[MT_CORE_CYCLES]; in mt_cur_cpu_cycles_instrs_speculative()196 mtc->mtc_counts[MT_CORE_CYCLES] = cycles_sum; in mt_cur_cpu_cycles_instrs_speculative()198 mtc->mtc_snaps[MT_CORE_CYCLES] = cur_cycles; in mt_cur_cpu_cycles_instrs_speculative()209 *cycles = counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles_instrs_speculative()232 *cycles = mtc->mtc_snaps[MT_CORE_CYCLES]; in mt_perfcontrol()
447 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]); \
290 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()
2528 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)