Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c5358 uint64_t coalition_begin_cpu_cycle_count = 0; in kdp_stackshot_kcdata_format() local
5361 coalition_begin_cpu_cycle_count = mt_cur_cpu_cycles(); in kdp_stackshot_kcdata_format()
5387 if (!stackshot_ctx.sc_panic_stackshot && (coalition_begin_cpu_cycle_count != 0)) { in kdp_stackshot_kcdata_format()
5388 …int64_with_description(stackshot_kcdata_p, (mt_cur_cpu_cycles() - coalition_begin_cpu_cycle_count), in kdp_stackshot_kcdata_format()