1FUNCTION::CALLER(3stap) Context Functions FUNCTION::CALLER(3stap)234
NAME
6function::caller - Return name and address of calling function7
SYNOPSIS
9caller:string()10
ARGUMENTS
12None13
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)21222324SystemTap Tapset Reference October 2018 FUNCTION::CALLER(3stap)