Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/lldbmacros/
H A Dtaskinfo.py2 from scheduler import GetRecentTimestamp
18 recent_time = GetRecentTimestamp()
54 recent_time = GetRecentTimestamp()
H A Dscheduler.py150 print("Last dispatch time known: %d MATUs" % GetRecentTimestamp())
157 …pending_delta = kern.GetNanotimeFromAbstime(GetRecentTimestamp() - clutch_bucket.scb_group.scbg_pe…
167 print("\n{:s} : {:d}\n\n".format("Current Timestamp", GetRecentTimestamp()))
177 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
200 …line = kern.GetNanotimeFromAbstime(root_bucket.scrb_pqlink.deadline - GetRecentTimestamp()) // 1000
241 print("{:>30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
258 print("{:<30s} : {:d}".format("Current Timestamp", GetRecentTimestamp()))
335 def GetRecentTimestamp(): function
1139 recent_timestamp = GetRecentTimestamp()
1181 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 Dmemorystatus.py5 from scheduler import GetRecentTimestamp
H A Dmisc.py69 recent_timestamp = GetRecentTimestamp()
231 recent_timestamp = GetRecentTimestamp()
371 recent_timestamp = GetRecentTimestamp()
H A Dvm_pageout.py10 from scheduler import GetRecentTimestamp
H A Drecount.py12 GetRecentTimestamp,
432 return kern.GetNanotimeFromAbstime(GetRecentTimestamp() - start_abs)
H A Dktrace.py575 now = GetRecentTimestamp()