Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

function::caller


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)