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
TAPSET::PANIC(3stap) | TAPSET::PANIC(3stap) |
NAME¶
tapset::panic - systemtap panic tapsetDESCRIPTION¶
Functions in the panic tapset allow a probe handler to invoke the system panic routine with a user-specified message.This may be used with a crash dump collection facility such as kexec/kdump in order to capture data for post-mortem debugging.
Due to the fact that this will bring the system to an immediate halt the functions in this tapset require guru mode.
- panic
- trigger a panic
- See function::panic(3stap) for details.
SEE ALSO¶
function::panic(3stap), stap(1), stapprobes(3stap)November 2020 | SystemTap Tapset Reference |