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 success
13 A boolean indicating whether the exec was successful
14
15 errno
16 The error number resulting from the exec
17
18 retstr
19 A string representation of errno (SystemTap v2.5+)
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 November 2019 PROBE::KPROCESS.EX(3stap)