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

NAME

6       function::callers - Return first n elements of kernel stack backtrace
7

SYNOPSIS

9           callers:string(n:long)
10

ARGUMENTS

12       n
13           number of levels to descend in the stack (not counting the top
14           level). If n is -1, print the entire stack.
15

DESCRIPTION

17       This function returns a string of the first n hex addresses from the
18       backtrace of the kernel stack. Output may be truncated as per maximum
19       string length (MAXSTRINGLEN).
20

SEE ALSO

22       tapset::context-caller(3stap)
23
24
25
26SystemTap Tapset Reference       November 2019        FUNCTION::CALLERS(3stap)
Impressum