1TAPSET::CONVERSIONS(3stap) TAPSET::CONVERSIONS(3stap)
2
3
4
6 tapset::conversions - systemtap conversions tapset
7
8
10 kernel_string
11 Retrieves string from kernel memory
12
13 See function::kernel_string(3stap)
14 for details.
15
16 kernel_string
17 Retrieves string from kernel memory with alternative error
18 string
19
20 See function::kernel_string(3stap)
21 for details.
22
23 kernel_string_quoted
24 Retrieves and quotes string from kernel memory
25
26 See function::kernel_string_quoted(3stap)
27 for details.
28
29 kernel_or_user_string_quoted
30 Retrieves and quotes string from kernel or user memory
31
32 See function::kernel_or_user_string_quoted(3stap)
33 for details.
34
35 kernel_string_n
36 Retrieves string of given length from kernel memory
37
38 See function::kernel_string_n(3stap)
39 for details.
40
41 kernel_string_utf32
42 Retrieves UTF-32 string from kernel memory
43
44 See function::kernel_string_utf32(3stap)
45 for details.
46
47 kernel_string_utf32
48 Retrieves UTF-32 string from kernel memory with alternative er‐
49 ror string
50
51 See function::kernel_string_utf32(3stap)
52 for details.
53
54 kernel_string_quoted_utf32
55 Quote given UTF-32 kernel string.
56
57 See function::kernel_string_quoted_utf32(3stap)
58 for details.
59
60 kernel_or_user_string_quoted_utf32
61 Retrieves and quotes UTF-32 string from kernel or user memory
62
63 See function::kernel_or_user_string_quoted_utf32(3stap)
64 for details.
65
66 kernel_string_utf16
67 Retrieves UTF-16 string from kernel memory
68
69 See function::kernel_string_utf16(3stap)
70 for details.
71
72 kernel_string_utf16
73 Retrieves UTF-16 string from kernel memory with alternative er‐
74 ror string
75
76 See function::kernel_string_utf16(3stap)
77 for details.
78
79 kernel_string_quoted_utf16
80 Quote given kernel UTF-16 string.
81
82 See function::kernel_string_quoted_utf16(3stap)
83 for details.
84
85 kernel_or_user_string_quoted_utf16
86 Retrieves and quotes UTF-16 string from kernel or user memory
87
88 See function::kernel_or_user_string_quoted_utf16(3stap)
89 for details.
90
91 kernel_long
92 Retrieves a long value stored in kernel memory
93
94 See function::kernel_long(3stap)
95 for details.
96
97 kernel_int
98 Retrieves an int value stored in kernel memory
99
100 See function::kernel_int(3stap)
101 for details.
102
103 kernel_short
104 Retrieves a short value stored in kernel memory
105
106 See function::kernel_short(3stap)
107 for details.
108
109 kernel_char
110 Retrieves a char value stored in kernel memory
111
112 See function::kernel_char(3stap)
113 for details.
114
115 kernel_pointer
116 Retrieves a pointer value stored in kernel memory
117
118 See function::kernel_pointer(3stap)
119 for details.
120
121 kernel_buffer_quoted
122 Retrieves and quotes buffer from kernel space
123
124 See function::kernel_buffer_quoted(3stap)
125 for details.
126
127 kernel_buffer_quoted
128 Retrieves and quotes buffer from kernel space
129
130 See function::kernel_buffer_quoted(3stap)
131 for details.
132
133 kernel_buffer_quoted_error
134 Retrieves and quotes buffer from kernel space
135
136 See function::kernel_buffer_quoted_error(3stap)
137 for details.
138
139
141 function::kernel_string(3stap),
142 function::kernel_string_quoted(3stap),
143 function::kernel_or_user_string_quoted(3stap),
144 function::kernel_string_n(3stap),
145 function::kernel_string_utf32(3stap),
146 function::kernel_string_quoted_utf32(3stap),
147 function::kernel_or_user_string_quoted_utf32(3stap),
148 function::kernel_string_utf16(3stap),
149 function::kernel_string_quoted_utf16(3stap),
150 function::kernel_or_user_string_quoted_utf16(3stap),
151 function::kernel_long(3stap), function::kernel_int(3stap),
152 function::kernel_short(3stap), function::kernel_char(3stap),
153 function::kernel_pointer(3stap),
154 function::kernel_buffer_quoted(3stap),
155 function::kernel_buffer_quoted_error(3stap), stap(1),
156 stapprobes(3stap)
157
158
159
160SystemTap Tapset Reference April 2023 TAPSET::CONVERSIONS(3stap)