1FUNCTION::SPRINT_STA(3stap) Context Functions FUNCTION::SPRINT_STA(3stap)
2
3
4
6 function::sprint_stack - Return stack for kernel addresses from string
7 (EXPERIMENTAL)
8
10 sprint_stack:string(stk:string)
11
13 stk
14 String with list of hexadecimal (kernel) addresses
15
17 Perform a symbolic lookup of the addresses in the given string, which
18 is assumed to be the result of a prior call to backtrace.
19
20 Returns a simple backtrace from the given hex string. One line per
21 address. Includes the symbol name (or hex address if symbol couldn't be
22 resolved) and module name (if found). Includes the offset from the
23 start of the function if found, otherwise the offset will be added to
24 the module (if found, between brackets). Returns the backtrace as
25 string (each line terminated by a newline character). Note that the
26 returned stack will be truncated to MAXSTRINGLEN, to print fuller and
27 richer stacks use print_stack.
28
29
30
31SystemTap Tapset Reference August 2011 FUNCTION::SPRINT_STA(3stap)