1PROBE::KPROCESS.EX(3stap)    Kernel Process Tapset   PROBE::KPROCESS.EX(3stap)
2
3
4

NAME

6       probe::kprocess.exec - Attempt to exec to a new program
7

SYNOPSIS

9       kprocess.exec
10

VALUES

12       name
13           Name of the system call (“execve”) (SystemTap v2.5+)
14
15       filename
16           The path to the new executable
17
18       argstr
19           A string containing the filename followed by the arguments to pass,
20           excluding 0th arg (SystemTap v2.5+)
21
22       args
23           The arguments to pass to the new executable, including the 0th arg
24           (SystemTap v2.5+)
25

CONTEXT

27       The caller of exec.
28

DESCRIPTION

30       Fires whenever a process attempts to exec to a new program. Aliased to
31       the syscall.execve probe in SystemTap v2.5+.
32

SEE ALSO

34       tapset::kprocess(3stap)
35
36
37
38SystemTap Tapset Reference        April 2023         PROBE::KPROCESS.EX(3stap)
Impressum