logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

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)

Name

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

See Also

tapset::context-caller(3stap)

SystemTap Tapset Reference                         April 2024                            FUNCTION::CALLER(3stap)

Synopsis

           caller:string()

See Also