logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::scheduler(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SCHEDULER.C(3stap)

Synopsis

       scheduler.ctxswitch

Values

prev_task_name
           The name of the process to be switched out

       next_task_name
           The name of the process to be switched in

       prev_pid
           The PID of the process to be switched out

       next_pid
           The PID of the process to be switched in

       prev_tid
           The TID 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

       prev_priority
           The priority of the process to be switched out

       nexttsk_state
           the state of the process to be switched in

       prevtsk_state
           the state of the process to be switched out

       name
           name of the probe point

See Also