'\" t .\" Title: probe::ioscheduler.elv_add_request.tp .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: IO Scheduler and block IO Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::IOSCHEDULER\&" "3stap" "May 2021" "SystemTap Tapset Reference" "IO Scheduler and block IO Taps" .\" ----------------------------------------------------------------- .\" * 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::ioscheduler.elv_add_request.tp \- tracepoint based probe to indicate a request is added to the request queue\&. .SH "SYNOPSIS" .sp .nf ioscheduler\&.elv_add_request\&.tp .fi .SH "VALUES" .PP \fIq\fR .RS 4 Pointer to request queue\&. .RE .PP \fIdisk_minor\fR .RS 4 Disk minor number of request\&. .RE .PP \fIrq\fR .RS 4 Address of request\&. .RE .PP \fIrq_flags\fR .RS 4 Request flags\&. .RE .PP \fIdisk_major\fR .RS 4 Disk major no of request\&. .RE .PP \fIname\fR .RS 4 Name of the probe point .RE .PP \fIelevator_name\fR .RS 4 The type of I/O elevator currently enabled\&. .RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap)