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

NAME

6       function::caller - Return name and address of calling function
7

SYNOPSIS

9           caller:string()
10

ARGUMENTS

12       None
13

DESCRIPTION

15       This function returns the address and name of the calling function.
16       This is equivalent to calling: sprintf("s 0xx", symname(caller_addr),
17       caller_addr)
18

SEE ALSO

20       tapset::context-caller(3stap)
21
22
23
24SystemTap Tapset Reference         May 2022            FUNCTION::CALLER(3stap)
Impressum