Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapset::conversions(3stap) [centos man page]

tapset::conversions(3stap)												tapset::conversions(3stap)

NAME
tapset::conversions - systemtap conversions tapset DESCRIPTION
kernel_string Retrieves string from kernel memory See function::kernel_string(3stap) for details. kernel_string2 Retrieves string from kernel memory with alternative error string See function::kernel_string2(3stap) for details. kernel_string_n Retrieves string of given length from kernel memory See function::kernel_string_n(3stap) for details. kernel_string_utf32 Retrieves UTF-32 string from kernel memory See function::kernel_string_utf32(3stap) for details. kernel_string2_utf32 Retrieves UTF-32 string from kernel memory with alternative error string See function::kernel_string2_utf32(3stap) for details. kernel_string_utf16 Retrieves UTF-16 string from kernel memory See function::kernel_string_utf16(3stap) for details. kernel_string2_utf16 Retrieves UTF-16 string from kernel memory with alternative error string See function::kernel_string2_utf16(3stap) for details. kernel_long Retrieves a long value stored in kernel memory See function::kernel_long(3stap) for details. kernel_int Retrieves an int value stored in kernel memory See function::kernel_int(3stap) for details. kernel_short Retrieves a short value stored in kernel memory See function::kernel_short(3stap) for details. kernel_char Retrieves a char value stored in kernel memory See function::kernel_char(3stap) for details. kernel_pointer Retrieves a pointer value stored in kernel memory See function::kernel_pointer(3stap) for details. SEE ALSO
function::kernel_string(3stap), function::kernel_string2(3stap), function::kernel_string_n(3stap), function::kernel_string_utf32(3stap), function::kernel_string2_utf32(3stap), function::kernel_string_utf16(3stap), function::kernel_string2_utf16(3stap), function::kernel_long(3stap), function::kernel_int(3stap), function::kernel_short(3stap), function::kernel_char(3stap), function::kernel_pointer(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::conversions(3stap)

Check Out this Related Man Page

tapset::queue_stats(3stap)												tapset::queue_stats(3stap)

NAME
tapset::queue_stats - systemtap queue_stats tapset DESCRIPTION
qs_wait Function to record enqueue requests See function::qs_wait(3stap) for details. qs_run Function to record being moved from wait queue to being serviced See function::qs_run(3stap) for details. qs_done Function to record finishing request See function::qs_done(3stap) for details. qsq_start Function to reset the stats for a queue See function::qsq_start(3stap) for details. qsq_utilization Fraction of time that any request was being serviced See function::qsq_utilization(3stap) for details. qsq_blocked Returns the time reqest was on the wait queue See function::qsq_blocked(3stap) for details. qsq_wait_queue_length length of wait queue See function::qsq_wait_queue_length(3stap) for details. qsq_service_time Amount of time per request service See function::qsq_service_time(3stap) for details. qsq_wait_time Amount of time in queue + service per request See function::qsq_wait_time(3stap) for details. qsq_throughput Number of requests served per unit time See function::qsq_throughput(3stap) for details. qsq_print Prints a line of statistics for the given queue See function::qsq_print(3stap) for details. SEE ALSO
function::qs_wait(3stap), function::qs_run(3stap), function::qs_done(3stap), function::qsq_start(3stap), function::qsq_utilization(3stap), function::qsq_blocked(3stap), function::qsq_wait_queue_length(3stap), function::qsq_service_time(3stap), function::qsq_wait_time(3stap), function::qsq_throughput(3stap), function::qsq_print(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::queue_stats(3stap)
Man Page