logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::kprocess.release - Process released

Context

       The context of the parent, if it wanted notification of this process' termination, else the context of
       the process itself.

Description

       Fires when a process is released from the kernel. This always follows a kprocess.exit, though it may be
       delayed somewhat if the process waits in a zombie state.

Name

       probe::kprocess.release - Process released

See Also

tapset::kprocess(3stap)

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

Synopsis

       kprocess.release

Values

task
           A task handle to the process being released

       released_tid
           TID of the task being released

       pid
           Same as released_pid for compatibility (deprecated)

       released_pid
           PID of the process being released

See Also