DOKK / manpages / debian 10 / systemtap-doc / function::caller.3stap.en
FUNCTION::CALLER(3stap) Context Functions FUNCTION::CALLER(3stap)

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


caller:string()

None

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

tapset::context-caller(3stap)

October 2018 SystemTap Tapset Reference