1PROBE::SYSCALL_ANY(3stap)     Syscall Any Tapset     PROBE::SYSCALL_ANY(3stap)
2
3
4

NAME

6       probe::syscall_any - Record entry into a syscall
7

SYNOPSIS

9       syscall_any
10

VALUES

12       syscall_nr
13           number of the syscall
14
15       name
16           name of the syscall
17

CONTEXT

19       The process performing the syscall
20

DESCRIPTION

22       The syscall_any probe point is designed to be a low overhead that
23       monitors all the syscalls entered via a kernel tracepoint. Because of
24       the breadth of syscalls it monitors it provides no information about
25       the syscall arguments or argstr string representation of those
26       arguments.
27
28       This requires kernel 3.5+ and newer which have the
29       kernel.trace(“sys_enter”) probe point.
30

SEE ALSO

32       tapset::syscall_any(3stap)
33
34
35
36SystemTap Tapset Reference       October 2018        PROBE::SYSCALL_ANY(3stap)
Impressum