1tapset::context-caller(3stap) tapset::context-caller(3stap)
2
3
4
6 tapset::context-caller - systemtap context-caller tapset
7
8
10 Provides caller and caller_addr function for context for kernel and
11 user
12 space.
13
14
15
16 callers
17 Return first n elements of kernel stack backtrace
18
19 See function::callers(3stap)
20 for details.
21
22 caller Return name and address of calling function
23
24 See function::caller(3stap)
25 for details.
26
27 caller_addr
28 Return caller address
29
30 See function::caller_addr(3stap)
31 for details.
32
33
35 function::callers(3stap), function::caller(3stap),
36 function::caller_addr(3stap), stap(1), stapprobes(3stap)
37
38
39
40IBM --- tapset::context-caller(3stap)