other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
PROBE::KPROCESS.EX(3stap) | Kernel Process Tapset | PROBE::KPROCESS.EX(3stap) |
NAME¶
probe::kprocess.exec_complete - Return from exec to a new programSYNOPSIS¶
kprocess.exec_complete
VALUES¶
retstrA string representation of errno (SystemTap v2.5+)
success
A boolean indicating whether the exec was
successful
errno
The error number resulting from the exec
name
Name of the system call (“execve”)
(SystemTap v2.5+)
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)November 2020 | SystemTap Tapset Reference |