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

NAME

6       tapset::conversions - systemtap conversions tapset
7
8

DESCRIPTION

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
18              error 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_string_n
30              Retrieves string of given length from kernel memory
31
32              See function::kernel_string_n(3stap)
33               for details.
34
35       kernel_string_utf32
36              Retrieves UTF-32 string from kernel memory
37
38              See function::kernel_string_utf32(3stap)
39               for details.
40
41       kernel_string_utf32
42              Retrieves UTF-32 string from kernel memory with  alterna‐
43              tive error string
44
45              See function::kernel_string_utf32(3stap)
46               for details.
47
48       kernel_string_quoted_utf32
49              Quote given UTF-32 kernel string.
50
51              See function::kernel_string_quoted_utf32(3stap)
52               for details.
53
54       kernel_string_utf16
55              Retrieves UTF-16 string from kernel memory
56
57              See function::kernel_string_utf16(3stap)
58               for details.
59
60       kernel_string_utf16
61              Retrieves  UTF-16 string from kernel memory with alterna‐
62              tive error string
63
64              See function::kernel_string_utf16(3stap)
65               for details.
66
67       kernel_string_quoted_utf16
68              Quote given kernel UTF-16 string.
69
70              See function::kernel_string_quoted_utf16(3stap)
71               for details.
72
73       kernel_long
74              Retrieves a long value stored in kernel memory
75
76              See function::kernel_long(3stap)
77               for details.
78
79       kernel_int
80              Retrieves an int value stored in kernel memory
81
82              See function::kernel_int(3stap)
83               for details.
84
85       kernel_short
86              Retrieves a short value stored in kernel memory
87
88              See function::kernel_short(3stap)
89               for details.
90
91       kernel_char
92              Retrieves a char value stored in kernel memory
93
94              See function::kernel_char(3stap)
95               for details.
96
97       kernel_pointer
98              Retrieves a pointer value stored in kernel memory
99
100              See function::kernel_pointer(3stap)
101               for details.
102
103       kernel_buffer_quoted
104              Retrieves and quotes buffer from kernel space
105
106              See function::kernel_buffer_quoted(3stap)
107               for details.
108
109       kernel_buffer_quoted
110              Retrieves and quotes buffer from kernel space
111
112              See function::kernel_buffer_quoted(3stap)
113               for details.
114
115       kernel_buffer_quoted_error
116              Retrieves and quotes buffer from kernel space
117
118              See function::kernel_buffer_quoted_error(3stap)
119               for details.
120
121

SEE ALSO

123                       function::kernel_string(3stap),
124       function::kernel_string_quoted(3stap),
125       function::kernel_string_n(3stap),
126       function::kernel_string_utf32(3stap),
127       function::kernel_string_quoted_utf32(3stap),
128       function::kernel_string_utf16(3stap),
129       function::kernel_string_quoted_utf16(3stap),
130       function::kernel_long(3stap),     function::kernel_int(3stap),
131       function::kernel_short(3stap),   function::kernel_char(3stap),
132       function::kernel_pointer(3stap),
133       function::kernel_buffer_quoted(3stap),
134       function::kernel_buffer_quoted_error(3stap),            stap(1),
135       stapprobes(3stap)
136
137
138
139SystemTap Tapset Reference       November 2019      TAPSET::CONVERSIONS(3stap)
Impressum