Linux Perf
|
Functions | |
def | trace_begin () |
def | trace_end () |
def | irq__softirq_entry (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, vec) |
def | kmem__kmalloc (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, call_site, ptr, bytes_req, bytes_alloc, gfp_flags) |
def | trace_unhandled (event_name, context, event_fields_dict) |
def | print_header (event_name, cpu, secs, nsecs, pid, comm) |
def | print_uncommon (context) |
def | print_unhandled () |
Variables | |
unhandled = autodict() | |
def check-perf-trace.irq__softirq_entry | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
common_callchain, | |||
vec | |||
) |
def check-perf-trace.kmem__kmalloc | ( | event_name, | |
context, | |||
common_cpu, | |||
common_secs, | |||
common_nsecs, | |||
common_pid, | |||
common_comm, | |||
common_callchain, | |||
call_site, | |||
ptr, | |||
bytes_req, | |||
bytes_alloc, | |||
gfp_flags | |||
) |
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 | ) |
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 | ( | ) |
def check-perf-trace.trace_unhandled | ( | event_name, | |
context, | |||
event_fields_dict | |||
) |
Definition at line 54 of file check-perf-trace.py.
check-perf-trace.unhandled = autodict() |
Definition at line 19 of file check-perf-trace.py.