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
19 On success, the context of the new executable. On failure, remains in
20 the context of the caller.
21
23 Fires at the completion of an exec call.
24
25
26
27SystemTap Tapset Reference August 2011 PROBE::KPROCESS.EX(3stap)