Linux - quick fix for slab_info

This commit is contained in:
atcuno
2012-09-10 03:41:04 +00:00
parent 89cd634ce2
commit 08e7024785
+1
View File
@@ -124,6 +124,7 @@ class linux_slabinfo(linux_common.AbstractLinuxCommand):
"""Mimics /proc/slabinfo on a running machine"""
def get_all_kmem_caches(self):
linux_common.set_plugin_members(self)
cache_chain = self.get_profile_symbol("cache_chain")
slab_caches = self.get_profile_symbol("slab_caches")