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::scheduler(3stap)												  tapset::scheduler(3stap)

NAME
tapset::scheduler - systemtap scheduler tapset DESCRIPTION
scheduler.cpu_off Process is about to stop running on a cpu See probe::scheduler.cpu_off(3stap) for details. scheduler.cpu_on Process is beginning execution on a cpu See probe::scheduler.cpu_on(3stap) for details. scheduler.tick Schedulers internal tick, a processes timeslice accounting is updated See probe::scheduler.tick(3stap) for details. scheduler.balance A cpu attempting to find more work. See probe::scheduler.balance(3stap) for details. scheduler.ctxswitch A context switch is occuring. See probe::scheduler.ctxswitch(3stap) for details. scheduler.kthread_stop A thread created by kthread_create is being stopped See probe::scheduler.kthread_stop(3stap) for details. scheduler.kthread_stop.return A kthread is stopped and gets the return value See probe::scheduler.kthread_stop.return(3stap) for details. scheduler.wait_task Waiting on a task to unschedule (become inactive) See probe::scheduler.wait_task(3stap) for details. scheduler.wakeup Task is woken up See probe::scheduler.wakeup(3stap) for details. scheduler.wakeup_new Newly created task is woken up for the first time See probe::scheduler.wakeup_new(3stap) for details. scheduler.migrate Task migrating across cpus See probe::scheduler.migrate(3stap) for details. scheduler.process_free Scheduler freeing a data structure for a process See probe::scheduler.process_free(3stap) for details. scheduler.process_exit Process exiting See probe::scheduler.process_exit(3stap) for details. scheduler.process_wait Scheduler starting to wait on a process See probe::scheduler.process_wait(3stap) for details. scheduler.process_fork Process forked See probe::scheduler.process_fork(3stap) for details. scheduler.signal_send Sending a signal See probe::scheduler.signal_send(3stap) for details. SEE ALSO
probe::scheduler.cpu_off(3stap), probe::scheduler.cpu_on(3stap), probe::scheduler.tick(3stap), probe::scheduler.balance(3stap), probe::scheduler.ctxswitch(3stap), probe::scheduler.kthread_stop(3stap), probe::scheduler.kthread_stop.return(3stap), probe::scheduler.wait_task(3stap), probe::scheduler.wakeup(3stap), probe::scheduler.wakeup_new(3stap), probe::scheduler.migrate(3stap), probe::scheduler.process_free(3stap), probe::scheduler.process_exit(3stap), probe::scheduler.process_wait(3stap), probe::scheduler.process_fork(3stap), probe::scheduler.signal_send(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::scheduler(3stap)
Man Page