Searched refs:wantBtref (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.101.15/tools/lldbmacros/kmemory/ |
| H A D | btlog.py | 260 def _iter_log_records(self, wantElement, wantBtref, reverse): argument 297 if entry.matches(wantElement, wantBtref) 300 def _iter_hash_records(self, wantElement, wantBtref, reverse): argument 333 if entry.matches(wantElement, wantBtref): 337 def iter_records(self, wantElement=None, wantBtref=None, reverse=False): argument 339 return self._iter_log_records(wantElement, wantBtref, reverse) 340 return self._iter_hash_records(wantElement, wantBtref, reverse)
|
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | memory.py | 1038 wantElement=element, wantBtref=btref, reverse=reverse
|