Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dmonotonic.h47 uint64_t mt_cur_cpu_cycles(void);
H A Dkern_stackshot.c2250 task_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_record_task()
2544 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - ta… in kdp_stackshot_record_task()
2588 stackshot_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
2735 thread_group_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
2764 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - th… in kdp_stackshot_kcdata_format()
2811 coalition_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
2838 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - co… in kdp_stackshot_kcdata_format()
2904 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - st… in kdp_stackshot_kcdata_format()
H A Dkern_monotonic.c442 mt_cur_cpu_cycles(void) in mt_cur_cpu_cycles() function
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfbt_blacklist.c184 CLOSURE(mt_cur_cpu_cycles)
H A Ddtrace.c3655 return mt_cur_cpu_cycles(); in dtrace_dif_variable()