Linux Kernel
3.7.1
|
Functions | |
def | trace_begin |
def | trace_end |
def | irq__softirq_entry |
def | kmem__kmalloc |
def | trace_unhandled |
def | print_header |
def | print_uncommon |
def | print_unhandled |
Variables | |
tuple | unhandled autodict() |
def check-perf-trace.irq__softirq_entry | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
vec | |||
) |
Definition at line 30 of file check-perf-trace.py.
def check-perf-trace.kmem__kmalloc | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
call_site, | |||
ptr, | |||
bytes_req, | |||
bytes_alloc, | |||
gfp_flags | |||
) |
Definition at line 42 of file check-perf-trace.py.
def check-perf-trace.print_header | ( | event_name, | |
cpu, | |||
secs, | |||
nsecs, | |||
pid, | |||
comm | |||
) |
Definition at line 60 of file check-perf-trace.py.
def check-perf-trace.print_uncommon | ( | context | ) |
Definition at line 65 of file check-perf-trace.py.
def check-perf-trace.print_unhandled | ( | ) |
Definition at line 70 of file check-perf-trace.py.
def check-perf-trace.trace_begin | ( | ) |
Definition at line 21 of file check-perf-trace.py.
def check-perf-trace.trace_end | ( | ) |
Definition at line 25 of file check-perf-trace.py.
def check-perf-trace.trace_unhandled | ( | event_name, | |
context, | |||
event_fields_dict | |||
) |
Definition at line 54 of file check-perf-trace.py.
tuple unhandled autodict() |
Definition at line 19 of file check-perf-trace.py.