Home
last modified time | relevance | path

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

/xnu-10063.101.15/tools/lldbmacros/
H A Dtaskinfo.py3 from scheduler import GetRecentTimestamp
19 recent_time = GetRecentTimestamp()
55 recent_time = GetRecentTimestamp()
H A Dscheduler.py151 print("Last dispatch time known: %d MATUs" % GetRecentTimestamp())
158 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
168 print("\n{:s} : {:d}\n\n".format("Current Timestamp", GetRecentTimestamp()))
178 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
201 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
242 print("{:>30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
259 print("{:<30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
336 def GetRecentTimestamp(): function
1199 recent_timestamp = GetRecentTimestamp()
1241 recent_timestamp = GetRecentTimestamp()
H A Dulock.py2 from scheduler import GetRecentTimestamp
H A Dworkqueue.py3 from scheduler import GetRecentTimestamp
60 …ts = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - uth.uu_save.uus_workq_park_data.idle_stamp…
H A Dmisc.py68 recent_timestamp = GetRecentTimestamp()
231 recent_timestamp = GetRecentTimestamp()
353 recent_timestamp = GetRecentTimestamp()
H A Drecount.py4 GetRecentTimestamp, GetProcNameForTask, FindTasksByName, IterateQueue)
367 return kern.GetNanotimeFromAbstime(GetRecentTimestamp() - start_abs)
H A Dktrace.py572 now = GetRecentTimestamp()