Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
futex-contention Namespace Reference

Functions

def syscalls__sys_enter_futex
 
def syscalls__sys_exit_futex
 
def trace_begin
 
def trace_end
 

Variables

dictionary process_names {}
 
dictionary thread_thislock {}
 
dictionary thread_blocktime {}
 
dictionary lock_waits {}
 

Function Documentation

def futex-contention.syscalls__sys_enter_futex (   event,
  ctxt,
  cpu,
  s,
  ns,
  tid,
  comm,
  nr,
  uaddr,
  op,
  val,
  utime,
  uaddr2,
  val3 
)

Definition at line 25 of file futex-contention.py.

def futex-contention.syscalls__sys_exit_futex (   event,
  ctxt,
  cpu,
  s,
  ns,
  tid,
  comm,
  nr,
  ret 
)

Definition at line 35 of file futex-contention.py.

def futex-contention.trace_begin ( )

Definition at line 42 of file futex-contention.py.

def futex-contention.trace_end ( )

Definition at line 45 of file futex-contention.py.

Variable Documentation

dictionary lock_waits {}

Definition at line 21 of file futex-contention.py.

dictionary process_names {}

Definition at line 17 of file futex-contention.py.

dictionary thread_blocktime {}

Definition at line 19 of file futex-contention.py.

dictionary thread_thislock {}

Definition at line 18 of file futex-contention.py.