Searched refs:MT_CORE_CYCLES (Results 1 – 15 of 15) sorted by relevance
193 mtc->mtc_counts[MT_CORE_CYCLES]); in mt_sched_update()418 count = curthread->t_monotonic.mth_counts[MT_CORE_CYCLES]; in mt_cur_thread_cycles()451 return counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles()465 *cycles = counts[MT_CORE_CYCLES]; in mt_cur_cpu_cycles_instrs_speculative()515 *cycles = mtc->mtc_snaps[MT_CORE_CYCLES]; in mt_perfcontrol()553 *cycles = thread->t_monotonic.mth_counts[MT_CORE_CYCLES]; in mt_stackshot_thread()567 *cycles = task->task_monotonic.mtk_counts[MT_CORE_CYCLES]; in mt_stackshot_task()
354 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)365 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES) in telemetry_pmi_setup()397 ctr = MT_CORE_CYCLES; in telemetry_pmi_setup()
667 cr->cpu_cycles += counts[MT_CORE_CYCLES]; in i_coal_resource_remove_task()820 cpu_cycles += counts[MT_CORE_CYCLES]; in coalition_resource_usage_internal()
1306 ri->ri_cycles = counts[MT_CORE_CYCLES]; in fill_task_monotonic_rusage()
509 counts[MT_CORE_CYCLES], in thread_terminate_self()560 counts[MT_CORE_CYCLES], in thread_terminate_self()
8264 bc->cycles = task_counts[MT_CORE_CYCLES]; in task_inspect()
139 __counts[MT_CORE_CYCLES]); \162 __counts[MT_CORE_CYCLES]); \
36 #define MT_CORE_CYCLES 0 macro
353 end_counters[MT_CORE_CYCLES] - start_counters[MT_CORE_CYCLES], relaxed); in perfcontrol_callout_counters_end()
39 #define MT_CORE_CYCLES 1 macro
413 BUF_DATA(PERF_TI_INSCYCDATA, counts[MT_CORE_INSTRS], counts[MT_CORE_CYCLES]); in kperf_thread_inscyc_log()416 BUF_DATA(PERF_TI_INSCYCDATA_32, 0, 0, UPPER_32(counts[MT_CORE_CYCLES]), in kperf_thread_inscyc_log()417 LOWER_32(counts[MT_CORE_CYCLES])); in kperf_thread_inscyc_log()
324 counts.tcpi_cycles = thread_counts[MT_CORE_CYCLES]; in thread_selfcounts()422 counts[1] = end[MT_CORE_CYCLES] - start[MT_CORE_CYCLES];
56 #define MT_CORE_CYCLES 0 macro
289 cest.cpu_ucc = cpu_data_ptr[i]->cpu_monotonic.mtc_counts[MT_CORE_CYCLES]; in diagCall64()
2593 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)