1PROBE::SIGNAL.WAKE(3stap)        Signal Tapset       PROBE::SIGNAL.WAKE(3stap)
2
3
4

NAME

6       probe::signal.wakeup - Sleeping process being wakened for signal
7

SYNOPSIS

9       signal.wakeup
10

VALUES

12       state_mask
13           A string representation indicating the mask of task states to wake.
14           Possible values are TASK_INTERRUPTIBLE, TASK_STOPPED, TASK_TRACED,
15           TASK_WAKEKILL, and TASK_INTERRUPTIBLE.
16
17       pid_name
18           Name of the process to wake
19
20       resume
21           Indicates whether to wake up a task in a STOPPED or TRACED state
22
23       sig_pid
24           The PID of the process to wake
25

SEE ALSO

27       tapset::signal(3stap)
28
29
30
31SystemTap Tapset Reference        April 2023         PROBE::SIGNAL.WAKE(3stap)
Impressum