Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/kmemory/
H A Dbtlog.py250 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.41.6/tools/lldbmacros/
H A Dmemory.py975 wantElement=element, wantBtref=btref, reverse=reverse