Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/ !
H A Dkern_stackshot.c3031 uint64_t thread_group_begin_cpu_cycle_count = 0; in kdp_stackshot_kcdata_format() local
3034 thread_group_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
3062 if (!panic_stackshot && (thread_group_begin_cpu_cycle_count != 0)) { in kdp_stackshot_kcdata_format()
3063 …64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - thread_group_begin_cpu_cycle_count), in kdp_stackshot_kcdata_format()