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
23
24
25SystemTap Tapset Reference August 2011 FUNCTION::PRINT_STAC(3stap)