|
Linux Kernel
3.7.1
|
Public Member Functions | |
| def | __init__ |
| def | sched_switch |
| def | migrate |
| def | wake_up |
| def | next |
Data Fields | |
| start | |
| prev | |
| end | |
| event_cpus | |
| total_load | |
| rqs | |
Definition at line 159 of file sched-migration.py.
| def __init__ | ( | self, | |
| start, | |||
| prev | |||
| ) |
Definition at line 160 of file sched-migration.py.
| def migrate | ( | self, | |
| ts_list, | |||
| new, | |||
| old_cpu, | |||
| new_cpu | |||
| ) |
Definition at line 189 of file sched-migration.py.
| def next | ( | self, | |
| t | |||
| ) |
Definition at line 222 of file sched-migration.py.
| def sched_switch | ( | self, | |
| ts_list, | |||
| prev, | |||
| prev_state, | |||
| next, | |||
| cpu | |||
| ) |
Definition at line 177 of file sched-migration.py.
| def wake_up | ( | self, | |
| ts_list, | |||
| pid, | |||
| cpu, | |||
| fork | |||
| ) |
Definition at line 208 of file sched-migration.py.
| end |
Definition at line 163 of file sched-migration.py.
| event_cpus |
Definition at line 165 of file sched-migration.py.
| prev |
Definition at line 162 of file sched-migration.py.
| rqs |
Definition at line 168 of file sched-migration.py.
| start |
Definition at line 161 of file sched-migration.py.
| total_load |
Definition at line 167 of file sched-migration.py.
1.8.2