PROBE::KPROCESS\&.EX
Section: Kernel Process Tapset (3stap)
Updated: November 2024
Index
Return to Main Contents
NAME
probe::kprocess.exec - Attempt to exec to a new program
SYNOPSIS
kprocess.exec
VALUES
filename
-
The path to the new executable
argstr
-
A string containing the filename followed by the arguments to pass, excluding 0th arg (SystemTap v2.5+)
name
-
Name of the system call ("execve") (SystemTap v2.5+)
args
-
The arguments to pass to the new executable, including the 0th arg (SystemTap v2.5+)
CONTEXT
The caller of exec.
DESCRIPTION
Fires whenever a process attempts to exec to a new program. Aliased to the syscall.execve probe in SystemTap v2.5+.
SEE ALSO
tapset::kprocess(3stap)
Index
- NAME
-
- SYNOPSIS
-
- VALUES
-
- CONTEXT
-
- DESCRIPTION
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 01:15:08 GMT, November 09, 2024