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       retstr
13           A string representation of errno (SystemTap v2.5+)
14
15       name
16           Name of the system call (“execve”) (SystemTap v2.5+)
17
18       success
19           A boolean indicating whether the exec was successful
20
21       errno
22           The error number resulting from the exec
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       November 2021       PROBE::KPROCESS.EX(3stap)
Impressum