Example #1
0
 def _get_thread_leaders(self):
     return [x.group_leader.v() for x in linux_pidhashtable.linux_pidhashtable(self._config).calculate()]
Example #2
0
 def _get_thread_leaders(self):
     return [
         x.group_leader.v() for x in linux_pidhashtable.linux_pidhashtable(
             self._config).calculate()
     ]
Example #3
0
 def _get_pid_hash(self):
     return [x.obj_offset for x in linux_pidhashtable.linux_pidhashtable(self._config).calculate()]
Example #4
0
 def _get_pid_hash(self):
     return [
         x.obj_offset for x in linux_pidhashtable.linux_pidhashtable(
             self._config).calculate()
     ]
Example #5
0
 def _get_thread_leaders(self):
     return [self.addr_space.vtop(x.group_leader.v()) for x in linux_pidhashtable.linux_pidhashtable(self._config).calculate()]
Example #6
0
 def _get_pid_hash(self):
     return [self.addr_space.vtop(x.obj_offset) for x in linux_pidhashtable.linux_pidhashtable(self._config).calculate()]
Example #7
0
 def _get_thread_leaders(self):
     return [
         self.addr_space.vtop(x.group_leader.v()) for x in
         linux_pidhashtable.linux_pidhashtable(self._config).calculate()
     ]
Example #8
0
 def _get_pid_hash(self):
     return [
         self.addr_space.vtop(x.obj_offset) for x in
         linux_pidhashtable.linux_pidhashtable(self._config).calculate()
     ]