TAPSET::UCONVERSIONS - Online Linux Manual PageSection : 3stap
Updated : November 2020
Source : SystemTap Tapset Reference

NAMEtapset::uconversions − systemtap uconversions tapset

DESCRIPTION  user_string  Retrieves string from user space See function::user_string(3stap)
 for details.
user_string_nofault  Retrieves string from user space See function::user_string_nofault(3stap)
 for details.
user_string  Retrieves string from user space with alternative error string See function::user_string(3stap)
 for details.
user_string_warn  Retrieves string from user space See function::user_string_warn(3stap)
 for details.
user_string_warn  Retrieves string from user space with alternative warning string See function::user_string_warn(3stap)
 for details.
user_string_quoted  Retrieves and quotes string from user space See function::user_string_quoted(3stap)
 for details.
user_string_n  Retrieves string of given length from user space See function::user_string_n(3stap)
 for details.
user_string_n_nofault  Retrieves string of given length from user space See function::user_string_n_nofault(3stap)
 for details.
user_string_n  Retrieves string of given length from user space See function::user_string_n(3stap)
 for details.
user_string_n_warn  Retrieves string from user space See function::user_string_n_warn(3stap)
 for details.
user_string_n_warn  Retrieves string from user space with alternative warning string See function::user_string_n_warn(3stap)
 for details.
user_string_n_quoted  Retrieves and quotes string from user space See function::user_string_n_quoted(3stap)
 for details.
user_string_n_quoted  Retrieves and quotes string from user space See function::user_string_n_quoted(3stap)
 for details.
user_string_utf32  Retrieves UTF-32 string from user memory See function::user_string_utf32(3stap)
 for details.
user_string_utf32  Retrieves UTF-32 string from user memory with alternative error string See function::user_string_utf32(3stap)
 for details.
user_string_quoted_utf32  Quote given user UTF-32 string. See function::user_string_quoted_utf32(3stap)
 for details.
user_string_utf16  Retrieves UTF-16 string from user memory See function::user_string_utf16(3stap)
 for details.
user_string_utf16  Retrieves UTF-16 string from user memory with alternative error string See function::user_string_utf16(3stap)
 for details.
user_string_quoted_utf16  Quote given user UTF-16 string. See function::user_string_quoted_utf16(3stap)
 for details.
user_char_error  Retrieves a char value stored in user space See function::user_char_error(3stap)
 for details.
user_char  Retrieves a char value stored in user space See function::user_char(3stap)
 for details.
user_char_warn  Retrieves a char value stored in user space See function::user_char_warn(3stap)
 for details.
user_short_error  Retrieves a short value stored in user space See function::user_short_error(3stap)
 for details.
user_short  Retrieves a short value stored in user space See function::user_short(3stap)
 for details.
user_short_warn  Retrieves a short value stored in user space See function::user_short_warn(3stap)
 for details.
user_ushort_error  Retrieves an unsigned short value stored in user space See function::user_ushort_error(3stap)
 for details.
user_ushort  Retrieves an unsigned short value stored in user space See function::user_ushort(3stap)
 for details.
user_ushort_warn  Retrieves an unsigned short value stored in user space See function::user_ushort_warn(3stap)
 for details.
user_int_error  Retrieves an int value stored in user space See function::user_int_error(3stap)
 for details.
user_int  Retrieves an int value stored in user space See function::user_int(3stap)
 for details.
user_int_warn  Retrieves an int value stored in user space See function::user_int_warn(3stap)
 for details.
user_long_error  Retrieves a long value stored in user space See function::user_long_error(3stap)
 for details.
user_long  Retrieves a long value stored in user space See function::user_long(3stap)
 for details.
user_long_warn  Retrieves a long value stored in user space See function::user_long_warn(3stap)
 for details.
user_ulong_error  Retrieves a unsigned long value stored in user space See function::user_ulong_error(3stap)
 for details.
user_ulong  Retrieves an unsigned long value stored in user space See function::user_ulong(3stap)
 for details.
user_ulong_warn  Retrieves an unsigned long value stored in user space See function::user_ulong_warn(3stap)
 for details.
user_int8_error  Retrieves a 8-bit integer value stored in user space See function::user_int8_error(3stap)
 for details.
user_int8  Retrieves a 8-bit integer value stored in user space See function::user_int8(3stap)
 for details.
user_uint8_error  Retrieves a unsigned 8-bit integer value stored in user space See function::user_uint8_error(3stap)
 for details.
user_uint8  Retrieves a unsigned 8-bit integer value stored in user space See function::user_uint8(3stap)
 for details.
user_int16_error  Retrieves a 16-bit integer value stored in user space See function::user_int16_error(3stap)
 for details.
user_int16  Retrieves a 16-bit integer value stored in user space See function::user_int16(3stap)
 for details.
user_uint16_error  Retrieves an unsigned 16-bit integer value stored in user space See function::user_uint16_error(3stap)
 for details.
user_uint16  Retrieves an unsigned 16-bit integer value stored in user space See function::user_uint16(3stap)
 for details.
