|
Linux Kernel
3.7.1
|
Functions | |
| def | trace_begin |
| def | trace_end |
| def | raw_syscalls__sys_enter |
| def | print_syscall_totals |
Variables | |
| string | usage "perf script -s syscall-counts.py [comm]\n" |
| for_comm None | |
| tuple | syscalls autodict() |
| def syscall-counts.print_syscall_totals | ( | ) |
Definition at line 47 of file syscall-counts.py.
| def syscall-counts.raw_syscalls__sys_enter | ( | event_name, | |
| context, | |||
| common_cpu, | |||
| common_secs, | |||
| common_nsecs, | |||
| common_pid, | |||
| common_comm, | |||
| id, | |||
| args | |||
| ) |
Definition at line 38 of file syscall-counts.py.
| def syscall-counts.trace_begin | ( | ) |
Definition at line 30 of file syscall-counts.py.
| def syscall-counts.trace_end | ( | ) |
Definition at line 33 of file syscall-counts.py.
Definition at line 20 of file syscall-counts.py.
| tuple syscalls autodict() |
Definition at line 28 of file syscall-counts.py.
1.8.2