logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Context

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

Description

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

Name

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

See Also

tapset::kprocess(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::KPROCESS.EX(3stap)

Synopsis

       kprocess.exec_complete

Values

success
           A boolean indicating whether the exec was successful

       errno
           The error number resulting from the exec

       name
           Name of the system call (“execve”) (SystemTap v2.5+)

       retstr
           A string representation of errno (SystemTap v2.5+)

See Also