Linux Perf
|
Functions | |
def | syscalls__sys_enter_futex (event, ctxt, cpu, s, ns, tid, comm, callchain, nr, uaddr, op, val, utime, uaddr2, val3) |
def | syscalls__sys_exit_futex (event, ctxt, cpu, s, ns, tid, comm, callchain, nr, ret) |
def | trace_begin () |
def | trace_end () |
Variables | |
dictionary | process_names = {} |
dictionary | thread_thislock = {} |
dictionary | thread_blocktime = {} |
dictionary | lock_waits = {} |
def futex-contention.syscalls__sys_enter_futex | ( | event, | |
ctxt, | |||
cpu, | |||
s, | |||
ns, | |||
tid, | |||
comm, | |||
callchain, | |||
nr, | |||
uaddr, | |||
op, | |||
val, | |||
utime, | |||
uaddr2, | |||
val3 | |||
) |
def futex-contention.syscalls__sys_exit_futex | ( | event, | |
ctxt, | |||
cpu, | |||
s, | |||
ns, | |||
tid, | |||
comm, | |||
callchain, | |||
nr, | |||
ret | |||
) |
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.
dictionary futex-contention.lock_waits = {} |
Definition at line 21 of file futex-contention.py.
dictionary futex-contention.process_names = {} |
Definition at line 17 of file futex-contention.py.
dictionary futex-contention.thread_blocktime = {} |
Definition at line 19 of file futex-contention.py.
dictionary futex-contention.thread_thislock = {} |
Definition at line 18 of file futex-contention.py.