Home
last modified time | relevance | path

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

/xnu-8796.101.5/tools/lldbmacros/
H A Dzonetriage.py85 for zval, _ in kern.zones:
86 btlog = getattr(zval, 'z_btlog', None)
88 print('%s:' % zval.z_name)
122 for zval, _ in kern.zones:
123 btlog = getattr(zval, 'z_btlog', None)
125 if zone == "%s" % zval.z_name:
H A Dmemory.py380 for zval, zsval in kern.zones:
381 if zval.z_self:
382 GetZoneCacheCPUSummary(zval, zsval, O)
599 for zval, zsval in kern.zones:
600 if zval.z_self:
601 zones.append(GetZone(zval, zsval, marks, security_marks))
606 for zval, zsval in kern.zones:
607 if zval.z_self:
608 print(GetZoneSummary(zval, zsval, marks, security_marks, stats))
1090 for zval, zsval in kern.zones:
[all …]
/xnu-8796.101.5/osfmk/kern/
H A Dzalloc_ro_shim.h99 unsigned long zval; member
105 return z.zval <= UINT16_MAX; in zone_id_shim_is_ro()