Searched refs:xnu_format (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.81.4/tools/lldbmacros/kmemory/ |
| H A D | vm.py | 19 xnu_format, 360 print(xnu_format(fmt, m=self, v=self.sbv)) 427 print(xnu_format(fmt)) 454 print(xnu_format(fmt, self, v=self.sbv, range_id=range_id)) 711 print(xnu_format( 823 print(xnu_format(fmt, name, counts=counts, l=l)) 829 print(xnu_format(fmt, name, q=q)) 850 print(xnu_format(fmt, lists=self.mte_lists, cells=self.mte_cells)) 870 print(xnu_format(fmt))
|
| H A D | btlog.py | 10 from core import caching, xnu_format, OSHashPointer 82 print(xnu_format(fmt, self, v=self.sbv)) 169 print(xnu_format(fmt, self))
|
| H A D | zone.py | 7 xnu_format, 674 print(xnu_format(fmt, self, submap_name,
|
| /xnu-12377.81.4/tools/lldbmacros/core/ |
| H A D | __init__.py | 5 from .standard import xnu_format, xnu_vformat, SBValueFormatter
|
| H A D | iterators.py | 5 from .standard import xnu_format 571 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress())) 590 print(xnu_format(fmt, "size", "count", "(cum)", "%", "(cum)")) 596 print(xnu_format(fmt, sz, n, tot, n / self.buckets, tot / self.buckets))
|
| H A D | standard.py | 299 def xnu_format(fmt, *args, **kwargs): function
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | turnstile.py | 1 from core import xnu_format, iter_SLIST_HEAD 87 return xnu_format(format_str,
|
| H A D | memory.py | 3940 print(xnu_format(
|