Home
last modified time | relevance | path

Searched refs:wantBtref (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/tools/lldbmacros/kmemory/
H A Dbtlog.py260 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 Dmemory.py1038 wantElement=element, wantBtref=btref, reverse=reverse