table of contents
other versions
- Tumbleweed 5.2-1.2
- Leap-16.0
- Leap-15.6
FUNCTION::CALLER(3stap) | Context Functions | FUNCTION::CALLER(3stap) |
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 ALSO0¶
tapset::context-caller(3stap)
November 2024 | SystemTap Tapset Reference |