table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::RAISE(3stap) | Guru tapsets | FUNCTION::RAISE(3stap) |
NAME¶
function::raise - raise a signal in the current threadSYNOPSIS¶
raise(signo:long)
ARGUMENTS¶
signosignal 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)October 2018 | SystemTap Tapset Reference |