function::caller.3stap - Man Page

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 Also0

tapset::context-caller(3stap)

Info

November 2023 SystemTap Tapset Reference Context Functions