1PROBE::KPROCESS.EX(3stap) Kernel Process Tapset PROBE::KPROCESS.EX(3stap)
2
3
4
6 probe::kprocess.exec_complete - Return from exec to a new program
7
9 kprocess.exec_complete
10
12 errno
13 The error number resulting from the exec
14
15 retstr
16 A string representation of errno (SystemTap v2.5+)
17
18 success
19 A boolean indicating whether the exec was successful
20
21 name
22 Name of the system call (“execve”) (SystemTap v2.5+)
23
25 On success, the context of the new executable. On failure, remains in
26 the context of the caller.
27
29 Fires at the completion of an exec call. Aliased to the
30 syscall.execve.return probe in SystemTap v2.5+.
31
33 tapset::kprocess(3stap)
34
35
36
37SystemTap Tapset Reference May 2021 PROBE::KPROCESS.EX(3stap)