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 name
16 Name of the system call (“execve”) (SystemTap v2.5+)
17
18 retstr
19 A string representation of errno (SystemTap v2.5+)
20
21 success
22 A boolean indicating whether the exec was successful
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 June 2018 PROBE::KPROCESS.EX(3stap)