1FUNCTION::PRINT_USTA(3stap) Context Functions FUNCTION::PRINT_USTA(3stap)
2
3
4
6 function::print_ustack - Print out stack for the current task from
7 string.
8
10 print_ustack(stk:string)
11
13 stk
14 String with list of hexadecimal addresses for the current task.
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 ubacktrace for the
19 current task.
20
21 Print one line per address, including the address, the name of the
22 function containing the address, and an estimate of its position within
23 that function. Return nothing.
24
26 it is recommended to use print_usyms instead of this function.
27
29 tapset::ucontext-symbols(3stap)
30
31
32
33SystemTap Tapset Reference June 2018 FUNCTION::PRINT_USTA(3stap)