1FUNCTION::PRINT_SYMS(3stap)    Context Functions   FUNCTION::PRINT_SYMS(3stap)
2
3
4

NAME

6       function::print_syms - Print out kernel stack from string
7

SYNOPSIS

9           print_syms(callers:string)
10

ARGUMENTS

12       callers
13           String with list of hexadecimal (kernel) addresses
14

DESCRIPTION

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

SEE ALSO

25       tapset::context-symbols(3stap)
26
27
28
29SystemTap Tapset Reference       October 2018      FUNCTION::PRINT_SYMS(3stap)
Impressum