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
TAPSET::CONTEXT-CALLER(3stap) | TAPSET::CONTEXT-CALLER(3stap) |
NAME¶
tapset::context-caller - systemtap context-caller tapsetDESCRIPTION¶
Provides caller and caller_addr function for context for kernel and user
space.
- callers
- Return first n elements of kernel stack backtrace
- See function::callers(3stap)
for details.
- caller
- Return name and address of calling function
- See function::caller(3stap)
for details.
- caller_addr
- Return caller address
- See function::caller_addr(3stap)
for details.
SEE ALSO¶
function::callers(3stap), function::caller(3stap), function::caller_addr(3stap), stap(1), stapprobes(3stap)March 2016 | SystemTap Tapset Reference |