Ejemplo n.º 1
0
 def _get_kmem_cache(self):
     return [x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(self._config).calculate()]
Ejemplo n.º 2
0
 def _get_kmem_cache(self):
     return [self.addr_space.vtop(x.obj_offset) for x in linux_pslist_cache.linux_pslist_cache(self._config).calculate()]
Ejemplo n.º 3
0
 def _get_kmem_cache(self):
     return [
         x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(
             self._config).calculate()
     ]
Ejemplo n.º 4
0
 def _get_kmem_cache(self):
     return [
         self.addr_space.vtop(x.obj_offset) for x in
         linux_pslist_cache.linux_pslist_cache(self._config).calculate()
     ]