Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

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

SYNOPSIS

       kprocess.exec_complete

VALUES

       errno
           The error number resulting from the exec

       success
           A boolean indicating whether the exec was successful

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.