Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
SchedEventProxy Class Reference

Public Member Functions

def __init__
 
def sched_switch
 
def migrate
 
def wake_up
 

Data Fields

 current_tsk
 
 timeslices
 

Detailed Description

Definition at line 326 of file sched-migration.py.

Constructor & Destructor Documentation

def __init__ (   self)

Definition at line 327 of file sched-migration.py.

Member Function Documentation

def migrate (   self,
  headers,
  pid,
  prio,
  orig_cpu,
  dest_cpu 
)

Definition at line 349 of file sched-migration.py.

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 
)

Definition at line 353 of file sched-migration.py.

Field Documentation

current_tsk

Definition at line 328 of file sched-migration.py.

timeslices

Definition at line 329 of file sched-migration.py.


The documentation for this class was generated from the following file: