oracular (3) function::caller.3stap.gz

Provided by: systemtap-doc_5.1-4_amd64 bug

NAME

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

SYNOPSIS

           caller:string()

ARGUMENTS

       None

DESCRIPTION

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

SEE ALSO

       tapset::context-caller(3stap)