1PROBE::SCHEDULER.C(3stap) Scheduler Tapset PROBE::SCHEDULER.C(3stap)
2
3
4
6 probe::scheduler.cpu_off - Process is about to stop running on a cpu
7
9 scheduler.cpu_off
10
12 idle
13 boolean indicating whether current is the idle process
14
15 task_prev
16 the process leaving the cpu (same as current)
17
18 task_next
19 the process replacing current
20
21 name
22 name of the probe point
23
25 The process leaving the cpu.
26
28 tapset::scheduler(3stap)
29
30
31
32SystemTap Tapset Reference November 2021 PROBE::SCHEDULER.C(3stap)