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