Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dkern_stackshot.c2652 uint64_t task_begin_cpu_cycle_count = 0; in kdp_stackshot_record_task() local
2654 task_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_record_task()
2953 …add_uint64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - task_begin_cpu_cycle_count), in kdp_stackshot_record_task()