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