'\" t .\" Title: probe::scheduler.cpu_off .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: Scheduler Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::SCHEDULER\&.C" "3stap" "May 2021" "SystemTap Tapset Reference" "Scheduler Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::scheduler.cpu_off \- Process is about to stop running on a cpu .SH "SYNOPSIS" .sp .nf scheduler\&.cpu_off .fi .SH "VALUES" .PP \fItask_next\fR .RS 4 the process replacing current .RE .PP \fItask_prev\fR .RS 4 the process leaving the cpu (same as current) .RE .PP \fIname\fR .RS 4 name of the probe point .RE .PP \fIidle\fR .RS 4 boolean indicating whether current is the idle process .RE .SH "CONTEXT" .PP The process leaving the cpu\&. .SH SEE ALSO\n .IR tapset::scheduler (3stap)