Linux Perf
|
Go to the source code of this file.
Namespaces | |
failed-syscalls-by-pid | |
Functions | |
def | failed-syscalls-by-pid.trace_begin () |
def | failed-syscalls-by-pid.trace_end () |
def | failed-syscalls-by-pid.raw_syscalls__sys_exit (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, id, ret) |
def | failed-syscalls-by-pid.syscalls__sys_exit (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, id, ret) |
def | failed-syscalls-by-pid.print_error_totals () |
Variables | |
string | failed-syscalls-by-pid.usage = "perf script -s syscall-counts-by-pid.py [comm|pid]\n"; |
failed-syscalls-by-pid.for_comm = None | |
failed-syscalls-by-pid.for_pid = None | |
failed-syscalls-by-pid.syscalls = autodict() | |