Home
last modified time | relevance | path

Searched refs:zval (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tools/lldbmacros/
H A Dzonetriage.py83 for zval, _ in kern.zones:
84 btlog = getattr(zval, 'z_btlog', None)
86 print('%s:' % zval.z_name)
120 for zval, _ in kern.zones:
121 btlog = getattr(zval, 'z_btlog', None)
123 if zone == "%s" % zval.z_name:
H A Dmemory.py373 for zval, zsval in kern.zones:
374 if zval.z_self:
375 GetZoneCacheCPUSummary(zval, zsval, O)
602 for zval, zsval in kern.zones:
603 if zval.z_self:
604 zones.append(GetZone(zval, zsval, marks, security_marks))
609 for zval, zsval in kern.zones:
610 if zval.z_self:
611 print(GetZoneSummary(zval, zsval, marks, security_marks, stats))
1093 for zval, zsval in kern.zones:
[all …]
/xnu-10063.141.1/osfmk/kern/
H A Dzalloc_ro_shim.h98 unsigned long zval; member
104 return z.zval <= UINT16_MAX; in zone_id_shim_is_ro()