Definition at line 326 of file sched-migration.py.
def migrate |
( |
|
self, |
|
|
|
headers, |
|
|
|
pid, |
|
|
|
prio, |
|
|
|
orig_cpu, |
|
|
|
dest_cpu |
|
) |
| |
def sched_switch |
( |
|
self, |
|
|
|
headers, |
|
|
|
prev_comm, |
|
|
|
prev_pid, |
|
|
|
prev_prio, |
|
|
|
prev_state, |
|
|
|
next_comm, |
|
|
|
next_pid, |
|
|
|
next_prio |
|
) |
| |
Ensure the task we sched out this cpu is really the one
we logged. Otherwise we may have missed traces
Definition at line 332 of file sched-migration.py.
def wake_up |
( |
|
self, |
|
|
|
headers, |
|
|
|
comm, |
|
|
|
pid, |
|
|
|
success, |
|
|
|
target_cpu, |
|
|
|
fork |
|
) |
| |
The documentation for this class was generated from the following file: