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