PROBE::SCHEDULER\&.C
Section: Scheduler Tapset (3stap)
Updated: November 2020
Page Index
NAME
probe::scheduler.cpu_off - Process is about to stop running on a cpu
SYNOPSIS
scheduler.cpu_off
VALUES
task_prev
-
the process leaving the cpu (same as current)
idle
-
boolean indicating whether current is the idle process
name
-
name of the probe point
task_next
-
the process replacing current
CONTEXT
The process leaving the cpu.
SEE ALSO
tapset::scheduler(3stap)