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

NAME

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

SYNOPSIS

9           print_stack(stk:string)
10

ARGUMENTS

12       stk
13           String with list of hexadecimal addresses
14

DESCRIPTION

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

NOTE

24       it is recommended to use print_syms instead of this function.
25

SEE ALSO

27       tapset::context-symbols(3stap)
28
29
30
31SystemTap Tapset Reference       November 2020     FUNCTION::PRINT_STAC(3stap)
Impressum