이 콘텐츠는 선택한 언어로 제공되지 않습니다.
caller
Name
caller — Return name and address of calling function
Synopsis
function caller:string()
Arguments
None
Description
Return the address and name of the calling function.
This is equivalent to calling
sprintf(“
s
0xx
”, symname(caller_addr
, caller_addr
)) Works only for return probes at this time.