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       filename
13           The path to the new executable
14
15       args
16           The arguments to pass to the new executable, including the 0th arg
17           (SystemTap v2.5+)
18
19       name
20           Name of the system call (“execve”) (SystemTap v2.5+)
21
22       argstr
23           A string containing the filename followed by the arguments to pass,
24           excluding 0th arg (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         May 2019          PROBE::KPROCESS.EX(3stap)
Impressum