|
def | __init__ (self) |
|
def | sched_switch (self, headers, prev_comm, prev_pid, prev_prio, prev_state, next_comm, next_pid, next_prio) |
|
def | migrate (self, headers, pid, prio, orig_cpu, dest_cpu) |
|
def | wake_up (self, headers, comm, pid, success, target_cpu, fork) |
|
Definition at line 326 of file sched-migration.py.
◆ __init__()
def sched-migration.SchedEventProxy.__init__ |
( |
|
self | ) |
|
◆ migrate()
def sched-migration.SchedEventProxy.migrate |
( |
|
self, |
|
|
|
headers, |
|
|
|
pid, |
|
|
|
prio, |
|
|
|
orig_cpu, |
|
|
|
dest_cpu |
|
) |
| |
◆ sched_switch()
def sched-migration.SchedEventProxy.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.
◆ wake_up()
def sched-migration.SchedEventProxy.wake_up |
( |
|
self, |
|
|
|
headers, |
|
|
|
comm, |
|
|
|
pid, |
|
|
|
success, |
|
|
|
target_cpu, |
|
|
|
fork |
|
) |
| |
◆ current_tsk
sched-migration.SchedEventProxy.current_tsk |
◆ timeslices
sched-migration.SchedEventProxy.timeslices |
The documentation for this class was generated from the following file: