table of contents
other versions
- wheezy 1.7-1+deb7u1
- jessie 2.6-0.2
- jessie-backports 3.0-6~bpo8+1
- testing 3.1-2
- unstable 3.1-2
FUNCTION:(3stap) | Context Functions | FUNCTION:(3stap) |
function::ubacktrace
NAME¶
function::ubacktrace - Hex backtrace of current task stack. EXPERIMENTAL!SYNOPSIS¶
ubacktrace:string()
ARGUMENTS¶
NoneDESCRIPTION¶
Return a string of hex addresses that are a backtrace of the stack of the current task. Output may be truncated as per maximum string length. Returns empty string when current probe point cannot determine user backtrace.NOTE¶
To get (full) backtraces for user space applications and shared shared libraries not mentioned in the current script run stap with -d /path/to/exe-or-so and/or add --ldd to load all needed unwind data.May 2013 | SystemTap Tapset Reference |