1TAPSET::UCONVERSIONS-GURU(3stap) TAPSET::UCONVERSIONS-GURU(3stap)
2
3
4
6 tapset::uconversions-guru - systemtap uconversions-guru tapset
7
8
10 set_user_string
11 Writes a string to user memory
12
13 See function::set_user_string(3stap)
14 for details.
15
16 set_user_string_n
17 Writes a string of given length to user memory
18
19 See function::set_user_string_n(3stap)
20 for details.
21
22 set_user_long
23 Writes a long value to user memory
24
25 See function::set_user_long(3stap)
26 for details.
27
28 set_user_int
29 Writes an int value to user memory
30
31 See function::set_user_int(3stap)
32 for details.
33
34 set_user_short
35 Writes a short value to user memory
36
37 See function::set_user_short(3stap)
38 for details.
39
40 set_user_char
41 Writes a char value to user memory
42
43 See function::set_user_char(3stap)
44 for details.
45
46 set_user_pointer
47 Writes a pointer value to user memory.
48
49 See function::set_user_pointer(3stap)
50 for details.
51
52
54 function::set_user_string(3stap),
55 function::set_user_string_n(3stap),
56 function::set_user_long(3stap), function::set_user_int(3stap),
57 function::set_user_short(3stap),
58 function::set_user_char(3stap),
59 function::set_user_pointer(3stap), stap(1), stapprobes(3stap)
60
61
62
63SystemTap Tapset Reference November 2019TAPSET::UCONVERSIONS-GURU(3stap)