table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::CALLER(3stap) | Context Functions | FUNCTION::CALLER(3stap) |
NAME¶
function::caller - Return name and address of calling functionSYNOPSIS¶
caller:string()
ARGUMENTS¶
NoneDESCRIPTION¶
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)October 2018 | SystemTap Tapset Reference |