other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
PROBE::SYSCALL_ANY(3stap) | Syscall Any Tapset | PROBE::SYSCALL_ANY(3stap) |
NAME¶
probe::syscall_any - Record entry into a syscallSYNOPSIS¶
syscall_any
VALUES¶
syscall_nrnumber of the syscall
name
name of the syscall
CONTEXT¶
The process performing the syscallDESCRIPTION¶
The syscall_any probe point is designed to be a low overhead that monitors all the syscalls entered via a kernel tracepoint. Because of the breadth of syscalls it monitors it provides no information about the syscall arguments or argstr string representation of those arguments.This requires kernel 3.5+ and newer which have the kernel.trace(“sys_enter”) probe point.
SEE ALSO0¶
tapset::syscall_any(3stap)November 2020 | SystemTap Tapset Reference |