1FUNCTION::PRINT_USYM(3stap) Context Functions FUNCTION::PRINT_USYM(3stap)
2
3
4
6 function::print_usyms - Print out user stack from string
7
9 print_usyms(callers:string)
10
12 callers
13 String with list of hexadecimal (user) addresses
14
16 This function performs a symbolic lookup of the addresses in the given
17 string, which are assumed to be the result of prior calls to ustack,
18 ucallers, and similar functions.
19
20 Prints one line per address, including the address, the name of the
21 function containing the address, and an estimate of its position within
22 that function, as obtained by usymdata. Returns nothing.
23
25 tapset::ucontext-symbols(3stap)
26
27
28
29SystemTap Tapset Reference November 2019 FUNCTION::PRINT_USYM(3stap)