D | sched-migration.py | 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): argument 357 ts.wake_up(self.timeslices, pid, target_cpu, fork) 431 target_cpu): argument 434 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 439 target_cpu): argument 442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|