user_int32_error  Retrieves a 32-bit integer value stored in user space See function::user_int32_error(3stap)
 for details.
user_int32  Retrieves a 32-bit integer value stored in user space See function::user_int32(3stap)
 for details.
user_uint32_error  Retrieves an unsigned 32-bit integer value stored in user space See function::user_uint32_error(3stap)
 for details.
user_uint32  Retrieves an unsigned 32-bit integer value stored in user space See function::user_uint32(3stap)
 for details.
user_int64_error  Retrieves a 64-bit integer value stored in user space See function::user_int64_error(3stap)
 for details.
user_int64  Retrieves a 64-bit integer value stored in user space See function::user_int64(3stap)
 for details.
user_uint64_error  Retrieves an unsigned 64-bit integer value stored in user space See function::user_uint64_error(3stap)
 for details.
user_uint64  Retrieves an unsigned 64-bit integer value stored in user space See function::user_uint64(3stap)
 for details.
user_buffer_quoted  Retrieves and quotes buffer from user space See function::user_buffer_quoted(3stap)
 for details.
user_buffer_quoted_error  Retrieves and quotes buffer from user space See function::user_buffer_quoted_error(3stap)
 for details.

SEE ALSO.BR ­function::user_string(3stap), .BR ­function::user_string_nofault(3stap), .BR ­function::user_string(3stap), .BR ­function::user_string_warn(3stap), .BR ­function::user_string_quoted(3stap), .BR ­function::user_string_n(3stap), .BR ­function::user_string_n_nofault(3stap), .BR ­function::user_string_n(3stap), .BR ­function::user_string_n_warn(3stap), .BR ­function::user_string_n_quoted(3stap), .BR ­function::user_string_utf32(3stap), .BR ­function::user_string_quoted_utf32(3stap), .BR ­function::user_string_utf16(3stap), .BR ­function::user_string_quoted_utf16(3stap), .BR ­function::user_char_error(3stap), .BR ­function::user_char(3stap), .BR ­function::user_char_warn(3stap), .BR ­function::user_short_error(3stap), .BR ­function::user_short(3stap), .BR ­function::user_short_warn(3stap), .BR ­function::user_ushort_error(3stap), .BR ­function::user_ushort(3stap), .BR ­function::user_ushort_warn(3stap), .BR ­function::user_int_error(3stap), .BR ­function::user_int(3stap), .BR ­function::user_int_warn(3stap), .BR ­function::user_long_error(3stap), .BR ­function::user_long(3stap), .BR ­function::user_long_warn(3stap), .BR ­function::user_ulong_error(3stap), .BR ­function::user_ulong(3stap), .BR ­function::user_ulong_warn(3stap), .BR ­function::user_int8_error(3stap), .BR ­function::user_int8(3stap), .BR ­function::user_uint8_error(3stap), .BR ­function::user_uint8(3stap), .BR ­function::user_int16_error(3stap), .BR ­function::user_int16(3stap), .BR ­function::user_uint16_error(3stap), .BR ­function::user_uint16(3stap), .BR ­function::user_int32_error(3stap), .BR ­function::user_int32(3stap), .BR ­function::user_uint32_error(3stap), .BR ­function::user_uint32(3stap), .BR ­function::user_int64_error(3stap), .BR ­function::user_int64(3stap), .BR ­function::user_uint64_error(3stap), .BR ­function::user_uint64(3stap), .BR ­function::user_buffer_quoted(3stap), .BR ­function::user_buffer_quoted_error(3stap), .BR ­stap(1), ­stapprobes(3stap)
0
Johanes Gumabo
Data Size   :   47,867 byte
man-tapset::uconversions.3stapBuild   :   2024-12-05, 20:55   :  
Visitor Screen   :   x
Visitor Counter ( page / site )   :   4 / 183,009
Visitor ID   :     :  
Visitor IP   :   3.149.242.223   :  
Visitor Provider   :   AMAZON-02   :  
Provider Position ( lat x lon )   :   39.962500 x -83.006100   :   x
Provider Accuracy Radius ( km )   :   1000   :  
Provider City   :   Columbus   :  
Provider Province   :   Ohio ,   :   ,
Provider Country   :   United States   :  
Provider Continent   :   North America   :  
Visitor Recorder   :   Version   :  
Visitor Recorder   :   Library   :  
Online Linux Manual Page   :   Version   :   Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page   :   Library   :   lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page   :   Library   :   lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base   :   Version   :   Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base   :   Library   :   lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36

Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.

ERROR : Need New Coding :         (rof_BR|3|tapset::uconversions.3stap|450|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|452|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|454|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|456|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|458|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|460|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|462|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|464|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|466|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|468|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|470|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|472|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|474|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|476|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|478|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|480|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|482|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|484|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|486|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|488|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|490|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|492|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|494|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|496|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|498|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|500|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|502|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|504|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|506|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|508|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|510|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|512|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|514|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|516|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|518|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|520|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|522|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|524|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|526|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|528|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|530|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|532|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|534|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|536|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|538|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|540|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|542|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|544|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|546|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|548|1|.BR )         (rof_BR|3|tapset::uconversions.3stap|550|1|.BR )