function::raise.3stap - Man Page
raise a signal in the current thread
Synopsis
raise(signo:long)
Arguments
- signo
signal number
Description
This function calls the kernel send_sig routine on the current thread, with the given raw unchecked signal number. It may raise an error if send_sig failed. It requires guru mode.
See Also0
tapset::guru-signal(3stap)
Info
April 2024 SystemTap Tapset Reference Guru tapsets