1PROBE::SCHEDULER.C(3stap)      Scheduler Tapset      PROBE::SCHEDULER.C(3stap)
2
3
4

NAME

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

SYNOPSIS

9       scheduler.ctxswitch
10

VALUES

12       next_tid
13           The TID of the process to be switched in
14
15       prevtsk_state
16           the state of the process to be switched out
17
18       prev_task_name
19           The name of the process to be switched out
20
21       next_priority
22           The priority of the process to be switched in
23
24       next_pid
25           The PID of the process to be switched in
26
27       prev_tid
28           The TID of the process to be switched out
29
30       nexttsk_state
31           the state of the process to be switched in
32
33       next_task_name
34           The name of the process to be switched in
35
36       prev_pid
37           The PID of the process to be switched out
38
39       name
40           name of the probe point
41
42       prev_priority
43           The priority of the process to be switched out
44

SEE ALSO

46       tapset::scheduler(3stap)
47
48
49
50SystemTap Tapset Reference         May 2021          PROBE::SCHEDULER.C(3stap)
Impressum