Home
last modified time | relevance | path

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

/xnu-10002.61.3/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.c2709 task_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_record_task()
3008 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - ta… in kdp_stackshot_record_task()
3142 stackshot_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3253 thread_group_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3282 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - th… in kdp_stackshot_kcdata_format()
3329 coalition_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3356 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - co… in kdp_stackshot_kcdata_format()
3425 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - st… in kdp_stackshot_kcdata_format()
/xnu-10002.61.3/osfmk/kdp/
H A Dprocessor_core.c821 start_cycles = mt_cur_cpu_cycles(); in kern_coredump_routine()
1004 end_cycles = mt_cur_cpu_cycles(); in kern_coredump_routine()
/xnu-10002.61.3/bsd/dev/dtrace/
H A Ddtrace.c3640 return mt_cur_cpu_cycles(); in dtrace_dif_variable()