Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.py382 for zval, zsval in kern.zones:
383 if zval.z_self:
384 GetZoneCacheCPUSummary(zval, zsval, O)
611 for zval, zsval in kern.zones:
612 if zval.z_self:
613 zones.append(GetZone(zval, zsval, marks, security_marks))
618 for zval, zsval in kern.zones:
619 if zval.z_self:
620 print(GetZoneSummary(zval, zsval, marks, security_marks, stats))
1102 for zval, zsval in kern.zones:
[all …]
/xnu-10002.41.9/osfmk/kern/
H A Dzalloc_ro_shim.h98 unsigned long zval; member
104 return z.zval <= UINT16_MAX; in zone_id_shim_is_ro()