Searched refs:xnu_format (Results 1 – 7 of 7) sorted by relevance
| /xnu-10002.41.9/tools/lldbmacros/kmemory/ |
| H A D | vm.py | 11 xnu_format, 74 print(xnu_format(fmt, m=self, v=self.sbv)) 141 print(xnu_format(fmt)) 168 print(xnu_format(fmt, self, v=self.sbv, range_id=range_id))
|
| H A D | btlog.py | 17 from core import caching, xnu_format 99 print(xnu_format(fmt, self, v=self.sbv)) 186 print(xnu_format(fmt, self))
|
| H A D | zone.py | 13 xnu_format, 720 print(xnu_format(fmt, self, submap_name,
|
| /xnu-10002.41.9/tools/lldbmacros/core/ |
| H A D | __init__.py | 9 from .standard import xnu_format, xnu_vformat, SBValueFormatter
|
| H A D | collections.py | 8 from .standard import xnu_format 576 print(xnu_format(fmt, self, self.hash_value.GetLoadAddress())) 595 print(xnu_format(fmt, "size", "count", "(cum)", "%", "(cum)")) 601 print(xnu_format(fmt, sz, n, tot, n / self.buckets, tot / self.buckets))
|
| H A D | standard.py | 301 def xnu_format(fmt, *args, **kwargs): function
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | turnstile.py | 5 from core import xnu_format 87 return xnu_format(format_str,
|