이 콘텐츠는 선택한 언어로 제공되지 않습니다.
probe::scheduler.cpu_off
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.