1FUNCTION::PRINT_STAC(3stap) Context Functions FUNCTION::PRINT_STAC(3stap)
2
3
4
6 function::print_stack - Print out kernel stack from string
7
9 print_stack(stk:string)
10
12 stk
13 String with list of hexadecimal addresses
14
16 This function performs a symbolic lookup of the addresses in the given
17 string, which is assumed to be the result of a prior call to backtrace.
18
19 Print one line per address, including the address, the name of the
20 function containing the address, and an estimate of its position within
21 that function. Return nothing.
22
24 it is recommended to use print_syms instead of this function.
25
27 tapset::context-symbols(3stap)
28
29
30
31SystemTap Tapset Reference October 2018 FUNCTION::PRINT_STAC(3stap)