Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dkern_monotonic.c193 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()
557 *cycles = thread->t_monotonic.mth_counts[MT_CORE_CYCLES]; in mt_stackshot_thread()
571 *cycles = task->task_monotonic.mtk_counts[MT_CORE_CYCLES]; in mt_stackshot_task()
H A Dtelemetry.c354 #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()
H A Dcoalition.c667 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()
H A Dbsd_kern.c1306 ri->ri_cycles = counts[MT_CORE_CYCLES]; in fill_task_monotonic_rusage()
H A Dthread.c509 counts[MT_CORE_CYCLES], in thread_terminate_self()
560 counts[MT_CORE_CYCLES], in thread_terminate_self()
H A Dtask.c8258 bc->cycles = task_counts[MT_CORE_CYCLES]; in task_inspect()
/xnu-8020.121.3/bsd/sys/
H A Dmonotonic.h139 __counts[MT_CORE_CYCLES]); \
162 __counts[MT_CORE_CYCLES]); \
/xnu-8020.121.3/osfmk/arm/
H A Dmonotonic.h36 #define MT_CORE_CYCLES 0 macro
H A Dmachine_routines_common.c353 end_counters[MT_CORE_CYCLES] - start_counters[MT_CORE_CYCLES], relaxed); in perfcontrol_callout_counters_end()
/xnu-8020.121.3/osfmk/x86_64/
H A Dmonotonic.h39 #define MT_CORE_CYCLES 1 macro
/xnu-8020.121.3/osfmk/kperf/
H A Dthread_samplers.c413 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()
/xnu-8020.121.3/bsd/dev/
H A Dmonotonic.c327 counts.tcpi_cycles = thread_counts[MT_CORE_CYCLES]; in thread_selfcounts()
425 counts[1] = end[MT_CORE_CYCLES] - start[MT_CORE_CYCLES];
/xnu-8020.121.3/osfmk/arm64/
H A Dmonotonic.h56 #define MT_CORE_CYCLES 0 macro
/xnu-8020.121.3/osfmk/i386/
H A DDiagnostics.c289 cest.cpu_ucc = cpu_data_ptr[i]->cpu_monotonic.mtc_counts[MT_CORE_CYCLES]; in diagCall64()
/xnu-8020.121.3/bsd/kern/
H A Dsys_generic.c2593 #if defined(MT_CORE_INSTRS) && defined(MT_CORE_CYCLES)