Exemple #1
0
 def _get_kmem_cache(self):
     return [x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(self._config).calculate()]
Exemple #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()]
Exemple #3
0
 def _get_kmem_cache(self):
     return [
         x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(
             self._config).calculate()
     ]
Exemple #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()
     ]