Searched refs:mt_cur_cpu_cycles (Results 1 – 5 of 5) sorted by relevance
47 uint64_t mt_cur_cpu_cycles(void);
2544 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()
442 mt_cur_cpu_cycles(void) in mt_cur_cpu_cycles() function
186 CLOSURE(mt_cur_cpu_cycles)
3633 return mt_cur_cpu_cycles(); in dtrace_dif_variable()