Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dmonotonic.h47 uint64_t mt_cur_cpu_cycles(void);
H A Dkern_stackshot.c2544 task_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_record_task()
2842 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - ta… in kdp_stackshot_record_task()
2886 stackshot_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3034 thread_group_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3063 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - th… in kdp_stackshot_kcdata_format()
3110 coalition_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3137 …kcd_exit_on_error(kcdata_add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - co… in kdp_stackshot_kcdata_format()
3206 …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-8020.140.41/bsd/dev/dtrace/
H A Dfbt_blacklist.c186 CLOSURE(mt_cur_cpu_cycles)
H A Ddtrace.c3633 return mt_cur_cpu_cycles(); in dtrace_dif_variable()