1FUNCTION::DUMP_STACK(3stap) Logging Tapset FUNCTION::DUMP_STACK(3stap)
2
3
4
6 function::dump_stack - Send the kernel backtrace to the kernel trace
7 buffer
8
10 dump_stack()
11
13 None
14
16 Print the current kernel backtrace to the kernel trace buffer. not be
17 safely called from all kernel probe contexts, so is restricted to guru
18 mode only. Under the hood, it calls the kernel C API function
19 dump_stack directly.
20
22 tapset::logging(3stap)
23
24
25
26SystemTap Tapset Reference November 2020 FUNCTION::DUMP_STACK(3stap)