logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::scheduler.cpu_off - Process is about to stop running on a cpu

Context

       The process leaving the cpu.

Name

       probe::scheduler.cpu_off - Process is about to stop running on a cpu

See Also

tapset::scheduler(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SCHEDULER.C(3stap)

Synopsis

       scheduler.cpu_off

Values

task_next
           the process replacing current

       task_prev
           the process leaving the cpu (same as current)

       name
           name of the probe point

       idle
           boolean indicating whether current is the idle process

See Also