Searched refs:GetSchedClutchBucketSummary (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | scheduler.py | 169 def GetSchedClutchBucketSummary(clutch_bucket): function 179 … "Threads", "Address", "Pri (Base)", "Count", "Deadline (us)") + GetSchedClutchBucketSummary.header 200 …lutch_bucket.scb_priority, clutch_bucket.scb_thr_count, "*") + GetSchedClutchBucketSummary(clutch_… 279 …>20s} | ".format("Name", "Clutch Bucket", "Priority", "Count") + GetSchedClutchBucketSummary.header 283 …et, clutch_bucket.scb_priority, clutch_bucket.scb_thr_count) + GetSchedClutchBucketSummary(clutch_…
|