1TAPSET::UCONVERSIONS(3stap) TAPSET::UCONVERSIONS(3stap)
2
3
4
6 tapset::uconversions - systemtap uconversions tapset
7
8
10 user_string
11 Retrieves string from user space
12
13 See function::user_string(3stap)
14 for details.
15
16 user_string_nofault
17 Retrieves string from user space
18
19 See function::user_string_nofault(3stap)
20 for details.
21
22 user_string
23 Retrieves string from user space with alternative error string
24
25 See function::user_string(3stap)
26 for details.
27
28 user_string_warn
29 Retrieves string from user space
30
31 See function::user_string_warn(3stap)
32 for details.
33
34 user_string_warn
35 Retrieves string from user space with alternative warning string
36
37 See function::user_string_warn(3stap)
38 for details.
39
40 user_string_quoted
41 Retrieves and quotes string from user space
42
43 See function::user_string_quoted(3stap)
44 for details.
45
46 user_string_n
47 Retrieves string of given length from user space
48
49 See function::user_string_n(3stap)
50 for details.
51
52 user_string_n_nofault
53 Retrieves string of given length from user space
54
55 See function::user_string_n_nofault(3stap)
56 for details.
57
58 user_string_n
59 Retrieves string of given length from user space
60
61 See function::user_string_n(3stap)
62 for details.
63
64 user_string_n_warn
65 Retrieves string from user space
66
67 See function::user_string_n_warn(3stap)
68 for details.
69
70 user_string_n_warn
71 Retrieves string from user space with alternative warning string
72
73 See function::user_string_n_warn(3stap)
74 for details.
75
76 user_string_n_quoted
77 Retrieves and quotes string from user space
78
79 See function::user_string_n_quoted(3stap)
80 for details.
81
82 user_string_n_quoted
83 Retrieves and quotes string from user space
84
85 See function::user_string_n_quoted(3stap)
86 for details.
87
88 user_string_utf32
89 Retrieves UTF-32 string from user memory
90
91 See function::user_string_utf32(3stap)
92 for details.
93
94 user_string_utf32
95 Retrieves UTF-32 string from user memory with alternative error
96 string
97
98 See function::user_string_utf32(3stap)
99 for details.
100
101 user_string_quoted_utf32
102 Quote given user UTF-32 string.
103
104 See function::user_string_quoted_utf32(3stap)
105 for details.
106
107 user_string_utf16
108 Retrieves UTF-16 string from user memory
109
110 See function::user_string_utf16(3stap)
111 for details.
112
113 user_string_utf16
114 Retrieves UTF-16 string from user memory with alternative error
115 string
116
117 See function::user_string_utf16(3stap)
118 for details.
119
120 user_string_quoted_utf16
121 Quote given user UTF-16 string.
122
123 See function::user_string_quoted_utf16(3stap)
124 for details.
125
126 user_char_error
127 Retrieves a char value stored in user space
128
129 See function::user_char_error(3stap)
130 for details.
131
132 user_char
133 Retrieves a char value stored in user space
134
135 See function::user_char(3stap)
136 for details.
137
138 user_char_warn
139 Retrieves a char value stored in user space
140
141 See function::user_char_warn(3stap)
142 for details.
143
144 user_short_error
145 Retrieves a short value stored in user space
146
147 See function::user_short_error(3stap)
148 for details.
149
150 user_short
151 Retrieves a short value stored in user space
152
153 See function::user_short(3stap)
154 for details.
155
156 user_short_warn
157 Retrieves a short value stored in user space
158
159 See function::user_short_warn(3stap)
160 for details.
161
162 user_ushort_error
163 Retrieves an unsigned short value stored in user space
164
165 See function::user_ushort_error(3stap)
166 for details.
167
168 user_ushort
169 Retrieves an unsigned short value stored in user space
170
171 See function::user_ushort(3stap)
172 for details.
173
174 user_ushort_warn
175 Retrieves an unsigned short value stored in user space
176
177 See function::user_ushort_warn(3stap)
178 for details.
179
180 user_int_error
181 Retrieves an int value stored in user space
182
183 See function::user_int_error(3stap)
184 for details.
185
186 user_int
187 Retrieves an int value stored in user space
188
189 See function::user_int(3stap)
190 for details.
191
192 user_int_warn
193 Retrieves an int value stored in user space
194
195 See function::user_int_warn(3stap)
196 for details.
197
198 user_long_error
199 Retrieves a long value stored in user space
200
201 See function::user_long_error(3stap)
202 for details.
203
204 user_long
205 Retrieves a long value stored in user space
206
207 See function::user_long(3stap)
208 for details.
209
210 user_long_warn
211 Retrieves a long value stored in user space
212
213 See function::user_long_warn(3stap)
214 for details.
215
216 user_ulong_error
217 Retrieves a unsigned long value stored in user space
218
219 See function::user_ulong_error(3stap)
220 for details.
221
222 user_ulong
223 Retrieves an unsigned long value stored in user space
224
225 See function::user_ulong(3stap)
226 for details.
227
228 user_ulong_warn
229 Retrieves an unsigned long value stored in user space
230
231 See function::user_ulong_warn(3stap)
232 for details.
233
234 user_int8_error
235 Retrieves a 8-bit integer value stored in user space
236
237 See function::user_int8_error(3stap)
238 for details.
239
240 user_int8
241 Retrieves a 8-bit integer value stored in user space
242
243 See function::user_int8(3stap)
244 for details.
245
246 user_uint8_error
247 Retrieves a unsigned 8-bit integer value stored in user space
248
249 See function::user_uint8_error(3stap)
250 for details.
251
252 user_uint8
253 Retrieves a unsigned 8-bit integer value stored in user space
254
255 See function::user_uint8(3stap)
256 for details.
257
258 user_int16_error
259 Retrieves a 16-bit integer value stored in user space
260
261 See function::user_int16_error(3stap)
262 for details.
263
264 user_int16
265 Retrieves a 16-bit integer value stored in user space
266
267 See function::user_int16(3stap)
268 for details.
269
270 user_uint16_error
271 Retrieves an unsigned 16-bit integer value stored in user space
272
273 See function::user_uint16_error(3stap)
274 for details.
275
276 user_uint16
277 Retrieves an unsigned 16-bit integer value stored in user space
278
279 See function::user_uint16(3stap)
280 for details.
281
282 user_int32_error
283 Retrieves a 32-bit integer value stored in user space
284
285 See function::user_int32_error(3stap)
286 for details.
287
288 user_int32
289 Retrieves a 32-bit integer value stored in user space
290
291 See function::user_int32(3stap)
292 for details.
293
294 user_uint32_error
295 Retrieves an unsigned 32-bit integer value stored in user space
296
297 See function::user_uint32_error(3stap)
298 for details.
299
300 user_uint32
301 Retrieves an unsigned 32-bit integer value stored in user space
302
303 See function::user_uint32(3stap)
304 for details.
305
306 user_int64_error
307 Retrieves a 64-bit integer value stored in user space
308
309 See function::user_int64_error(3stap)
310 for details.
311
312 user_int64
313 Retrieves a 64-bit integer value stored in user space
314
315 See function::user_int64(3stap)
316 for details.
317
318 user_uint64_error
319 Retrieves an unsigned 64-bit integer value stored in user space
320
321 See function::user_uint64_error(3stap)
322 for details.
323
324 user_uint64
325 Retrieves an unsigned 64-bit integer value stored in user space
326
327 See function::user_uint64(3stap)
328 for details.
329
330 user_buffer_quoted
331 Retrieves and quotes buffer from user space
332
333 See function::user_buffer_quoted(3stap)
334 for details.
335
336 user_buffer_quoted_error
337 Retrieves and quotes buffer from user space
338
339 See function::user_buffer_quoted_error(3stap)
340 for details.
341
342
344 function::user_string(3stap), function::user_string_nofault(3stap),
345 function::user_string(3stap), function::user_string_warn(3stap),
346 function::user_string_quoted(3stap), function::user_string_n(3stap),
347 function::user_string_n_nofault(3stap),
348 function::user_string_n(3stap), function::user_string_n_warn(3stap),
349 function::user_string_n_quoted(3stap),
350 function::user_string_utf32(3stap),
351 function::user_string_quoted_utf32(3stap),
352 function::user_string_utf16(3stap),
353 function::user_string_quoted_utf16(3stap),
354 function::user_char_error(3stap), function::user_char(3stap),
355 function::user_char_warn(3stap), function::user_short_error(3stap),
356 function::user_short(3stap), function::user_short_warn(3stap),
357 function::user_ushort_error(3stap), function::user_ushort(3stap),
358 function::user_ushort_warn(3stap), function::user_int_error(3stap),
359 function::user_int(3stap), function::user_int_warn(3stap),
360 function::user_long_error(3stap), function::user_long(3stap),
361 function::user_long_warn(3stap), function::user_ulong_error(3stap),
362 function::user_ulong(3stap), function::user_ulong_warn(3stap),
363 function::user_int8_error(3stap), function::user_int8(3stap),
364 function::user_uint8_error(3stap), function::user_uint8(3stap),
365 function::user_int16_error(3stap), function::user_int16(3stap),
366 function::user_uint16_error(3stap), function::user_uint16(3stap),
367 function::user_int32_error(3stap), function::user_int32(3stap),
368 function::user_uint32_error(3stap), function::user_uint32(3stap),
369 function::user_int64_error(3stap), function::user_int64(3stap),
370 function::user_uint64_error(3stap), function::user_uint64(3stap),
371 function::user_buffer_quoted(3stap),
372 function::user_buffer_quoted_error(3stap), stap(1), stapprobes(3stap)
373
374
375
376SystemTap Tapset Reference May 2022 TAPSET::UCONVERSIONS(3stap)