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::signal.wakeup - Sleeping process being wakened for signal

Name

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

See Also

tapset::signal(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SIGNAL.WAKE(3stap)

Synopsis

       signal.wakeup

Values

sig_pid
           The PID of the process to wake

       resume
           Indicates whether to wake up a task in a STOPPED or TRACED state

       state_mask
           A string representation indicating the mask of task states to wake. Possible values are
           TASK_INTERRUPTIBLE, TASK_STOPPED, TASK_TRACED, TASK_WAKEKILL, and TASK_INTERRUPTIBLE.

       pid_name
           Name of the process to wake

See Also