1TAPSET::CONTEXT-SYMBOLS(3stap)                  TAPSET::CONTEXT-SYMBOLS(3stap)
2
3
4

NAME

6       tapset::context-symbols - systemtap context-symbols tapset
7
8

DESCRIPTION

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
54              address
55
56              See function::symname(3stap)
57               for details.
58
59       symdata
60              Return  the  kernel  symbol  and  module  offset  for the
61              address
62
63              See function::symdata(3stap)
64               for details.
65
66       print_syms
67              Print out kernel stack from string
68
69              See function::print_syms(3stap)
70               for details.
71
72       sprint_syms
73              Return stack for kernel addresses from string
74
75              See function::sprint_syms(3stap)
76               for details.
77
78       symfileline
79              Return the file name and line number of an address.
80
81              See function::symfileline(3stap)
82               for details.
83
84       usymfile
85              Return the file name of a given address.
86
87              See function::usymfile(3stap)
88               for details.
89
90       usymline
91              Return the line number of an address.
92
93              See function::usymline(3stap)
94               for details.
95
96

SEE ALSO

98          function::stack(3stap),      function::print_stack(3stap),
99       function::sprint_stack(3stap),     function::probefunc(3stap),
100       function::probemod(3stap),        function::modname(3stap),
101       function::symname(3stap),          function::symdata(3stap),
102       function::print_syms(3stap),    function::sprint_syms(3stap),
103       function::symfileline(3stap),      function::usymfile(3stap),
104       function::usymline(3stap),  stap(1), stapprobes(3stap)
105
106
107
108SystemTap Tapset Reference       November 2019  TAPSET::CONTEXT-SYMBOLS(3stap)
Impressum