Searched refs:wantBtref (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/kmemory/ ! |
| H A D | btlog.py | 250 def _iter_log_records(self, wantElement, wantBtref, reverse): argument 287 if entry.matches(wantElement, wantBtref) 290 def _iter_hash_records(self, wantElement, wantBtref, reverse): argument 323 if entry.matches(wantElement, wantBtref): 327 def iter_records(self, wantElement=None, wantBtref=None, reverse=False): argument 329 return self._iter_log_records(wantElement, wantBtref, reverse) 330 return self._iter_hash_records(wantElement, wantBtref, reverse)
|
| /xnu-12377.61.12/tools/lldbmacros/ ! |
| H A D | memory.py | 975 wantElement=element, wantBtref=btref, reverse=reverse
|