1PROBE::KPROCESS.EX(3stap)    Kernel Process Tapset   PROBE::KPROCESS.EX(3stap)
2
3
4

NAME

6       probe::kprocess.exec_complete - Return from exec to a new program
7

SYNOPSIS

9       kprocess.exec_complete
10

VALUES

12       errno
13           The error number resulting from the exec
14
15       success
16           A boolean indicating whether the exec was successful
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

CONTEXT

25       On success, the context of the new executable. On failure, remains in
26       the context of the caller.
27

DESCRIPTION

29       Fires at the completion of an exec call. Aliased to the
30       syscall.execve.return probe in SystemTap v2.5+.
31

SEE ALSO

33       tapset::kprocess(3stap)
34
35
36
37SystemTap Tapset Reference         May 2019          PROBE::KPROCESS.EX(3stap)
Impressum