1PROBE::SCHEDULER.C(3stap) Scheduler Tapset PROBE::SCHEDULER.C(3stap)
2
3
4
6 probe::scheduler.ctxswitch - A context switch is occuring.
7
9 scheduler.ctxswitch
10
12 name
13 name of the probe point
14
15 prev_tid
16 The TID of the process to be switched out
17
18 prev_priority
19 The priority of the process to be switched out
20
21 nexttsk_state
22 the state of the process to be switched in
23
24 prev_task_name
25 The name of the process to be switched out
26
27 prev_pid
28 The PID of the process to be switched out
29
30 next_pid
31 The PID of the process to be switched in
32
33 next_task_name
34 The name of the process to be switched in
35
36 next_tid
37 The TID of the process to be switched in
38
39 next_priority
40 The priority of the process to be switched in
41
42 prevtsk_state
43 the state of the process to be switched out
44
46 tapset::scheduler(3stap)
47
48
49
50SystemTap Tapset Reference November 2019 PROBE::SCHEDULER.C(3stap)