1FUNCTION::CALLER(3stap) Context Functions FUNCTION::CALLER(3stap)
23
4
NAME
6function::caller - Return name and address of calling function
7
SYNOPSIS
9caller:string()
10
ARGUMENTS
12None
13
DESCRIPTION
15This function returns the address and name of the calling function.
16This is equivalent to calling: sprintf(“s 0xx”, symname(caller_addr,
17caller_addr)) Works only for return probes at this time.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::CALLER(3stap)