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