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       argstr
16           A string containing the filename followed by the arguments to pass,
17           excluding 0th arg (SystemTap v2.5+)
18
19       args
20           The arguments to pass to the new executable, including the 0th arg
21           (SystemTap v2.5+)
22
23       filename
24           The path to the new executable
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       October 2018        PROBE::KPROCESS.EX(3stap)
Impressum