Home
last modified time | relevance | path

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

/xnu-10002.81.5/tools/lldbmacros/
H A Dtaskinfo.py3 from scheduler import GetRecentTimestamp
19 recent_time = GetRecentTimestamp()
55 recent_time = GetRecentTimestamp()
H A Dscheduler.py156 print("Last dispatch time known: %d MATUs" % GetRecentTimestamp())
163 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
173 print("\n{:s} : {:d}\n\n".format("Current Timestamp", GetRecentTimestamp()))
183 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
206 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
247 print("{:>30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
264 print("{:<30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
341 def GetRecentTimestamp(): function
1205 recent_timestamp = GetRecentTimestamp()
1247 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.py74 recent_timestamp = GetRecentTimestamp()
237 recent_timestamp = GetRecentTimestamp()
359 recent_timestamp = GetRecentTimestamp()
H A Drecount.py306 return kern.GetNanotimeFromAbstime(GetRecentTimestamp() - start_abs)
H A Dktrace.py579 now = GetRecentTimestamp()