|
Linux Kernel
3.7.1
|
Public Member Functions | |
| def | __init__ |
| def | get_time_slice |
| def | find_time_slice |
| def | set_root_win |
| def | mouse_down |
| def | update_rectangle_cpu |
| def | fill_zone |
| def | interval |
| def | nr_rectangles |
Data Fields | |
| data | |
| root_win | |
Definition at line 226 of file sched-migration.py.
| def __init__ | ( | self, | |
arg = [] |
|||
| ) |
Definition at line 227 of file sched-migration.py.
| def fill_zone | ( | self, | |
| start, | |||
| end | |||
| ) |
Definition at line 298 of file sched-migration.py.
| def find_time_slice | ( | self, | |
| ts | |||
| ) |
Definition at line 237 of file sched-migration.py.
| def get_time_slice | ( | self, | |
| ts | |||
| ) |
Definition at line 230 of file sched-migration.py.
| def interval | ( | self | ) |
Definition at line 311 of file sched-migration.py.
| def mouse_down | ( | self, | |
| cpu, | |||
| t | |||
| ) |
Definition at line 263 of file sched-migration.py.
| def nr_rectangles | ( | self | ) |
Definition at line 317 of file sched-migration.py.
| def set_root_win | ( | self, | |
| win | |||
| ) |
Definition at line 260 of file sched-migration.py.
| def update_rectangle_cpu | ( | self, | |
| slice, | |||
| cpu | |||
| ) |
Definition at line 280 of file sched-migration.py.
Definition at line 228 of file sched-migration.py.
| root_win |
Definition at line 261 of file sched-migration.py.
1.8.2