Linux Kernel
3.7.1
|
Data Structures | |
class | RunqueueEventUnknown |
class | RunqueueEventSleep |
class | RunqueueEventWakeup |
class | RunqueueEventFork |
class | RunqueueMigrateIn |
class | RunqueueMigrateOut |
class | RunqueueSnapshot |
class | TimeSlice |
class | TimeSliceList |
class | SchedEventProxy |
Functions | |
def | thread_name |
def | trace_begin |
def | trace_end |
def | sched__sched_stat_runtime |
def | sched__sched_stat_iowait |
def | sched__sched_stat_sleep |
def | sched__sched_stat_wait |
def | sched__sched_process_fork |
def | sched__sched_process_wait |
def | sched__sched_process_exit |
def | sched__sched_process_free |
def | sched__sched_migrate_task |
def | sched__sched_switch |
def | sched__sched_wakeup_new |
def | sched__sched_wakeup |
def | sched__sched_wait_task |
def | sched__sched_kthread_stop_ret |
def | sched__sched_kthread_stop |
def | trace_unhandled |
Variables | |
dictionary | threads { 0 : "idle"} |
def sched-migration.sched__sched_kthread_stop | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid | |||
) |
Definition at line 456 of file sched-migration.py.
def sched-migration.sched__sched_kthread_stop_ret | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
ret | |||
) |
Definition at line 451 of file sched-migration.py.
def sched-migration.sched__sched_migrate_task | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio, | |||
orig_cpu, | |||
dest_cpu | |||
) |
Definition at line 413 of file sched-migration.py.
def sched-migration.sched__sched_process_exit | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio | |||
) |
Definition at line 402 of file sched-migration.py.
def sched-migration.sched__sched_process_fork | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
parent_comm, | |||
parent_pid, | |||
child_comm, | |||
child_pid | |||
) |
Definition at line 392 of file sched-migration.py.
def sched-migration.sched__sched_process_free | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio | |||
) |
Definition at line 407 of file sched-migration.py.
def sched-migration.sched__sched_process_wait | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio | |||
) |
Definition at line 397 of file sched-migration.py.
def sched-migration.sched__sched_stat_iowait | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
delay | |||
) |
Definition at line 377 of file sched-migration.py.
def sched-migration.sched__sched_stat_runtime | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
runtime, | |||
vruntime | |||
) |
Definition at line 372 of file sched-migration.py.
def sched-migration.sched__sched_stat_sleep | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
delay | |||
) |
Definition at line 382 of file sched-migration.py.
def sched-migration.sched__sched_stat_wait | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
delay | |||
) |
Definition at line 387 of file sched-migration.py.
def sched-migration.sched__sched_switch | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
prev_comm, | |||
prev_pid, | |||
prev_prio, | |||
prev_state, | |||
next_comm, | |||
next_pid, | |||
next_prio | |||
) |
Definition at line 421 of file sched-migration.py.
def sched-migration.sched__sched_wait_task | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio | |||
) |
Definition at line 446 of file sched-migration.py.
def sched-migration.sched__sched_wakeup | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio, | |||
success, | |||
target_cpu | |||
) |
Definition at line 439 of file sched-migration.py.
def sched-migration.sched__sched_wakeup_new | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
comm, | |||
pid, | |||
prio, | |||
success, | |||
target_cpu | |||
) |
Definition at line 431 of file sched-migration.py.
def sched-migration.thread_name | ( | pid | ) |
Definition at line 31 of file sched-migration.py.
def sched-migration.trace_begin | ( | ) |
Definition at line 360 of file sched-migration.py.
def sched-migration.trace_end | ( | ) |
Definition at line 364 of file sched-migration.py.
def sched-migration.trace_unhandled | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm | |||
) |
Definition at line 460 of file sched-migration.py.
dictionary threads { 0 : "idle"} |
Definition at line 29 of file sched-migration.py.