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_string_arg
23 Writes a string to user memory.
24
25 See function::set_user_string_arg(3stap)
26 for details.
27
28 set_user_long
29 Writes a long value to user memory
30
31 See function::set_user_long(3stap)
32 for details.
33
34 set_user_int
35 Writes an int value to user memory
36
37 See function::set_user_int(3stap)
38 for details.
39
40 set_user_short
41 Writes a short value to user memory
42
43 See function::set_user_short(3stap)
44 for details.
45
46 set_user_char
47 Writes a char value to user memory
48
49 See function::set_user_char(3stap)
50 for details.
51
52 set_user_pointer
53 Writes a pointer value to user memory.
54
55 See function::set_user_pointer(3stap)
56 for details.
57
58
60 function::set_user_string(3stap), function::set_user_string_n(3stap),
61 function::set_user_string_arg(3stap), function::set_user_long(3stap),
62 function::set_user_int(3stap), function::set_user_short(3stap),
63 function::set_user_char(3stap), function::set_user_pointer(3stap),
64 stap(1), stapprobes(3stap)
65
66
67
68SystemTap Tapset Reference November 2020TAPSET::UCONVERSIONS-GURU(3stap)