sched-migration.py | 142 def wake_up(self, new): member in class:RunqueueSnapshot 208 def wake_up(self, ts_list, pid, cpu, fork): member in class:TimeSlice 213 new_rq = old_rq.wake_up(pid) 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): member in class:SchedEventProxy 357 ts.wake_up(self.timeslices, pid, target_cpu, fork) 434 parser.wake_up(headers, comm, pid, success, target_cpu, 1) 442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)
|