Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/lldbmacros/
H A Dscheduler.py156 print("Last dispatch time known: %d MATUs" % GetRecentTimestamp())
163 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
170 print("\n{:s} : {:d}\n\n".format("Current Timestamp", GetRecentTimestamp()))
180 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
203 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
244 print("{:>30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
261 print("{:<30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
338 def GetRecentTimestamp(): function
1204 recent_timestamp = GetRecentTimestamp()
1246 recent_timestamp = GetRecentTimestamp()
H A Dulock.py6 from scheduler import GetRecentTimestamp
H A Dworkqueue.py5 from scheduler import GetRecentTimestamp
62 …ts = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - uth.uu_save.uus_workq_park_data.idle_stamp…
H A Dmisc.py73 recent_timestamp = GetRecentTimestamp()
236 recent_timestamp = GetRecentTimestamp()
358 recent_timestamp = GetRecentTimestamp()
H A Drecount.py306 return kern.GetNanotimeFromAbstime(GetRecentTimestamp() - start_abs)
H A Dktrace.py549 now = GetRecentTimestamp()