Searched refs:GetSecondsFromMATime (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 1534 def GetSecondsFromMATime(mat, tb): function 2212 …tsnap["systemTimeTask"] = GetSecondsFromMATime(tasksnap["ts_system_time_in_terminated_th"], timeba… 2215 …tsnap["userTimeTask"] = GetSecondsFromMATime(tasksnap["ts_user_time_in_terminated_thre"], timebase) 2230 thsnap["userTime"] = GetSecondsFromMATime(threadsnap["ths_user_time"], timebase) 2233 thsnap["systemTime"] = GetSecondsFromMATime(threadsnap["ths_sys_time"], timebase) 2279 … tsnap['suspension_duration_secs'] = GetSecondsFromMATime(suspinfo['tss_duration'], timebase) 2280 … tsnap['suspension_last_start'] = GetSecondsFromMATime(suspinfo['tss_last_start'], timebase) 2281 tsnap['suspension_last_end'] = GetSecondsFromMATime(suspinfo['tss_last_end'], timebase) 2287 'suspension_time': GetSecondsFromMATime(source['tss_time'], timebase),
|