1FUNCTION::BACKTRACE(3stap) Context Functions FUNCTION::BACKTRACE(3stap)234
NAME
6function::backtrace - Hex backtrace of current kernel stack7
SYNOPSIS
9backtrace:string()10
ARGUMENTS
12None13
DESCRIPTION
15This function returns a string of hex addresses that are a backtrace of16the kernel stack. Output may be truncated as per maximum string length17(MAXSTRINGLEN). See ubacktrace for user-space backtrace.18
SEE ALSO
20tapset::context-unwind(3stap)21222324SystemTap Tapset Reference October 2018 FUNCTION::BACKTRACE(3stap)