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)
18
SEE ALSO
20tapset::context-caller(3stap)
2122
23
24
SystemTap Tapset Reference October 2018 FUNCTION::CALLER(3stap)