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

SEE ALSO

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