Provided by: systemtap-doc_3.1-3ubuntu0.1_all bug

NAME

       probe::scheduler.ctxswitch - A context switch is occurring.

SYNOPSIS

       scheduler.ctxswitch

VALUES

       prevtsk_state
           the state of the process to be switched out

       prev_tid
           The TID of the process to be switched out

       next_task_name
           The name of the process to be switched in

       next_pid
           The PID of the process to be switched in

       nexttsk_state
           the state of the process to be switched in

       prev_pid
           The PID of the process to be switched out

       prev_priority
           The priority of the process to be switched out

       prev_task_name
           The name of the process to be switched out

       next_tid
           The TID of the process to be switched in

       next_priority
           The priority of the process to be switched in

       name
           name of the probe point

SEE ALSO

       tapset::scheduler(3stap)