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_string2
17              Retrieves  string  from user space with alternative error
18              string
19
20              See function::user_string2(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_string2_warn
30              Retrieves string from user space with alternative warning
31              string
32
33              See function::user_string2_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_n2
49              Retrieves string of given length from user space
50
51              See function::user_string_n2(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_string2_n_warn
61              Retrieves string from user space with alternative warning
62              string
63
64              See function::user_string2_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_n2_quoted
74              Retrieves and quotes string from user space
75
76              See function::user_string_n2_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_string2_utf32
86              Retrieves UTF-32 string from user memory with alternative
87              error string
88
89              See function::user_string2_utf32(3stap)
90               for details.
91
92       user_string_utf16
93              Retrieves UTF-16 string from user memory
94
95              See function::user_string_utf16(3stap)
96               for details.
97
98       user_string2_utf16
99              Retrieves UTF-16 string from user memory with alternative
100              error string
101
102              See function::user_string2_utf16(3stap)
103               for details.
104
105       user_char
106              Retrieves a char value stored in user space
107
108              See function::user_char(3stap)
109               for details.
110
111       user_char_warn
112              Retrieves a char value stored in user space
113
114              See function::user_char_warn(3stap)
115               for details.
116
117       user_short
118              Retrieves a short value stored in user space
119
120              See function::user_short(3stap)
121               for details.
122
123       user_short_warn
124              Retrieves a short value stored in user space
125
126              See function::user_short_warn(3stap)
127               for details.
128
129       user_ushort
130              Retrieves an unsigned short value stored in user space
131
132              See function::user_ushort(3stap)
133               for details.
134
135       user_ushort_warn
136              Retrieves an unsigned short value stored in user space
137
138              See function::user_ushort_warn(3stap)
139               for details.
140
141       user_int
142              Retrieves an int value stored in user space
143
144              See function::user_int(3stap)
145               for details.
146
147       user_int_warn
148              Retrieves an int value stored in user space
149
150              See function::user_int_warn(3stap)
151               for details.
152
153       user_long
154              Retrieves a long value stored in user space
155
156              See function::user_long(3stap)
157               for details.
158
159       user_long_warn
160              Retrieves a long value stored in user space
161
162              See function::user_long_warn(3stap)
163               for details.
164
165       user_ulong
166              Retrieves an unsigned long value stored in user space
167
168              See function::user_ulong(3stap)
169               for details.
170
171       user_ulong_warn
172              Retrieves an unsigned long value stored in user space
173
174              See function::user_ulong_warn(3stap)
175               for details.
176
177       user_int8
178              Retrieves a 8-bit integer value stored in user space
179
180              See function::user_int8(3stap)
181               for details.
182
183       user_uint8
184              Retrieves an unsigned 8-bit integer value stored in  user
185              space
186
187              See function::user_uint8(3stap)
188               for details.
189
190       user_int16
191              Retrieves a 16-bit integer value stored in user space
192
193              See function::user_int16(3stap)
194               for details.
195
196       user_uint16
197              Retrieves an unsigned 16-bit integer value stored in user
198              space
199
200              See function::user_uint16(3stap)
201               for details.
202
203       user_int32
204              Retrieves a 32-bit integer value stored in user space
205
206              See function::user_int32(3stap)
207               for details.
208
209       user_uint32
210              Retrieves an unsigned 32-bit integer value stored in user
211              space
212
213              See function::user_uint32(3stap)
214               for details.
215
216       user_int64
217              Retrieves a 64-bit integer value stored in user space
218
219              See function::user_int64(3stap)
220               for details.
221
222       user_uint64
223              Retrieves an unsigned 64-bit integer value stored in user
224              space
225
226              See function::user_uint64(3stap)
227               for details.
228
229

SEE ALSO

231        function::user_string(3stap),  function::user_string2(3stap),
232       function::user_string_warn(3stap),
233       function::user_string2_warn(3stap),
234       function::user_string_quoted(3stap),
235       function::user_string_n(3stap),
236       function::user_string_n2(3stap),
237       function::user_string_n_warn(3stap),
238       function::user_string2_n_warn(3stap),
239       function::user_string_n_quoted(3stap),
240       function::user_string_n2_quoted(3stap),
241       function::user_string_utf32(3stap),
242       function::user_string2_utf32(3stap),
243       function::user_string_utf16(3stap),
244       function::user_string2_utf16(3stap),
245       function::user_char(3stap),   function::user_char_warn(3stap),
246       function::user_short(3stap),  function::user_short_warn(3stap),
247       function::user_ushort(3stap),
248       function::user_ushort_warn(3stap),   function::user_int(3stap),
249       function::user_int_warn(3stap),    function::user_long(3stap),
250       function::user_long_warn(3stap),   function::user_ulong(3stap),
251       function::user_ulong_warn(3stap),  function::user_int8(3stap),
252       function::user_uint8(3stap),      function::user_int16(3stap),
253       function::user_uint16(3stap),    function::user_int32(3stap),
254       function::user_uint32(3stap),     function::user_int64(3stap),
255       function::user_uint64(3stap),  stap(1), stapprobes(3stap)
256
257
258
259IBM                                   ---          tapset::uconversions(3stap)
Impressum