|
Linux Perf
|
Functions | |
| def | trace_begin () |
| def | raw_syscalls__sys_enter (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, common_callchain, id, args) |
| def | syscalls__sys_enter (event_name, context, common_cpu, common_secs, common_nsecs, common_pid, common_comm, id, args) |
| def | print_syscall_totals (interval) |
Variables | |
| string | usage = "perf script -s sctop.py [comm] [interval]\n"; |
| for_comm = None | |
| int | default_interval = 3 |
| int | interval = default_interval |
| syscalls = autodict() | |
| def sctop.print_syscall_totals | ( | interval | ) |
| 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.trace_begin | ( | ) |
| int sctop.interval = default_interval |