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