1FUNCTION::PRINT_SYMS(3stap) Context Functions FUNCTION::PRINT_SYMS(3stap)
2
3
4
6 function::print_syms - Print out kernel stack from string
7
9 print_syms(callers:string)
10
12 callers
13 String with list of hexadecimal (kernel) 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 stack,
18 callers, 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 symdata. Returns nothing.
23
25 tapset::context-symbols(3stap)
26
27
28
29SystemTap Tapset Reference November 2019 FUNCTION::PRINT_SYMS(3stap)