PROBE::SCHEDULER\&.C

Section: Scheduler Tapset (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

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

SYNOPSIS

scheduler.ctxswitch 
 

VALUES

next_pid

The PID of the process to be switched in

next_priority

The priority of the process to be switched in

prev_task_name

The name of the process to be switched out

prev_pid

The PID of the process to be switched out

prev_priority

The priority of the process to be switched out

next_task_name

The name of the process to be switched in

prev_tid

The TID of the process to be switched out

name

name of the probe point

nexttsk_state

the state of the process to be switched in

next_tid

The TID of the process to be switched in

prevtsk_state

the state of the process to be switched out
 

SEE ALSO

tapset::scheduler(3stap)


 

Index

NAME
SYNOPSIS
VALUES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:19 GMT, November 16, 2022