probe::kprocess.exec_complete.3stap - Man Page
Return from exec to a new program
Synopsis
kprocess.exec_complete
Values
- retstr
A string representation of errno (SystemTap v2.5+)
- name
Name of the system call (“execve”) (SystemTap v2.5+)
- success
A boolean indicating whether the exec was successful
- errno
The error number resulting from the exec
Context
On success, the context of the new executable. On failure, remains in the context of the caller.
Description
Fires at the completion of an exec call. Aliased to the syscall.execve.return probe in SystemTap v2.5+.
See Also0
tapset::kprocess(3stap)
Info
November 2021 SystemTap Tapset Reference Kernel Process Tapset