1TAPSET::CONTEXT-SYMBOLS(3stap) TAPSET::CONTEXT-SYMBOLS(3stap)
2
3
4
6 tapset::context-symbols - systemtap context-symbols tapset
7
8
10 Context functions provide additional information about where an event
11 occurred. These functions can provide information such as a backtrace
12 to where the event occurred and the current register values for the
13 processor.
14
15
16
17 stack Return address at given depth of kernel stack backtrace
18
19 See function::stack(3stap)
20 for details.
21
22 print_stack
23 Print out kernel stack from string
24
25 See function::print_stack(3stap)
26 for details.
27
28 sprint_stack
29 Return stack for kernel addresses from string
30
31 See function::sprint_stack(3stap)
32 for details.
33
34 probefunc
35 Return the probe point's function name, if known
36
37 See function::probefunc(3stap)
38 for details.
39
40 probemod
41 Return the probe point's kernel module name
42
43 See function::probemod(3stap)
44 for details.
45
46 modname
47 Return the kernel module name loaded at the address
48
49 See function::modname(3stap)
50 for details.
51
52 symname
53 Return the kernel symbol associated with the given address
54
55 See function::symname(3stap)
56 for details.
57
58 symdata
59 Return the kernel symbol and module offset for the address
60
61 See function::symdata(3stap)
62 for details.
63
64 print_syms
65 Print out kernel stack from string
66
67 See function::print_syms(3stap)
68 for details.
69
70 sprint_syms
71 Return stack for kernel addresses from string
72
73 See function::sprint_syms(3stap)
74 for details.
75
76 symfileline
77 Return the file name and line number of an address.
78
79 See function::symfileline(3stap)
80 for details.
81
82 usymfile
83 Return the file name of a given address.
84
85 See function::usymfile(3stap)
86 for details.
87
88 usymline
89 Return the line number of an address.
90
91 See function::usymline(3stap)
92 for details.
93
94
96 function::stack(3stap), function::print_stack(3stap),
97 function::sprint_stack(3stap), function::probefunc(3stap),
98 function::probemod(3stap), function::modname(3stap),
99 function::symname(3stap), function::symdata(3stap),
100 function::print_syms(3stap), function::sprint_syms(3stap),
101 function::symfileline(3stap), function::usymfile(3stap),
102 function::usymline(3stap), stap(1), stapprobes(3stap)
103
104
105
106SystemTap Tapset Reference November 2020 TAPSET::CONTEXT-SYMBOLS(3stap)