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)) Works only for return probes at this time.
18
19
20
21SystemTap Tapset Reference        August 2011          FUNCTION::CALLER(3stap)
Impressum