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

SEE ALSO

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