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

NAME

6       probe::kprocess.release - Process released
7

SYNOPSIS

9       kprocess.release
10

VALUES

12       pid
13           Same as released_pid for compatibility (deprecated)
14
15       released_pid
16           PID of the process being released
17
18       released_tid
19           TID of the task being released
20
21       task
22           A task handle to the process being released
23

CONTEXT

25       The context of the parent, if it wanted notification of this processĀ“
26       termination, else the context of the process itself.
27

DESCRIPTION

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

SEE ALSO

34       tapset::kprocess(3stap)
35
36
37
38SystemTap Tapset Reference         June 2018         PROBE::KPROCESS.RE(3stap)
Impressum