1TAPSET::UCONVERSIONS(3stap)                        TAPSET::UCONVERSIONS(3stap)
2
3
4

NAME

6       tapset::uconversions - systemtap uconversions tapset
7
8

DESCRIPTION

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

SEE ALSO

343                        function::user_string(3stap),
344       function::user_string_warn(3stap),
345       function::user_string_quoted(3stap),
346       function::user_string_n(3stap),
347       function::user_string_n_warn(3stap),
348       function::user_string_n_quoted(3stap),
349       function::user_string_utf32(3stap),
350       function::user_string_quoted_utf32(3stap),
351       function::user_string_utf16(3stap),
352       function::user_string_quoted_utf16(3stap),
353       function::user_char_error(3stap),  function::user_char(3stap),
354       function::user_char_warn(3stap),
355       function::user_short_error(3stap),  function::user_short(3stap),
356                       function::user_short_warn(3stap),
357       function::user_ushort_error(3stap),
358       function::user_ushort(3stap),
359       function::user_ushort_warn(3stap),
360       function::user_int_error(3stap),    function::user_int(3stap),
361       function::user_int_warn(3stap),
362       function::user_long_error(3stap),   function::user_long(3stap),
363       function::user_long_warn(3stap),
364       function::user_ulong_error(3stap),  function::user_ulong(3stap),
365                      function::user_ulong_warn(3stap),
366       function::user_int8_error(3stap),   function::user_int8(3stap),
367       function::user_uint8_error(3stap),  function::user_uint8(3stap),
368                      function::user_int16_error(3stap),
369       function::user_int16(3stap),
370       function::user_uint16_error(3stap),
371       function::user_uint16(3stap),
372       function::user_int32_error(3stap),  function::user_int32(3stap),
373                     function::user_uint32_error(3stap),
374       function::user_uint32(3stap),
375       function::user_int64_error(3stap),  function::user_int64(3stap),
376                      function::user_uint64_error(3stap),
377       function::user_uint64(3stap),
378       function::user_buffer_quoted(3stap),
379       function::user_buffer_quoted_error(3stap),              stap(1),
380       stapprobes(3stap)
381
382
383
384SystemTap Tapset Reference       October 2018      TAPSET::UCONVERSIONS(3stap)
Impressum