Home
last modified time | relevance | path

Searched refs:mt_cur_cpu_cycles (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dmonotonic.h45 uint64_t mt_cur_cpu_cycles(void);
H A Dkern_monotonic.c158 mt_cur_cpu_cycles(void) in mt_cur_cpu_cycles() function
H A Dkern_stackshot.c4784 task_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_record_task()
5091 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - ta… in kdp_stackshot_record_task()
5224 stackshot_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
5342 thread_group_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
5370 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - th… in kdp_stackshot_kcdata_format()
5459 coalition_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
5486 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - co… in kdp_stackshot_kcdata_format()
5562 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - st… in kdp_stackshot_kcdata_format()
/xnu-12377.1.9/osfmk/kdp/
H A Dprocessor_core.c839 start_cycles = mt_cur_cpu_cycles(); in kern_coredump_routine()
1023 end_cycles = mt_cur_cpu_cycles(); in kern_coredump_routine()
/xnu-12377.1.9/bsd/dev/dtrace/
H A Ddtrace.c3641 return mt_cur_cpu_cycles(); in dtrace_dif_variable()