table of contents
other versions
- jessie 2.6-0.2
- jessie-backports 3.0-6~bpo8+1
- stretch 3.1-2
- testing 3.3-1
- unstable 4.0-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 0x x", symname(caller_addr), caller_addr)SEE ALSO0¶
tapset::context-caller(3stap)March 2016 | SystemTap Tapset Reference |