From: Frank Ch. Eigler Date: Tue, 10 Nov 2020 01:45:09 +0000 (-0500) Subject: pre-release: update-docs X-Git-Tag: release-4.4~2 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=1a4c75501e873d1281d6c6c0fcf66c0f2fc1104e;p=systemtap.git pre-release: update-docs Regenerate man pages and pdf docs. --- diff --git a/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.pdf b/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.pdf index 5afb41c9b..1c63243b3 100644 Binary files a/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.pdf and b/doc/SystemTap_Beginners_Guide/en-US/SystemTap_Beginners_Guide.pdf differ diff --git a/doc/SystemTap_Tapset_Reference/man3/function::caller.3stap b/doc/SystemTap_Tapset_Reference/man3/function::caller.3stap index 5195b765a..b916ccbaf 100644 --- a/doc/SystemTap_Tapset_Reference/man3/function::caller.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/function::caller.3stap @@ -39,8 +39,7 @@ function::caller \- Return name and address of calling function None .SH "DESCRIPTION" .PP -This function returns the address and name of the calling function\&. This is equivalent to calling: sprintf("\fBs\fR -0x\fBx\fR", symname(\fBcaller_addr\fR), +This function returns the address and name of the calling function\&. This is equivalent to calling: sprintf(\(lq\fBs\fR 0x\fBx\fR\(rq, symname(\fBcaller_addr\fR), \fBcaller_addr\fR) .SH SEE ALSO\n .IR tapset::context-caller (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_add.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_add.3stap new file mode 100644 index 000000000..be2c0f896 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_add.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_add +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_ADD" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_add \- Addition between floating points +.SH "SYNOPSIS" +.sp +.nf + fp_add:long(add1:long,add2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIadd1\fR +.RS 4 +the 64 bit floating point addend +.RE +.PP +\fIadd2\fR +.RS 4 +second 64 bit floating point addend +.RE +.SH "DESCRIPTION" +.PP +Given addend 1 and addend 2, apply floating point adding +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_eq.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_eq.3stap new file mode 100644 index 000000000..b8afad07b --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_eq.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_eq +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_EQ" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_eq \- fp comparison function equal +.SH "SYNOPSIS" +.sp +.nf + fp_eq:long(infp1:long,infp2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp1\fR +.RS 4 +the 64 bit floating point input +.RE +.PP +\fIinfp2\fR +.RS 4 +second 64 bit floating point input +.RE +.SH "DESCRIPTION" +.PP +check if infp1 is equal to infp2 +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_le.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_le.3stap new file mode 100644 index 000000000..bddc404e1 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_le.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_le +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_LE" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_le \- Check if first fp is less than or equal to +.SH "SYNOPSIS" +.sp +.nf + fp_le:long(infp1:long,infp2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp1\fR +.RS 4 +the 64 bit floating point input +.RE +.PP +\fIinfp2\fR +.RS 4 +second 64 bit floating point input +.RE +.SH "DESCRIPTION" +.PP +check if infp1 is less than or equal to infp2 +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_lt.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_lt.3stap new file mode 100644 index 000000000..e6a339d9e --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_lt.3stap @@ -0,0 +1,50 @@ +'\" t +.\" Title: function::fp_lt +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_LT" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_lt \- fp comparison function less than +.SH "SYNOPSIS" +.sp +.nf + fp_lt:long(infp1:long,infp2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp1\fR +.RS 4 +the 64 bit floating point input +.RE +.PP +\fIinfp2\fR +.RS 4 +second 64 bit floating point input +.RE +.SH "DESCRIPTION" +.PP +check if infp1 is strictly less than infp2 diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_mul.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_mul.3stap new file mode 100644 index 000000000..ab5012dc7 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_mul.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_mul +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_MUL" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_mul \- Multiplication between floating points +.SH "SYNOPSIS" +.sp +.nf + fp_mul:long(mul1:long,mul2:long) +.fi +.SH "ARGUMENTS" +.PP +\fImul1\fR +.RS 4 +the 64 bit floating point multiplicand +.RE +.PP +\fImul2\fR +.RS 4 +64 bit floating point multiplier +.RE +.SH "DESCRIPTION" +.PP +result is multiplicand times multiplier +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_rem.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_rem.3stap new file mode 100644 index 000000000..42a457d97 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_rem.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_rem +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_REM" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_rem \- Floating point division +.SH "SYNOPSIS" +.sp +.nf + fp_rem:long(div1:long,div2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIdiv1\fR +.RS 4 +the 64 bit floating point dividend +.RE +.PP +\fIdiv2\fR +.RS 4 +64 bit floating point divisor +.RE +.SH "DESCRIPTION" +.PP +result would be the remainder after divisor divides dividend +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_sqrt.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_sqrt.3stap new file mode 100644 index 000000000..ad46e0d9c --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_sqrt.3stap @@ -0,0 +1,47 @@ +'\" t +.\" Title: function::fp_sqrt +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_SQRT" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_sqrt \- Floating point square root +.SH "SYNOPSIS" +.sp +.nf + fp_sqrt:long(infp:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp\fR +.RS 4 +the 64 bit floating point input +.RE +.SH "DESCRIPTION" +.PP +apply sqrt to input floating point +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_sub.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_sub.3stap new file mode 100644 index 000000000..779d3cce3 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_sub.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_sub +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_SUB" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_sub \- Subtraction between floating points +.SH "SYNOPSIS" +.sp +.nf + fp_sub:long(sub1:long,sub2:long) +.fi +.SH "ARGUMENTS" +.PP +\fIsub1\fR +.RS 4 +the 64 bit floating point minuend +.RE +.PP +\fIsub2\fR +.RS 4 +64 bit floating point subtrahend +.RE +.SH "DESCRIPTION" +.PP +result would be minuend minus subtrahend +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_to_long.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_to_long.3stap new file mode 100644 index 000000000..b90c0463c --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_to_long.3stap @@ -0,0 +1,57 @@ +'\" t +.\" Title: function::fp_to_long +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_TO_LONG" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_to_long \- Convert fp to int64 +.SH "SYNOPSIS" +.sp +.nf + fp_to_long:long(infp:long,roundingMode:long,exact:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp\fR +.RS 4 +the 64 bit floating point stored in long +.RE +.PP +\fIroundingMode\fR +.RS 4 +through 0\-6, which are round to nearest even, minMag, min, max, near maxMag and round to odd +.RE +.PP +\fIexact\fR +.RS 4 +the boolean value, if exact is 1 than raising inexact exception, otherwise ignore the exception\&. +.RE +.SH "DESCRIPTION" +.PP +Given a 64 bit floating point, which is stored in long, use the long value to initiate self\-defined float64_t type, then apply the f64_to_i64 function to get the string representation\&. +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::fp_to_string.3stap b/doc/SystemTap_Tapset_Reference/man3/function::fp_to_string.3stap new file mode 100644 index 000000000..5ac7fe3cd --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::fp_to_string.3stap @@ -0,0 +1,52 @@ +'\" t +.\" Title: function::fp_to_string +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::FP_TO_STRI" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::fp_to_string \- Convert 64 bit floating point to string +.SH "SYNOPSIS" +.sp +.nf + fp_to_string:string(infp:long,precision:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinfp\fR +.RS 4 +the 64 bit floating point stored in long +.RE +.PP +\fIprecision\fR +.RS 4 +number of digits after decimal point +.RE +.SH "DESCRIPTION" +.PP +Given a 64 bit floating point, which is stored in long, use the long value to initiate self\-defined float64_t type, then apply the f64_to_i64 function to get the string representation\&. +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::long_to_fp.3stap b/doc/SystemTap_Tapset_Reference/man3/function::long_to_fp.3stap new file mode 100644 index 000000000..e4703e3be --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::long_to_fp.3stap @@ -0,0 +1,47 @@ +'\" t +.\" Title: function::long_to_fp +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::LONG_TO_FP" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::long_to_fp \- Convert long int to 64 bit floating point +.SH "SYNOPSIS" +.sp +.nf + long_to_fp:long(input:long) +.fi +.SH "ARGUMENTS" +.PP +\fIinput\fR +.RS 4 +a long integer +.RE +.SH "DESCRIPTION" +.PP +Convert from a long to a softfloat floating point, then print the floating point value\&. +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/function::string_to_fp.3stap b/doc/SystemTap_Tapset_Reference/man3/function::string_to_fp.3stap new file mode 100644 index 000000000..30e80e968 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man3/function::string_to_fp.3stap @@ -0,0 +1,47 @@ +'\" t +.\" Title: function::string_to_fp +.\" Author: +.\" Generator: DocBook XSL Stylesheets vsnapshot +.\" Date: November 2020 +.\" Manual: Floating point processing Tapset +.\" Source: SystemTap Tapset Reference +.\" Language: English +.\" +.TH "FUNCTION::STRING_TO_" "3stap" "November 2020" "SystemTap Tapset Reference" "Floating point processing 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" +function::string_to_fp \- Convert the given string into floating point +.SH "SYNOPSIS" +.sp +.nf + string_to_fp:long(input:string) +.fi +.SH "ARGUMENTS" +.PP +\fIinput\fR +.RS 4 +the string representation of a decimal number +.RE +.SH "DESCRIPTION" +.PP +Given the string representation of a decimal number, convert it to a floating point which is stored in 64 bit long\&. +.SH SEE ALSO\n +.IR tapset::floatingpoint (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.end.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.end.3stap index 4af206e09..41ec0fb5d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.end.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.end.3stap @@ -36,44 +36,44 @@ ioblock\&.end .fi .SH "VALUES" .PP -\fIerror\fR +\fIrw\fR .RS 4 -0 on success +binary trace for read/write request .RE .PP -\fIdevname\fR +\fIino\fR .RS 4 -block device name +i\-node number of the mapped file .RE .PP -\fIflags\fR +\fIsize\fR .RS 4 -see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported +total size in bytes .RE .PP -\fIphys_segments\fR +\fIhw_segments\fR .RS 4 -number of segments in this bio after physical address coalescing is performed\&. +number of segments after physical and DMA remapping hardware coalescing is performed .RE .PP -\fIhw_segments\fR +\fIsector\fR .RS 4 -number of segments after physical and DMA remapping hardware coalescing is performed +beginning sector for the entire bio .RE .PP -\fIino\fR +\fIidx\fR .RS 4 -i\-node number of the mapped file +offset into the bio vector array .RE .PP -\fIsize\fR +\fIname\fR .RS 4 -total size in bytes +name of the probe point .RE .PP -\fIopf\fR +\fIphys_segments\fR .RS 4 -operations and flags +number of segments in this bio after physical address coalescing is performed\&. .RE .PP \fIvcnt\fR @@ -81,29 +81,29 @@ operations and flags bio vector count which represents number of array element (page, offset, length) which makes up this I/O request .RE .PP -\fIidx\fR +\fIerror\fR .RS 4 -offset into the bio vector array +0 on success .RE .PP -\fIname\fR +\fIopf\fR .RS 4 -name of the probe point +operations and flags .RE .PP -\fIsector\fR +\fIbytes_done\fR .RS 4 -beginning sector for the entire bio +number of bytes transferred .RE .PP -\fIrw\fR +\fIflags\fR .RS 4 -binary trace for read/write request +see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP -\fIbytes_done\fR +\fIdevname\fR .RS 4 -number of bytes transferred +block device name .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.request.3stap index 0345886c6..1a1605ac2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock.request.3stap @@ -36,19 +36,19 @@ ioblock\&.request .fi .SH "VALUES" .PP -\fIbdev\fR +\fIname\fR .RS 4 -target block device +name of the probe point .RE .PP -\fIflags\fR +\fIsector\fR .RS 4 -see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported +beginning sector for the entire bio .RE .PP -\fIino\fR +\fIidx\fR .RS 4 -i\-node number of the mapped file +offset into the bio vector array .RE .PP \fIhw_segments\fR @@ -56,39 +56,39 @@ i\-node number of the mapped file number of segments after physical and DMA remapping hardware coalescing is performed .RE .PP -\fIphys_segments\fR +\fIino\fR .RS 4 -number of segments in this bio after physical address coalescing is performed +i\-node number of the mapped file .RE .PP -\fIdevname\fR +\fIsize\fR .RS 4 -block device name +total size in bytes .RE .PP -\fIp_start_sect\fR +\fIrw\fR .RS 4 -points to the start sector of the partition structure of the device +binary trace for read/write request .RE .PP -\fIrw\fR +\fIbdev_contains\fR .RS 4 -binary trace for read/write request +points to the device object which contains the partition (when bio structure represents a partition) .RE .PP -\fIsector\fR +\fIp_start_sect\fR .RS 4 -beginning sector for the entire bio +points to the start sector of the partition structure of the device .RE .PP -\fIsize\fR +\fIdevname\fR .RS 4 -total size in bytes +block device name .RE .PP -\fIvcnt\fR +\fIflags\fR .RS 4 -bio vector count which represents number of array element (page, offset, length) which make up this I/O request +see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP \fIopf\fR @@ -96,19 +96,19 @@ bio vector count which represents number of array element (page, offset, length) operations and flags .RE .PP -\fIbdev_contains\fR +\fIphys_segments\fR .RS 4 -points to the device object which contains the partition (when bio structure represents a partition) +number of segments in this bio after physical address coalescing is performed .RE .PP -\fIidx\fR +\fIbdev\fR .RS 4 -offset into the bio vector array +target block device .RE .PP -\fIname\fR +\fIvcnt\fR .RS 4 -name of the probe point +bio vector count which represents number of array element (page, offset, length) which make up this I/O request .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.bounce.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.bounce.3stap index a7f910832..fffa695cf 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.bounce.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.bounce.3stap @@ -36,81 +36,81 @@ ioblock_trace\&.bounce .fi .SH "VALUES" .PP -\fIbdev\fR +\fIbdev_contains\fR .RS 4 -target block device +points to the device object which contains the partition (when bio structure represents a partition) .RE .PP -\fIbytes_done\fR +\fIsize\fR .RS 4 -number of bytes transferred +total size in bytes .RE .PP -\fIflags\fR +\fIino\fR .RS 4 -see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported +i\-node number of the mapped file .RE .PP -\fIino\fR +\fIrw\fR .RS 4 -i\-node number of the mapped file +binary trace for read/write request .RE .PP -\fIp_start_sect\fR +\fIsector\fR .RS 4 -points to the start sector of the partition structure of the device +beginning sector for the entire bio .RE .PP -\fIdevname\fR +\fIidx\fR .RS 4 -device for which a buffer bounce was needed\&. +offset into the bio vector array +\fIphys_segments\fR +\- number of segments in this bio after physical address coalescing is performed\&. .RE .PP -\fIq\fR +\fIname\fR .RS 4 -request queue on which this bio was queued\&. +name of the probe point .RE .PP -\fIsector\fR +\fIbdev\fR .RS 4 -beginning sector for the entire bio +target block device .RE .PP -\fIrw\fR +\fIvcnt\fR .RS 4 -binary trace for read/write request +bio vector count which represents number of array element (page, offset, length) which makes up this I/O request .RE .PP -\fIsize\fR +\fIq\fR .RS 4 -total size in bytes +request queue on which this bio was queued\&. .RE .PP -\fIopf\fR +\fIbytes_done\fR .RS 4 -operations and flags +number of bytes transferred .RE .PP -\fIvcnt\fR +\fIflags\fR .RS 4 -bio vector count which represents number of array element (page, offset, length) which makes up this I/O request +see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP -\fIbdev_contains\fR +\fIp_start_sect\fR .RS 4 -points to the device object which contains the partition (when bio structure represents a partition) +points to the start sector of the partition structure of the device .RE .PP -\fIidx\fR +\fIdevname\fR .RS 4 -offset into the bio vector array -\fIphys_segments\fR -\- number of segments in this bio after physical address coalescing is performed\&. +device for which a buffer bounce was needed\&. .RE .PP -\fIname\fR +\fIopf\fR .RS 4 -name of the probe point +operations and flags .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.end.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.end.3stap index c253da9c6..3d51e795d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.end.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.end.3stap @@ -36,9 +36,11 @@ ioblock_trace\&.end .fi .SH "VALUES" .PP -\fIrw\fR +\fIidx\fR .RS 4 -binary trace for read/write request +offset into the bio vector array +\fIphys_segments\fR +\- number of segments in this bio after physical address coalescing is performed\&. .RE .PP \fIsector\fR @@ -46,21 +48,19 @@ binary trace for read/write request beginning sector for the entire bio .RE .PP -\fIq\fR +\fIname\fR .RS 4 -request queue on which this bio was queued\&. +name of the probe point .RE .PP -\fIidx\fR +\fIrw\fR .RS 4 -offset into the bio vector array -\fIphys_segments\fR -\- number of segments in this bio after physical address coalescing is performed\&. +binary trace for read/write request .RE .PP -\fIbdev_contains\fR +\fIino\fR .RS 4 -points to the device object which contains the partition (when bio structure represents a partition) +i\-node number of the mapped file .RE .PP \fIsize\fR @@ -68,19 +68,19 @@ points to the device object which contains the partition (when bio structure rep total size in bytes .RE .PP -\fIopf\fR +\fIbdev_contains\fR .RS 4 -operations and flags +points to the device object which contains the partition (when bio structure represents a partition) .RE .PP -\fIvcnt\fR +\fIopf\fR .RS 4 -bio vector count which represents number of array element (page, offset, length) which makes up this I/O request +operations and flags .RE .PP -\fIname\fR +\fIbytes_done\fR .RS 4 -name of the probe point +number of bytes transferred .RE .PP \fIflags\fR @@ -88,9 +88,9 @@ name of the probe point see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP -\fIino\fR +\fIdevname\fR .RS 4 -i\-node number of the mapped file +block device name .RE .PP \fIp_start_sect\fR @@ -98,14 +98,14 @@ i\-node number of the mapped file points to the start sector of the partition structure of the device .RE .PP -\fIdevname\fR +\fIq\fR .RS 4 -block device name +request queue on which this bio was queued\&. .RE .PP -\fIbytes_done\fR +\fIvcnt\fR .RS 4 -number of bytes transferred +bio vector count which represents number of array element (page, offset, length) which makes up this I/O request .RE .PP \fIbdev\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.request.3stap index 09bab9112..8a68aaad6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioblock_trace.request.3stap @@ -36,14 +36,14 @@ ioblock_trace\&.request .fi .SH "VALUES" .PP -\fIflags\fR +\fIbdev\fR .RS 4 -see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported +target block device .RE .PP -\fIino\fR +\fIvcnt\fR .RS 4 -i\-node number of the mapped file +bio vector count which represents number of array element (page, offset, length) which make up this I/O request .RE .PP \fIp_start_sect\fR @@ -56,46 +56,44 @@ points to the start sector of the partition structure of the device block device name .RE .PP -\fIrw\fR +\fIflags\fR .RS 4 -binary trace for read/write request +see below BIO_UPTODATE 0 ok after I/O completion BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block BIO_EOF 2 out\-out\-bounds error BIO_SEG_VALID 3 nr_hw_seg valid BIO_CLONED 4 doesn\*(Aqt own data BIO_BOUNCED 5 bio is a bounce bio BIO_USER_MAPPED 6 contains user pages BIO_EOPNOTSUPP 7 not supported .RE .PP -\fIsector\fR +\fIbytes_done\fR .RS 4 -beginning sector for the entire bio +number of bytes transferred .RE .PP -\fIq\fR +\fIopf\fR .RS 4 -request queue on which this bio was queued\&. +operations and flags .RE .PP -\fIbdev_contains\fR +\fIq\fR .RS 4 -points to the device object which contains the partition (when bio structure represents a partition) +request queue on which this bio was queued\&. .RE .PP -\fIidx\fR +\fIino\fR .RS 4 -offset into the bio vector array -\fIphys_segments\fR -\- number of segments in this bio after physical address coalescing is performed\&. +i\-node number of the mapped file .RE .PP -\fIvcnt\fR +\fIsize\fR .RS 4 -bio vector count which represents number of array element (page, offset, length) which make up this I/O request +total size in bytes .RE .PP -\fIsize\fR +\fIrw\fR .RS 4 -total size in bytes +binary trace for read/write request .RE .PP -\fIopf\fR +\fIbdev_contains\fR .RS 4 -operations and flags +points to the device object which contains the partition (when bio structure represents a partition) .RE .PP \fIname\fR @@ -103,14 +101,16 @@ operations and flags name of the probe point .RE .PP -\fIbdev\fR +\fIidx\fR .RS 4 -target block device +offset into the bio vector array +\fIphys_segments\fR +\- number of segments in this bio after physical address coalescing is performed\&. .RE .PP -\fIbytes_done\fR +\fIsector\fR .RS 4 -number of bytes transferred +beginning sector for the entire bio .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.3stap index 71f8cd14d..a6db0a3c4 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.3stap @@ -36,19 +36,14 @@ ioscheduler\&.elv_add_request .fi .SH "VALUES" .PP -\fIdisk_major\fR -.RS 4 -Disk major no of request\&. -.RE -.PP \fIdisk_minor\fR .RS 4 Disk minor number of request\&. .RE .PP -\fIrq\fR +\fIdisk_major\fR .RS 4 -Address of request\&. +Disk major no of request\&. .RE .PP \fIelevator_name\fR @@ -65,5 +60,10 @@ Pointer to request queue\&. .RS 4 Request flags\&. .RE +.PP +\fIrq\fR +.RS 4 +Address of request\&. +.RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.kp.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.kp.3stap index 72c167bc1..579d5bdaa 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.kp.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.kp.3stap @@ -36,14 +36,14 @@ ioscheduler\&.elv_add_request\&.kp .fi .SH "VALUES" .PP -\fIdisk_minor\fR +\fIdisk_major\fR .RS 4 -Disk minor number of the request +Disk major number of the request .RE .PP -\fIdisk_major\fR +\fIdisk_minor\fR .RS 4 -Disk major number of the request +Disk minor number of the request .RE .PP \fIname\fR @@ -51,24 +51,24 @@ Disk major number of the request Name of the probe point .RE .PP -\fIq\fR +\fIrq_flags\fR .RS 4 -pointer to request queue +Request flags .RE .PP -\fIelevator_name\fR +\fIrq\fR .RS 4 -The type of I/O elevator currently enabled +Address of the request .RE .PP -\fIrq\fR +\fIelevator_name\fR .RS 4 -Address of the request +The type of I/O elevator currently enabled .RE .PP -\fIrq_flags\fR +\fIq\fR .RS 4 -Request flags +pointer to request queue .RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.tp.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.tp.3stap index 805e0f43b..358872638 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.tp.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_add_request.tp.3stap @@ -36,11 +36,6 @@ ioscheduler\&.elv_add_request\&.tp .fi .SH "VALUES" .PP -\fIrq_flags\fR -.RS 4 -Request flags\&. -.RE -.PP \fIelevator_name\fR .RS 4 The type of I/O elevator currently enabled\&. @@ -51,6 +46,11 @@ The type of I/O elevator currently enabled\&. Pointer to request queue\&. .RE .PP +\fIrq_flags\fR +.RS 4 +Request flags\&. +.RE +.PP \fIrq\fR .RS 4 Address of request\&. @@ -61,14 +61,14 @@ Address of request\&. Disk minor number of request\&. .RE .PP -\fIdisk_major\fR +\fIname\fR .RS 4 -Disk major no of request\&. +Name of the probe point .RE .PP -\fIname\fR +\fIdisk_major\fR .RS 4 -Name of the probe point +Disk major no of request\&. .RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_completed_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_completed_request.3stap index 30001bd3c..d2bb92029 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_completed_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_completed_request.3stap @@ -36,14 +36,14 @@ ioscheduler\&.elv_completed_request .fi .SH "VALUES" .PP -\fIrq_flags\fR +\fIelevator_name\fR .RS 4 -Request flags +The type of I/O elevator currently enabled .RE .PP -\fIelevator_name\fR +\fIrq_flags\fR .RS 4 -The type of I/O elevator currently enabled +Request flags .RE .PP \fIrq\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_next_request.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_next_request.return.3stap index fc5845413..9f6b8726a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_next_request.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler.elv_next_request.return.3stap @@ -36,29 +36,29 @@ ioscheduler\&.elv_next_request\&.return .fi .SH "VALUES" .PP -\fIrq_flags\fR +\fIname\fR .RS 4 -Request flags +Name of the probe point .RE .PP -\fIrq\fR +\fIdisk_minor\fR .RS 4 -Address of the request +Disk minor number of the request .RE .PP -\fIdisk_minor\fR +\fIrq_flags\fR .RS 4 -Disk minor number of the request +Request flags .RE .PP -\fIdisk_major\fR +\fIrq\fR .RS 4 -Disk major number of the request +Address of the request .RE .PP -\fIname\fR +\fIdisk_major\fR .RS 4 -Name of the probe point +Disk major number of the request .RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_abort_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_abort_request.3stap index 5c6cfb865..c928c262b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_abort_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_abort_request.3stap @@ -36,16 +36,6 @@ ioscheduler_trace\&.elv_abort_request .fi .SH "VALUES" .PP -\fIrq\fR -.RS 4 -Address of request\&. -.RE -.PP -\fIelevator_name\fR -.RS 4 -The type of I/O elevator currently enabled\&. -.RE -.PP \fIdisk_major\fR .RS 4 Disk major no of request\&. @@ -65,5 +55,15 @@ Name of the probe point .RS 4 Request flags\&. .RE +.PP +\fIrq\fR +.RS 4 +Address of request\&. +.RE +.PP +\fIelevator_name\fR +.RS 4 +The type of I/O elevator currently enabled\&. +.RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_completed_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_completed_request.3stap index 077591436..b35168608 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_completed_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_completed_request.3stap @@ -46,9 +46,9 @@ The type of I/O elevator currently enabled\&. Address of request\&. .RE .PP -\fIdisk_minor\fR +\fIrq_flags\fR .RS 4 -Disk minor number of request\&. +Request flags\&. .RE .PP \fIname\fR @@ -56,14 +56,14 @@ Disk minor number of request\&. Name of the probe point .RE .PP -\fIdisk_major\fR +\fIdisk_minor\fR .RS 4 -Disk major no of request\&. +Disk minor number of request\&. .RE .PP -\fIrq_flags\fR +\fIdisk_major\fR .RS 4 -Request flags\&. +Disk major no of request\&. .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_issue_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_issue_request.3stap index de59dd210..99b90bbe0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_issue_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_issue_request.3stap @@ -36,24 +36,19 @@ ioscheduler_trace\&.elv_issue_request .fi .SH "VALUES" .PP -\fIelevator_name\fR -.RS 4 -The type of I/O elevator currently enabled\&. -.RE -.PP \fIrq\fR .RS 4 Address of request\&. .RE .PP -\fIdisk_minor\fR +\fIrq_flags\fR .RS 4 -Disk minor number of request\&. +Request flags\&. .RE .PP -\fIname\fR +\fIelevator_name\fR .RS 4 -Name of the probe point +The type of I/O elevator currently enabled\&. .RE .PP \fIdisk_major\fR @@ -61,9 +56,14 @@ Name of the probe point Disk major no of request\&. .RE .PP -\fIrq_flags\fR +\fIname\fR .RS 4 -Request flags\&. +Name of the probe point +.RE +.PP +\fIdisk_minor\fR +.RS 4 +Disk minor number of request\&. .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap index 2fb5dc529..7996f548d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.elv_requeue_request.3stap @@ -36,6 +36,16 @@ ioscheduler_trace\&.elv_requeue_request .fi .SH "VALUES" .PP +\fIelevator_name\fR +.RS 4 +The type of I/O elevator currently enabled\&. +.RE +.PP +\fIrq\fR +.RS 4 +Address of request\&. +.RE +.PP \fIrq_flags\fR .RS 4 Request flags\&. @@ -55,16 +65,6 @@ Name of the probe point .RS 4 Disk major no of request\&. .RE -.PP -\fIelevator_name\fR -.RS 4 -The type of I/O elevator currently enabled\&. -.RE -.PP -\fIrq\fR -.RS 4 -Address of request\&. -.RE .SH "DESCRIPTION" .PP put back on the queue, when the hadware cannot accept more requests\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_io.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_io.3stap index cc3c82e9f..7e03f828c 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_io.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_io.3stap @@ -36,14 +36,14 @@ ioscheduler_trace\&.unplug_io .fi .SH "VALUES" .PP -\fIname\fR +\fIrq_queue\fR .RS 4 -Name of the probe point +request queue .RE .PP -\fIrq_queue\fR +\fIname\fR .RS 4 -request queue +Name of the probe point .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_timer.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_timer.3stap index 2651cdcec..ef67bf6b1 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_timer.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ioscheduler_trace.unplug_timer.3stap @@ -36,14 +36,14 @@ ioscheduler_trace\&.unplug_timer .fi .SH "VALUES" .PP -\fIrq_queue\fR +\fIname\fR .RS 4 -request queue +Name of the probe point .RE .PP -\fIname\fR +\fIrq_queue\fR .RS 4 -Name of the probe point +request queue .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.InDiscards.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.InDiscards.3stap index dd17eba09..1fbd94361 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.InDiscards.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.InDiscards.3stap @@ -36,14 +36,14 @@ ipmib\&.InDiscards .fi .SH "VALUES" .PP -\fIop\fR +\fIskb\fR .RS 4 -value to be added to the counter (default value of 1) +pointer to the struct sk_buff being acted on .RE .PP -\fIskb\fR +\fIop\fR .RS 4 -pointer to the struct sk_buff being acted on +value to be added to the counter (default value of 1) .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.ReasmReqds.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.ReasmReqds.3stap index cfa166099..313fb4cef 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.ReasmReqds.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::ipmib.ReasmReqds.3stap @@ -36,14 +36,14 @@ ipmib\&.ReasmReqds .fi .SH "VALUES" .PP -\fIop\fR +\fIskb\fR .RS 4 -value to be added to the counter (default value of 1) +pointer to the struct sk_buff being acted on .RE .PP -\fIskb\fR +\fIop\fR .RS 4 -pointer to the struct sk_buff being acted on +value to be added to the counter (default value of 1) .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.entry.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.entry.3stap index d420d4991..a4ff0251d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.entry.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.entry.3stap @@ -36,24 +36,19 @@ irq_handler\&.entry .fi .SH "VALUES" .PP -\fIflags_str\fR -.RS 4 -symbolic string representation of IRQ flags -.RE -.PP -\fIaction\fR +\fIflags\fR .RS 4 -struct irqaction* for this interrupt num +Flags for IRQ handler .RE .PP -\fIthread_fn\fR +\fIdev_id\fR .RS 4 -interrupt handler function for threaded interrupts +Cookie to identify device .RE .PP -\fIthread_flags\fR +\fIirq\fR .RS 4 -Flags related to thread +irq number .RE .PP \fIdev_name\fR @@ -66,34 +61,39 @@ name of device thread pointer for threaded interrupts .RE .PP -\fIdev_id\fR +\fIdir\fR .RS 4 -Cookie to identify device +pointer to the proc/irq/NN/name entry .RE .PP -\fIflags\fR +\fIaction\fR .RS 4 -Flags for IRQ handler +struct irqaction* for this interrupt num .RE .PP -\fIhandler\fR +\fIthread_flags\fR .RS 4 -interrupt handler function +Flags related to thread .RE .PP -\fIdir\fR +\fIhandler\fR .RS 4 -pointer to the proc/irq/NN/name entry +interrupt handler function .RE .PP -\fIirq\fR +\fIthread_fn\fR .RS 4 -irq number +interrupt handler function for threaded interrupts .RE .PP \fInext_irqaction\fR .RS 4 pointer to next irqaction for shared interrupts .RE +.PP +\fIflags_str\fR +.RS 4 +symbolic string representation of IRQ flags +.RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.exit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.exit.3stap index 909d702bc..8cb97c0a2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.exit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::irq_handler.exit.3stap @@ -36,34 +36,34 @@ irq_handler\&.exit .fi .SH "VALUES" .PP -\fIret\fR +\fIdev_name\fR .RS 4 -return value of the handler +name of device .RE .PP -\fIthread_fn\fR +\fIirq\fR .RS 4 -interrupt handler function for threaded interrupts +interrupt number .RE .PP -\fIthread\fR +\fIflags\fR .RS 4 -thread pointer for threaded interrupts +flags for IRQ handler .RE .PP -\fIdev_name\fR +\fIdev_id\fR .RS 4 -name of device +Cookie to identify device .RE .PP -\fIthread_flags\fR +\fIhandler\fR .RS 4 -Flags related to thread +interrupt handler function that was executed .RE .PP -\fIflags_str\fR +\fIthread_flags\fR .RS 4 -symbolic string representation of IRQ flags +Flags related to thread .RE .PP \fIaction\fR @@ -71,34 +71,34 @@ symbolic string representation of IRQ flags struct irqaction* .RE .PP -\fIirq\fR +\fIthread\fR .RS 4 -interrupt number +thread pointer for threaded interrupts .RE .PP -\fInext_irqaction\fR +\fIdir\fR .RS 4 -pointer to next irqaction for shared interrupts +pointer to the proc/irq/NN/name entry .RE .PP -\fIdev_id\fR +\fIflags_str\fR .RS 4 -Cookie to identify device +symbolic string representation of IRQ flags .RE .PP -\fIhandler\fR +\fInext_irqaction\fR .RS 4 -interrupt handler function that was executed +pointer to next irqaction for shared interrupts .RE .PP -\fIdir\fR +\fIthread_fn\fR .RS 4 -pointer to the proc/irq/NN/name entry +interrupt handler function for threaded interrupts .RE .PP -\fIflags\fR +\fIret\fR .RS 4 -flags for IRQ handler +return value of the handler .RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::json_data.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::json_data.3stap index 1c4a1dcc0..a977abd78 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::json_data.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::json_data.3stap @@ -39,8 +39,12 @@ json_data None .SH "CONTEXT" .PP -This probe fires when the JSON data is about to be read\&. This probe must gather up data and then call the following macros to output the data in JSON format\&. First, @\fBjson_output_data_start\fR -must be called\&. That call is followed by one or more of the following (one call for each data item): @\fBjson_output_string_value\fR, @\fBjson_output_numeric_value\fR, @\fBjson_output_array_string_value\fR, and @\fBjson_output_array_numeric_value\fR\&. Finally @\fBjson_output_data_end\fR -must be called\&. +This probe fires when the JSON data is about to be read\&. This probe must gather up data and then call the following macros to output the data in JSON format\&. First, +\fIjson_output_data_start\fR() must be called\&. That call is followed by one or more of the following (one call for each data item): +\fIjson_output_string_value\fR(), +\fIjson_output_numeric_value\fR(), +\fIjson_output_array_string_value\fR(), and +\fIjson_output_array_numeric_value\fR()\&. Finally +\fIjson_output_data_end\fR() must be called\&. .SH SEE ALSO\n .IR tapset::json (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec.3stap index 263cacf61..d4a3e038d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec.3stap @@ -41,14 +41,14 @@ kprocess\&.exec The arguments to pass to the new executable, including the 0th arg (SystemTap v2\&.5+) .RE .PP -\fIname\fR +\fIfilename\fR .RS 4 -Name of the system call (\(lqexecve\(rq) (SystemTap v2\&.5+) +The path to the new executable .RE .PP -\fIfilename\fR +\fIname\fR .RS 4 -The path to the new executable +Name of the system call (\(lqexecve\(rq) (SystemTap v2\&.5+) .RE .PP \fIargstr\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec_complete.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec_complete.3stap index 19f699dee..6ed5e0dfd 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec_complete.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.exec_complete.3stap @@ -36,9 +36,9 @@ kprocess\&.exec_complete .fi .SH "VALUES" .PP -\fIname\fR +\fIretstr\fR .RS 4 -Name of the system call (\(lqexecve\(rq) (SystemTap v2\&.5+) +A string representation of errno (SystemTap v2\&.5+) .RE .PP \fIsuccess\fR @@ -51,9 +51,9 @@ A boolean indicating whether the exec was successful The error number resulting from the exec .RE .PP -\fIretstr\fR +\fIname\fR .RS 4 -A string representation of errno (SystemTap v2\&.5+) +Name of the system call (\(lqexecve\(rq) (SystemTap v2\&.5+) .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.release.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.release.3stap index a90458f33..c113263b3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.release.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::kprocess.release.3stap @@ -36,11 +36,6 @@ kprocess\&.release .fi .SH "VALUES" .PP -\fIreleased_tid\fR -.RS 4 -TID of the task being released -.RE -.PP \fIpid\fR .RS 4 Same as @@ -48,15 +43,20 @@ Same as for compatibility (deprecated) .RE .PP -\fItask\fR +\fIreleased_tid\fR .RS 4 -A task handle to the process being released +TID of the task being released .RE .PP \fIreleased_pid\fR .RS 4 PID of the process being released .RE +.PP +\fItask\fR +.RS 4 +A task handle to the process being released +.RE .SH "CONTEXT" .PP The context of the parent, if it wanted notification of this process\*(Aq termination, else the context of the process itself\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.DelayedACKs.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.DelayedACKs.3stap index 1a37f12df..ca7985a44 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.DelayedACKs.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.DelayedACKs.3stap @@ -36,14 +36,14 @@ linuxmib\&.DelayedACKs .fi .SH "VALUES" .PP -\fIop\fR +\fIsk\fR .RS 4 -Value to be added to the counter (default value of 1) +Pointer to the struct sock being acted on .RE .PP -\fIsk\fR +\fIop\fR .RS 4 -Pointer to the struct sock being acted on +Value to be added to the counter (default value of 1) .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.ListenOverflows.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.ListenOverflows.3stap index 2bfc90b76..6065ed4f9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.ListenOverflows.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::linuxmib.ListenOverflows.3stap @@ -36,14 +36,14 @@ linuxmib\&.ListenOverflows .fi .SH "VALUES" .PP -\fIsk\fR +\fIop\fR .RS 4 -Pointer to the struct sock being acted on +Value to be added to the counter (default value of 1) .RE .PP -\fIop\fR +\fIsk\fR .RS 4 -Value to be added to the counter (default value of 1) +Pointer to the struct sock being acted on .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_mac.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_mac.3stap index 7a30076cb..5bdd1e7e6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_mac.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_mac.3stap @@ -36,14 +36,14 @@ netdev\&.change_mac .fi .SH "VALUES" .PP -\fImac_len\fR +\fIdev_name\fR .RS 4 -The MAC length +The device that will have the MAC changed .RE .PP -\fIdev_name\fR +\fInew_mac\fR .RS 4 -The device that will have the MAC changed +The new MAC address .RE .PP \fIold_mac\fR @@ -51,9 +51,9 @@ The device that will have the MAC changed The current MAC address .RE .PP -\fInew_mac\fR +\fImac_len\fR .RS 4 -The new MAC address +The MAC length .RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_rx_flag.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_rx_flag.3stap index 218d226c3..fadf498f0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_rx_flag.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.change_rx_flag.3stap @@ -36,14 +36,14 @@ netdev\&.change_rx_flag .fi .SH "VALUES" .PP -\fIflags\fR +\fIdev_name\fR .RS 4 -The new flags +The device that will be changed .RE .PP -\fIdev_name\fR +\fIflags\fR .RS 4 -The device that will be changed +The new flags .RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.hard_transmit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.hard_transmit.3stap index bb5f13ec5..e2479784a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.hard_transmit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.hard_transmit.3stap @@ -36,6 +36,11 @@ netdev\&.hard_transmit .fi .SH "VALUES" .PP +\fIprotocol\fR +.RS 4 +The protocol used in the transmission +.RE +.PP \fItruesize\fR .RS 4 The size of the data to be transmitted\&. @@ -50,10 +55,5 @@ The length of the transmit buffer\&. .RS 4 The device scheduled to transmit .RE -.PP -\fIprotocol\fR -.RS 4 -The protocol used in the transmission -.RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.receive.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.receive.3stap index 7e6219e52..40ca3d570 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.receive.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.receive.3stap @@ -36,14 +36,14 @@ netdev\&.receive .fi .SH "VALUES" .PP -\fIlength\fR +\fIdev_name\fR .RS 4 -The length of the receiving buffer\&. +The name of the device\&. e\&.g: eth0, ath1\&. .RE .PP -\fIdev_name\fR +\fIlength\fR .RS 4 -The name of the device\&. e\&.g: eth0, ath1\&. +The length of the receiving buffer\&. .RE .PP \fIprotocol\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.rx.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.rx.3stap index 5711d2791..12e92a8dd 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.rx.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.rx.3stap @@ -36,14 +36,14 @@ netdev\&.rx .fi .SH "VALUES" .PP -\fIprotocol\fR +\fIdev_name\fR .RS 4 -The packet protocol +The device received the packet .RE .PP -\fIdev_name\fR +\fIprotocol\fR .RS 4 -The device received the packet +The packet protocol .RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.set_promiscuity.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.set_promiscuity.3stap index f06c485e0..e1383476e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.set_promiscuity.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.set_promiscuity.3stap @@ -36,24 +36,24 @@ netdev\&.set_promiscuity .fi .SH "VALUES" .PP -\fIenable\fR -.RS 4 -If the device is entering promiscuity mode -.RE -.PP \fIinc\fR .RS 4 Count the number of promiscuity openers .RE .PP -\fIdev_name\fR +\fIenable\fR .RS 4 -The device that is entering/leaving promiscuity mode +If the device is entering promiscuity mode .RE .PP \fIdisable\fR .RS 4 If the device is leaving promiscuity mode .RE +.PP +\fIdev_name\fR +.RS 4 +The device that is entering/leaving promiscuity mode +.RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.transmit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.transmit.3stap index 4313a70c4..523d48f03 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netdev.transmit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netdev.transmit.3stap @@ -36,24 +36,24 @@ netdev\&.transmit .fi .SH "VALUES" .PP -\fIdev_name\fR +\fItruesize\fR .RS 4 -The name of the device\&. e\&.g: eth0, ath1\&. +The size of the data to be transmitted\&. .RE .PP -\fIlength\fR +\fIprotocol\fR .RS 4 -The length of the transmit buffer\&. +The protocol of this packet(defined in include/linux/if_ether\&.h)\&. .RE .PP -\fItruesize\fR +\fIlength\fR .RS 4 -The size of the data to be transmitted\&. +The length of the transmit buffer\&. .RE .PP -\fIprotocol\fR +\fIdev_name\fR .RS 4 -The protocol of this packet(defined in include/linux/if_ether\&.h)\&. +The name of the device\&. e\&.g: eth0, ath1\&. .RE .SH SEE ALSO\n .IR tapset::networking (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.forward.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.forward.3stap index e18ddbddf..bc605f06d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.forward.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.forward.3stap @@ -36,30 +36,30 @@ netfilter\&.arp\&.forward .fi .SH "VALUES" .PP -\fIar_op\fR +\fIar_pro\fR .RS 4 -ARP opcode (command) +Format of protocol address .RE .PP -\fIindev_name\fR +\fIar_hrd\fR .RS 4 -Name of network device packet was received on (if known) +Format of hardware address .RE .PP -\fIpf\fR +\fIoutdev\fR .RS 4 -Protocol family \-\- always -\(lqarp\(rq +Address of net_device representing output device, 0 if unknown .RE .PP -\fIdata_hex\fR +\fIpf\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Protocol family \-\- always +\(lqarp\(rq .RE .PP -\fIar_hrd\fR +\fIarphdr\fR .RS 4 -Format of hardware address +Address of ARP header .RE .PP \fIar_data\fR @@ -67,99 +67,99 @@ Format of hardware address Address of ARP packet data region (after the header) .RE .PP -\fIindev\fR +\fInf_stolen\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIdata_str\fR +\fInf_stop\fR .RS 4 -A string representing the packet buffer contents +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fInf_drop\fR +\fIindev\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Address of net_device representing input device, 0 if unknown .RE .PP -\fIar_pro\fR +\fIdata_str\fR .RS 4 -Format of protocol address +A string representing the packet buffer contents .RE .PP -\fIoutdev_name\fR +\fIar_tha\fR .RS 4 -Name of network device packet will be routed to (if known) +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address .RE .PP -\fIarphdr\fR +\fIindev_name\fR .RS 4 -Address of ARP header +Name of network device packet was received on (if known) .RE .PP -\fInf_repeat\fR +\fIar_sip\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Ethernet+IP only (ar_pro==0x800): source IP address .RE .PP -\fIar_hln\fR +\fInf_drop\fR .RS 4 -Length of hardware address +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIar_tip\fR +\fIar_pln\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target IP address +Length of protocol address .RE .PP -\fIar_sha\fR +\fInf_accept\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fInf_queue\fR +\fIar_hln\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Length of hardware address .RE .PP -\fInf_accept\fR +\fIar_op\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +ARP opcode (command) .RE .PP -\fIar_tha\fR +\fInf_repeat\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIar_pln\fR +\fIlength\fR .RS 4 -Length of protocol address +The length of the packet buffer contents, in bytes .RE .PP -\fIoutdev\fR +\fInf_queue\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fInf_stolen\fR +\fIdata_hex\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +A hexadecimal string representing the packet buffer contents .RE .PP -\fIlength\fR +\fIar_sha\fR .RS 4 -The length of the packet buffer contents, in bytes +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address .RE .PP -\fInf_stop\fR +\fIar_tip\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Ethernet+IP only (ar_pro==0x800): target IP address .RE .PP -\fIar_sip\fR +\fIoutdev_name\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source IP address +Name of network device packet will be routed to (if known) .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.in.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.in.3stap index b6d348ce1..34d63b1c0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.in.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.in.3stap @@ -36,130 +36,130 @@ netfilter\&.arp\&.in .fi .SH "VALUES" .PP -\fIar_hln\fR +\fIdata_str\fR .RS 4 -Length of hardware address +A string representing the packet buffer contents .RE .PP -\fInf_repeat\fR +\fIindev\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Address of net_device representing input device, 0 if unknown .RE .PP -\fIar_tip\fR +\fInf_stop\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target IP address +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fInf_queue\fR +\fInf_stolen\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fInf_accept\fR +\fIar_data\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Address of ARP packet data region (after the header) .RE .PP -\fIar_sha\fR +\fIarphdr\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +Address of ARP header .RE .PP -\fIoutdev\fR +\fIpf\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Protocol family \-\- always +\(lqarp\(rq .RE .PP -\fIar_tha\fR +\fIar_hrd\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Format of hardware address .RE .PP -\fIar_pln\fR +\fIoutdev\fR .RS 4 -Length of protocol address +Address of net_device representing output device, 0 if unknown .RE .PP -\fInf_stolen\fR +\fIar_pro\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Format of protocol address .RE .PP -\fIlength\fR +\fIoutdev_name\fR .RS 4 -The length of the packet buffer contents, in bytes +Name of network device packet will be routed to (if known) .RE .PP -\fInf_stop\fR +\fIar_tip\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Ethernet+IP only (ar_pro==0x800): target IP address .RE .PP -\fIar_sip\fR +\fIar_sha\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source IP address +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address .RE .PP -\fIpf\fR +\fIdata_hex\fR .RS 4 -Protocol family \-\- always -\(lqarp\(rq +A hexadecimal string representing the packet buffer contents .RE .PP -\fIar_op\fR +\fInf_queue\fR .RS 4 -ARP opcode (command) +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIindev_name\fR +\fInf_repeat\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIar_hrd\fR +\fIlength\fR .RS 4 -Format of hardware address +The length of the packet buffer contents, in bytes .RE .PP -\fIdata_hex\fR +\fInf_accept\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIindev\fR +\fIar_hln\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Length of hardware address .RE .PP -\fIdata_str\fR +\fIar_op\fR .RS 4 -A string representing the packet buffer contents +ARP opcode (command) .RE .PP -\fIar_data\fR +\fIar_pln\fR .RS 4 -Address of ARP packet data region (after the header) +Length of protocol address .RE .PP -\fInf_drop\fR +\fIar_sip\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Ethernet+IP only (ar_pro==0x800): source IP address .RE .PP -\fIar_pro\fR +\fInf_drop\fR .RS 4 -Format of protocol address +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIoutdev_name\fR +\fIindev_name\fR .RS 4 -Name of network device packet will be routed to (if known) +Name of network device packet was received on (if known) .RE .PP -\fIarphdr\fR +\fIar_tha\fR .RS 4 -Address of ARP header +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.out.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.out.3stap index 906550c55..82ca7540e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.out.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.arp.out.3stap @@ -36,110 +36,109 @@ netfilter\&.arp\&.out .fi .SH "VALUES" .PP -\fIdata_str\fR +\fIar_tip\fR .RS 4 -A string representing the packet buffer contents +Ethernet+IP only (ar_pro==0x800): target IP address .RE .PP -\fIindev\fR +\fIar_sha\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address .RE .PP -\fIar_data\fR +\fIdata_hex\fR .RS 4 -Address of ARP packet data region (after the header) +A hexadecimal string representing the packet buffer contents .RE .PP -\fIar_hrd\fR +\fIoutdev_name\fR .RS 4 -Format of hardware address +Name of network device packet will be routed to (if known) .RE .PP -\fIdata_hex\fR +\fIar_pln\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Length of protocol address .RE .PP -\fIpf\fR +\fIar_sip\fR .RS 4 -Protocol family \-\- always -\(lqarp\(rq +Ethernet+IP only (ar_pro==0x800): source IP address .RE .PP -\fIindev_name\fR +\fInf_drop\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIar_op\fR +\fIindev_name\fR .RS 4 -ARP opcode (command) +Name of network device packet was received on (if known) .RE .PP -\fIarphdr\fR +\fIar_tha\fR .RS 4 -Address of ARP header +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address .RE .PP -\fIoutdev_name\fR +\fInf_queue\fR .RS 4 -Name of network device packet will be routed to (if known) +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIar_pro\fR +\fInf_repeat\fR .RS 4 -Format of protocol address +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fInf_drop\fR +\fIlength\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +The length of the packet buffer contents, in bytes .RE .PP -\fInf_queue\fR +\fInf_accept\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fInf_accept\fR +\fIar_hln\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Length of hardware address .RE .PP -\fIar_sha\fR +\fIar_op\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +ARP opcode (command) .RE .PP -\fIar_tip\fR +\fIindev\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target IP address +Address of net_device representing input device, 0 if unknown .RE .PP -\fInf_repeat\fR +\fInf_stop\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIar_hln\fR +\fIdata_str\fR .RS 4 -Length of hardware address +A string representing the packet buffer contents .RE .PP -\fIar_sip\fR +\fIar_hrd\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): source IP address +Format of hardware address .RE .PP -\fInf_stop\fR +\fIoutdev\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Address of net_device representing output device, 0 if unknown .RE .PP -\fIlength\fR +\fIar_pro\fR .RS 4 -The length of the packet buffer contents, in bytes +Format of protocol address .RE .PP \fInf_stolen\fR @@ -147,19 +146,20 @@ The length of the packet buffer contents, in bytes Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIoutdev\fR +\fIar_data\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Address of ARP packet data region (after the header) .RE .PP -\fIar_pln\fR +\fIarphdr\fR .RS 4 -Length of protocol address +Address of ARP header .RE .PP -\fIar_tha\fR +\fIpf\fR .RS 4 -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Protocol family \-\- always +\(lqarp\(rq .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.forward.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.forward.3stap index 5f6d5110d..74e0f196d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.forward.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.forward.3stap @@ -36,54 +36,55 @@ netfilter\&.bridge\&.forward .fi .SH "VALUES" .PP -\fInf_repeat\fR +\fIbr_msg\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Message age in 1/256 secs .RE .PP -\fIbrhdr\fR +\fIbr_type\fR .RS 4 -Address of bridge header +BPDU type .RE .PP -\fInf_accept\fR +\fInf_stolen\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fInf_queue\fR +\fIpf\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Protocol family \-\- always +\(lqbridge\(rq .RE .PP -\fIbr_vid\fR +\fIoutdev\fR .RS 4 -Protocol version identifier +Address of net_device representing output device, 0 if unknown .RE .PP -\fIbr_cost\fR +\fIbr_rmac\fR .RS 4 -Total cost from transmitting bridge to root +Root bridge MAC address .RE .PP -\fIllcproto_stp\fR +\fIbr_rid\fR .RS 4 -Constant used to signify Bridge Spanning Tree Protocol packet +Identity of root bridge .RE .PP -\fIoutdev\fR +\fIbr_bid\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Identity of bridge .RE .PP -\fIbr_poid\fR +\fIdata_str\fR .RS 4 -Port identifier +A string representing the packet buffer contents .RE .PP -\fInf_stolen\fR +\fIbrhdr\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Address of bridge header .RE .PP \fInf_stop\fR @@ -91,110 +92,109 @@ Constant used to signify a \*(Aqstolen\*(Aq verdict Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIlength\fR +\fIprotocol\fR .RS 4 -The length of the packet buffer contents, in bytes +Packet protocol .RE .PP -\fIbr_type\fR +\fIindev\fR .RS 4 -BPDU type +Address of net_device representing input device, 0 if unknown .RE .PP -\fIprotocol\fR +\fIbr_poid\fR .RS 4 -Packet protocol +Port identifier .RE .PP -\fIbr_flags\fR +\fIlength\fR .RS 4 -BPDU flags +The length of the packet buffer contents, in bytes .RE .PP -\fIbr_max\fR +\fInf_repeat\fR .RS 4 -Max age in 1/256 secs +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIindev_name\fR +\fIllcproto_stp\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify Bridge Spanning Tree Protocol packet .RE .PP -\fIbr_bid\fR +\fInf_queue\fR .RS 4 -Identity of bridge +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIpf\fR +\fInf_accept\fR .RS 4 -Protocol family \-\- always -\(lqbridge\(rq +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIdata_hex\fR +\fIbr_max\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Max age in 1/256 secs .RE .PP -\fIbr_fd\fR +\fInf_drop\fR .RS 4 -Forward delay in 1/256 secs +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIbr_htime\fR +\fIbr_vid\fR .RS 4 -Hello time in 1/256 secs +Protocol version identifier .RE .PP -\fIbr_prid\fR +\fIbr_mac\fR .RS 4 -Protocol identifier +Bridge MAC address .RE .PP -\fIbr_mac\fR +\fIindev_name\fR .RS 4 -Bridge MAC address +Name of network device packet was received on (if known) .RE .PP -\fIbr_msg\fR +\fIllcpdu\fR .RS 4 -Message age in 1/256 secs +Address of LLC Protocol Data Unit .RE .PP -\fIbr_rid\fR +\fIbr_fd\fR .RS 4 -Identity of root bridge +Forward delay in 1/256 secs .RE .PP -\fIdata_str\fR +\fIoutdev_name\fR .RS 4 -A string representing the packet buffer contents +Name of network device packet will be routed to (if known) .RE .PP -\fIindev\fR +\fIbr_htime\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Hello time in 1/256 secs .RE .PP -\fIllcpdu\fR +\fIbr_prid\fR .RS 4 -Address of LLC Protocol Data Unit +Protocol identifier .RE .PP -\fInf_drop\fR +\fIbr_flags\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +BPDU flags .RE .PP -\fIoutdev_name\fR +\fIbr_cost\fR .RS 4 -Name of network device packet will be routed to (if known) +Total cost from transmitting bridge to root .RE .PP -\fIbr_rmac\fR +\fIdata_hex\fR .RS 4 -Root bridge MAC address +A hexadecimal string representing the packet buffer contents .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_in.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_in.3stap index 3e220c238..85bb3178c 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_in.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_in.3stap @@ -36,125 +36,125 @@ netfilter\&.bridge\&.local_in .fi .SH "VALUES" .PP -\fInf_accept\fR +\fIbr_msg\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Message age in 1/256 secs .RE .PP -\fInf_queue\fR +\fIbr_type\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +BPDU type .RE .PP -\fIbrhdr\fR +\fInf_stolen\fR .RS 4 -Address of bridge header +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIbr_vid\fR +\fIpf\fR .RS 4 -Protocol version identifier +Protocol family \-\- always +\(lqbridge\(rq .RE .PP -\fInf_repeat\fR +\fIoutdev\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Address of net_device representing output device, 0 if unknown .RE .PP -\fIprotocol\fR +\fIbr_rmac\fR .RS 4 -Packet protocol +Root bridge MAC address .RE .PP -\fIlength\fR +\fIbr_rid\fR .RS 4 -The length of the packet buffer contents, in bytes +Identity of root bridge .RE .PP -\fIbr_type\fR +\fIbr_bid\fR .RS 4 -BPDU type +Identity of bridge .RE .PP -\fInf_stop\fR +\fIdata_str\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +A string representing the packet buffer contents .RE .PP -\fIbr_max\fR +\fIbrhdr\fR .RS 4 -Max age in 1/256 secs +Address of bridge header .RE .PP -\fIbr_flags\fR +\fInf_stop\fR .RS 4 -BPDU flags +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIoutdev\fR +\fIprotocol\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Packet protocol .RE .PP -\fIllcproto_stp\fR +\fIindev\fR .RS 4 -Constant used to signify Bridge Spanning Tree Protocol packet +Address of net_device representing input device, 0 if unknown .RE .PP -\fIbr_cost\fR +\fIbr_poid\fR .RS 4 -Total cost from transmitting bridge to root +Port identifier .RE .PP -\fInf_stolen\fR +\fIlength\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +The length of the packet buffer contents, in bytes .RE .PP -\fIbr_poid\fR +\fInf_repeat\fR .RS 4 -Port identifier +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIbr_msg\fR +\fInf_queue\fR .RS 4 -Message age in 1/256 secs +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIbr_prid\fR +\fIllcproto_stp\fR .RS 4 -Protocol identifier +Constant used to signify Bridge Spanning Tree Protocol packet .RE .PP -\fIbr_mac\fR +\fIbr_max\fR .RS 4 -Bridge MAC address +Max age in 1/256 secs .RE .PP -\fIindev\fR +\fInf_accept\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIdata_str\fR +\fInf_drop\fR .RS 4 -A string representing the packet buffer contents +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIbr_rid\fR +\fIbr_vid\fR .RS 4 -Identity of root bridge +Protocol version identifier .RE .PP -\fIpf\fR +\fIbr_mac\fR .RS 4 -Protocol family \-\- always -\(lqbridge\(rq +Bridge MAC address .RE .PP -\fIbr_bid\fR +\fIllcpdu\fR .RS 4 -Identity of bridge +Address of LLC Protocol Data Unit .RE .PP \fIindev_name\fR @@ -162,39 +162,39 @@ Identity of bridge Name of network device packet was received on (if known) .RE .PP -\fIbr_htime\fR +\fIbr_fd\fR .RS 4 -Hello time in 1/256 secs +Forward delay in 1/256 secs .RE .PP -\fIbr_fd\fR +\fIoutdev_name\fR .RS 4 -Forward delay in 1/256 secs +Name of network device packet will be routed to (if known) .RE .PP -\fIdata_hex\fR +\fIbr_prid\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Protocol identifier .RE .PP -\fIoutdev_name\fR +\fIbr_htime\fR .RS 4 -Name of network device packet will be routed to (if known) +Hello time in 1/256 secs .RE .PP -\fIbr_rmac\fR +\fIbr_flags\fR .RS 4 -Root bridge MAC address +BPDU flags .RE .PP -\fIllcpdu\fR +\fIbr_cost\fR .RS 4 -Address of LLC Protocol Data Unit +Total cost from transmitting bridge to root .RE .PP -\fInf_drop\fR +\fIdata_hex\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +A hexadecimal string representing the packet buffer contents .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_out.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_out.3stap index 56a032b6b..d24b66092 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_out.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.local_out.3stap @@ -36,85 +36,85 @@ netfilter\&.bridge\&.local_out .fi .SH "VALUES" .PP -\fIdata_hex\fR +\fIpf\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Protocol family \-\- always +\(lqbridge\(rq .RE .PP -\fIbr_fd\fR +\fIbr_type\fR .RS 4 -Forward delay in 1/256 secs +BPDU type .RE .PP -\fIbr_htime\fR +\fIbr_msg\fR .RS 4 -Hello time in 1/256 secs +Message age in 1/256 secs .RE .PP -\fIindev_name\fR +\fInf_stolen\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIbr_bid\fR +\fIbr_rmac\fR .RS 4 -Identity of bridge +Root bridge MAC address .RE .PP -\fIpf\fR +\fIbr_rid\fR .RS 4 -Protocol family \-\- always -\(lqbridge\(rq +Identity of root bridge .RE .PP -\fIbr_rid\fR +\fIbr_bid\fR .RS 4 -Identity of root bridge +Identity of bridge .RE .PP -\fIdata_str\fR +\fIoutdev\fR .RS 4 -A string representing the packet buffer contents +Address of net_device representing output device, 0 if unknown .RE .PP -\fIindev\fR +\fIbrhdr\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Address of bridge header .RE .PP -\fIbr_mac\fR +\fIdata_str\fR .RS 4 -Bridge MAC address +A string representing the packet buffer contents .RE .PP -\fIbr_prid\fR +\fIbr_poid\fR .RS 4 -Protocol identifier +Port identifier .RE .PP -\fIbr_msg\fR +\fIprotocol\fR .RS 4 -Message age in 1/256 secs +Packet protocol .RE .PP -\fInf_drop\fR +\fInf_stop\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIllcpdu\fR +\fIindev\fR .RS 4 -Address of LLC Protocol Data Unit +Address of net_device representing input device, 0 if unknown .RE .PP -\fIbr_rmac\fR +\fIbr_max\fR .RS 4 -Root bridge MAC address +Max age in 1/256 secs .RE .PP -\fIoutdev_name\fR +\fInf_accept\fR .RS 4 -Name of network device packet will be routed to (if known) +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP \fInf_repeat\fR @@ -122,49 +122,49 @@ Name of network device packet will be routed to (if known) Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIbr_vid\fR +\fIlength\fR .RS 4 -Protocol version identifier +The length of the packet buffer contents, in bytes .RE .PP -\fIbrhdr\fR +\fInf_queue\fR .RS 4 -Address of bridge header +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fInf_queue\fR +\fIllcproto_stp\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify Bridge Spanning Tree Protocol packet .RE .PP -\fInf_accept\fR +\fIbr_vid\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Protocol version identifier .RE .PP -\fIbr_poid\fR +\fIbr_fd\fR .RS 4 -Port identifier +Forward delay in 1/256 secs .RE .PP -\fInf_stolen\fR +\fIbr_mac\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Bridge MAC address .RE .PP -\fIbr_cost\fR +\fIindev_name\fR .RS 4 -Total cost from transmitting bridge to root +Name of network device packet was received on (if known) .RE .PP -\fIllcproto_stp\fR +\fIllcpdu\fR .RS 4 -Constant used to signify Bridge Spanning Tree Protocol packet +Address of LLC Protocol Data Unit .RE .PP -\fIoutdev\fR +\fInf_drop\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP \fIbr_flags\fR @@ -172,29 +172,29 @@ Address of net_device representing output device, 0 if unknown BPDU flags .RE .PP -\fIbr_max\fR +\fIbr_prid\fR .RS 4 -Max age in 1/256 secs +Protocol identifier .RE .PP -\fInf_stop\fR +\fIbr_htime\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Hello time in 1/256 secs .RE .PP -\fIlength\fR +\fIoutdev_name\fR .RS 4 -The length of the packet buffer contents, in bytes +Name of network device packet will be routed to (if known) .RE .PP -\fIbr_type\fR +\fIdata_hex\fR .RS 4 -BPDU type +A hexadecimal string representing the packet buffer contents .RE .PP -\fIprotocol\fR +\fIbr_cost\fR .RS 4 -Packet protocol +Total cost from transmitting bridge to root .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.post_routing.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.post_routing.3stap index 87774d9ee..ae43a14ad 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.post_routing.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.post_routing.3stap @@ -36,14 +36,14 @@ netfilter\&.bridge\&.post_routing .fi .SH "VALUES" .PP -\fIoutdev_name\fR +\fInf_drop\fR .RS 4 -Name of network device packet will be routed to (if known) +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIbr_rmac\fR +\fIbr_fd\fR .RS 4 -Root bridge MAC address +Forward delay in 1/256 secs .RE .PP \fIllcpdu\fR @@ -51,55 +51,54 @@ Root bridge MAC address Address of LLC Protocol Data Unit .RE .PP -\fInf_drop\fR +\fIbr_mac\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Bridge MAC address .RE .PP -\fIbr_prid\fR +\fIindev_name\fR .RS 4 -Protocol identifier +Name of network device packet was received on (if known) .RE .PP -\fIbr_mac\fR +\fIbr_vid\fR .RS 4 -Bridge MAC address +Protocol version identifier .RE .PP -\fIbr_msg\fR +\fInf_queue\fR .RS 4 -Message age in 1/256 secs +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIbr_rid\fR +\fIllcproto_stp\fR .RS 4 -Identity of root bridge +Constant used to signify Bridge Spanning Tree Protocol packet .RE .PP -\fIdata_str\fR +\fInf_repeat\fR .RS 4 -A string representing the packet buffer contents +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIindev\fR +\fIlength\fR .RS 4 -Address of net_device representing input device, 0 if unknown +The length of the packet buffer contents, in bytes .RE .PP -\fIindev_name\fR +\fInf_accept\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIbr_bid\fR +\fIbr_max\fR .RS 4 -Identity of bridge +Max age in 1/256 secs .RE .PP -\fIpf\fR +\fIbr_cost\fR .RS 4 -Protocol family \-\- always -\(lqbridge\(rq +Total cost from transmitting bridge to root .RE .PP \fIdata_hex\fR @@ -107,94 +106,95 @@ Protocol family \-\- always A hexadecimal string representing the packet buffer contents .RE .PP -\fIbr_fd\fR +\fIoutdev_name\fR .RS 4 -Forward delay in 1/256 secs +Name of network device packet will be routed to (if known) .RE .PP -\fIbr_htime\fR +\fIbr_flags\fR .RS 4 -Hello time in 1/256 secs +BPDU flags .RE .PP -\fInf_stop\fR +\fIbr_prid\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Protocol identifier .RE .PP -\fIbr_type\fR +\fIbr_htime\fR .RS 4 -BPDU type +Hello time in 1/256 secs .RE .PP -\fIlength\fR +\fIoutdev\fR .RS 4 -The length of the packet buffer contents, in bytes +Address of net_device representing output device, 0 if unknown .RE .PP -\fIprotocol\fR +\fIbr_rid\fR .RS 4 -Packet protocol +Identity of root bridge .RE .PP -\fIbr_flags\fR +\fIbr_bid\fR .RS 4 -BPDU flags +Identity of bridge .RE .PP -\fIbr_max\fR +\fIbr_rmac\fR .RS 4 -Max age in 1/256 secs +Root bridge MAC address .RE .PP -\fIbr_cost\fR +\fInf_stolen\fR .RS 4 -Total cost from transmitting bridge to root +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIllcproto_stp\fR +\fIbr_type\fR .RS 4 -Constant used to signify Bridge Spanning Tree Protocol packet +BPDU type .RE .PP -\fIoutdev\fR +\fIbr_msg\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Message age in 1/256 secs .RE .PP -\fIbr_poid\fR +\fIpf\fR .RS 4 -Port identifier +Protocol family \-\- always +\(lqbridge\(rq .RE .PP -\fInf_stolen\fR +\fIindev\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Address of net_device representing input device, 0 if unknown .RE .PP -\fIbrhdr\fR +\fIprotocol\fR .RS 4 -Address of bridge header +Packet protocol .RE .PP -\fInf_queue\fR +\fInf_stop\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fInf_accept\fR +\fIbr_poid\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Port identifier .RE .PP -\fIbr_vid\fR +\fIbrhdr\fR .RS 4 -Protocol version identifier +Address of bridge header .RE .PP -\fInf_repeat\fR +\fIdata_str\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +A string representing the packet buffer contents .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.pre_routing.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.pre_routing.3stap index 5514bb93e..4116392d9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.pre_routing.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.bridge.pre_routing.3stap @@ -36,44 +36,49 @@ netfilter\&.bridge\&.pre_routing .fi .SH "VALUES" .PP -\fInf_accept\fR +\fInf_drop\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fInf_queue\fR +\fIbr_mac\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Bridge MAC address .RE .PP -\fIbrhdr\fR +\fIllcpdu\fR .RS 4 -Address of bridge header +Address of LLC Protocol Data Unit .RE .PP -\fIbr_vid\fR +\fIindev_name\fR .RS 4 -Protocol version identifier +Name of network device packet was received on (if known) .RE .PP -\fInf_repeat\fR +\fIbr_fd\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Forward delay in 1/256 secs .RE .PP -\fIprotocol\fR +\fIbr_vid\fR .RS 4 -Packet protocol +Protocol version identifier .RE .PP -\fInf_stop\fR +\fIllcproto_stp\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Constant used to signify Bridge Spanning Tree Protocol packet .RE .PP -\fIbr_type\fR +\fInf_queue\fR .RS 4 -BPDU type +Constant used to signify a \*(Aqqueue\*(Aq verdict +.RE +.PP +\fInf_repeat\fR +.RS 4 +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP \fIlength\fR @@ -86,14 +91,9 @@ The length of the packet buffer contents, in bytes Max age in 1/256 secs .RE .PP -\fIbr_flags\fR -.RS 4 -BPDU flags -.RE -.PP -\fIoutdev\fR +\fInf_accept\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP \fIbr_cost\fR @@ -101,24 +101,14 @@ Address of net_device representing output device, 0 if unknown Total cost from transmitting bridge to root .RE .PP -\fIllcproto_stp\fR -.RS 4 -Constant used to signify Bridge Spanning Tree Protocol packet -.RE -.PP -\fIbr_poid\fR -.RS 4 -Port identifier -.RE -.PP -\fInf_stolen\fR +\fIdata_hex\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +A hexadecimal string representing the packet buffer contents .RE .PP -\fIbr_msg\fR +\fIoutdev_name\fR .RS 4 -Message age in 1/256 secs +Name of network device packet will be routed to (if known) .RE .PP \fIbr_prid\fR @@ -126,19 +116,19 @@ Message age in 1/256 secs Protocol identifier .RE .PP -\fIbr_mac\fR +\fIbr_htime\fR .RS 4 -Bridge MAC address +Hello time in 1/256 secs .RE .PP -\fIdata_str\fR +\fIbr_flags\fR .RS 4 -A string representing the packet buffer contents +BPDU flags .RE .PP -\fIindev\fR +\fIoutdev\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Address of net_device representing output device, 0 if unknown .RE .PP \fIbr_rid\fR @@ -151,50 +141,60 @@ Identity of root bridge Identity of bridge .RE .PP -\fIpf\fR +\fIbr_rmac\fR .RS 4 -Protocol family \-\- always -\(lqbridge\(rq +Root bridge MAC address .RE .PP -\fIindev_name\fR +\fInf_stolen\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIbr_htime\fR +\fIbr_msg\fR .RS 4 -Hello time in 1/256 secs +Message age in 1/256 secs .RE .PP -\fIdata_hex\fR +\fIbr_type\fR .RS 4 -A hexadecimal string representing the packet buffer contents +BPDU type .RE .PP -\fIbr_fd\fR +\fIpf\fR .RS 4 -Forward delay in 1/256 secs +Protocol family \-\- always +\(lqbridge\(rq .RE .PP -\fIoutdev_name\fR +\fIindev\fR .RS 4 -Name of network device packet will be routed to (if known) +Address of net_device representing input device, 0 if unknown .RE .PP -\fIbr_rmac\fR +\fInf_stop\fR .RS 4 -Root bridge MAC address +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIllcpdu\fR +\fIprotocol\fR .RS 4 -Address of LLC Protocol Data Unit +Packet protocol .RE .PP -\fInf_drop\fR +\fIbr_poid\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Port identifier +.RE +.PP +\fIdata_str\fR +.RS 4 +A string representing the packet buffer contents +.RE +.PP +\fIbrhdr\fR +.RS 4 +Address of bridge header .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.forward.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.forward.3stap index 5d35f240f..158821d7f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.forward.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.forward.3stap @@ -36,32 +36,29 @@ netfilter\&.ip\&.forward .fi .SH "VALUES" .PP -\fIpf\fR +\fIrst\fR .RS 4 -Protocol family \-\- either -\(lqipv4\(rq -or -\(lqipv6\(rq +TCP RST flag (if protocol is TCP; ipv4 only) .RE .PP -\fIindev_name\fR +\fInf_stop\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIrst\fR +\fIprotocol\fR .RS 4 -TCP RST flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) .RE .PP -\fIdata_hex\fR +\fIsaddr\fR .RS 4 -A hexadecimal string representing the packet buffer contents +A string representing the source IP address .RE .PP -\fIsyn\fR +\fIiphdr\fR .RS 4 -TCP SYN flag (if protocol is TCP; ipv4 only) +Address of IP header .RE .PP \fIindev\fR @@ -74,9 +71,9 @@ Address of net_device representing input device, 0 if unknown A string representing the packet buffer contents .RE .PP -\fIpsh\fR +\fIipproto_udp\fR .RS 4 -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is UDP .RE .PP \fIack\fR @@ -84,94 +81,97 @@ TCP PSH flag (if protocol is TCP; ipv4 only) TCP ACK flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_drop\fR +\fIdaddr\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +A string representing the destination IP address .RE .PP -\fIoutdev_name\fR +\fIoutdev\fR .RS 4 -Name of network device packet will be routed to (if known) +Address of net_device representing output device, 0 if unknown .RE .PP -\fIfamily\fR +\fIpf\fR .RS 4 -IP address family +Protocol family \-\- either +\(lqipv4\(rq +or +\(lqipv6\(rq .RE .PP -\fIurg\fR +\fInf_stolen\fR .RS 4 -TCP URG flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIsport\fR +\fIdata_hex\fR .RS 4 -TCP or UDP source port (ipv4 only) +A hexadecimal string representing the packet buffer contents .RE .PP -\fIdport\fR +\fIsport\fR .RS 4 -TCP or UDP destination port (ipv4 only) +TCP or UDP source port (ipv4 only) .RE .PP -\fInf_repeat\fR +\fIsyn\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +TCP SYN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIipproto_udp\fR +\fIoutdev_name\fR .RS 4 -Constant used to signify that the packet protocol is UDP +Name of network device packet will be routed to (if known) .RE .PP -\fInf_queue\fR +\fIipproto_tcp\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify that the packet protocol is TCP .RE .PP -\fInf_accept\fR +\fIindev_name\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Name of network device packet was received on (if known) .RE .PP -\fIsaddr\fR +\fIdport\fR .RS 4 -A string representing the source IP address +TCP or UDP destination port (ipv4 only) .RE .PP -\fIdaddr\fR +\fIfin\fR .RS 4 -A string representing the destination IP address +TCP FIN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIiphdr\fR +\fInf_drop\fR .RS 4 -Address of IP header +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIoutdev\fR +\fIurg\fR .RS 4 -Address of net_device representing output device, 0 if unknown +TCP URG flag (if protocol is TCP; ipv4 only) .RE .PP -\fIipproto_tcp\fR +\fIfamily\fR .RS 4 -Constant used to signify that the packet protocol is TCP +IP address family .RE .PP -\fInf_stolen\fR +\fInf_accept\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIprotocol\fR +\fIpsh\fR .RS 4 -Packet protocol from driver (ipv4 only) +TCP PSH flag (if protocol is TCP; ipv4 only) .RE .PP -\fIfin\fR +\fInf_repeat\fR .RS 4 -TCP FIN flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP \fIlength\fR @@ -179,9 +179,9 @@ TCP FIN flag (if protocol is TCP; ipv4 only) The length of the packet buffer contents, in bytes .RE .PP -\fInf_stop\fR +\fInf_queue\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_in.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_in.3stap index f39d705b8..18cbd2075 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_in.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_in.3stap @@ -36,32 +36,34 @@ netfilter\&.ip\&.local_in .fi .SH "VALUES" .PP -\fIindev_name\fR +\fIrst\fR .RS 4 -Name of network device packet was received on (if known) +TCP RST flag (if protocol is TCP; ipv4 only) .RE .PP -\fIpf\fR +\fIiphdr\fR .RS 4 -Protocol family \-\- either -\(lqipv4\(rq -or -\(lqipv6\(rq +Address of IP header .RE .PP -\fIdata_hex\fR +\fIindev\fR .RS 4 -A hexadecimal string representing the packet buffer contents +Address of net_device representing input device, 0 if unknown .RE .PP -\fIrst\fR +\fInf_stop\fR .RS 4 -TCP RST flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIsyn\fR +\fIprotocol\fR .RS 4 -TCP SYN flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) +.RE +.PP +\fIsaddr\fR +.RS 4 +A string representing the source IP address .RE .PP \fIdata_str\fR @@ -69,39 +71,42 @@ TCP SYN flag (if protocol is TCP; ipv4 only) A string representing the packet buffer contents .RE .PP -\fIindev\fR +\fIack\fR .RS 4 -Address of net_device representing input device, 0 if unknown +TCP ACK flag (if protocol is TCP; ipv4 only) .RE .PP -\fIpsh\fR +\fIipproto_udp\fR .RS 4 -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is UDP .RE .PP -\fIack\fR +\fIdaddr\fR .RS 4 -TCP ACK flag (if protocol is TCP; ipv4 only) +A string representing the destination IP address .RE .PP -\fInf_drop\fR +\fIoutdev\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Address of net_device representing output device, 0 if unknown .RE .PP -\fIfamily\fR +\fIpf\fR .RS 4 -IP address family +Protocol family \-\- either +\(lqipv4\(rq +or +\(lqipv6\(rq .RE .PP -\fIoutdev_name\fR +\fInf_stolen\fR .RS 4 -Name of network device packet will be routed to (if known) +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIdport\fR +\fIdata_hex\fR .RS 4 -TCP or UDP destination port (ipv4 only) +A hexadecimal string representing the packet buffer contents .RE .PP \fIsport\fR @@ -109,64 +114,64 @@ TCP or UDP destination port (ipv4 only) TCP or UDP source port (ipv4 only) .RE .PP -\fIurg\fR +\fIsyn\fR .RS 4 -TCP URG flag (if protocol is TCP; ipv4 only) +TCP SYN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIipproto_udp\fR +\fIoutdev_name\fR .RS 4 -Constant used to signify that the packet protocol is UDP +Name of network device packet will be routed to (if known) .RE .PP -\fInf_repeat\fR +\fIdport\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +TCP or UDP destination port (ipv4 only) .RE .PP -\fIiphdr\fR +\fIindev_name\fR .RS 4 -Address of IP header +Name of network device packet was received on (if known) .RE .PP -\fIdaddr\fR +\fIipproto_tcp\fR .RS 4 -A string representing the destination IP address +Constant used to signify that the packet protocol is TCP .RE .PP -\fIsaddr\fR +\fIurg\fR .RS 4 -A string representing the source IP address +TCP URG flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_accept\fR +\fIfamily\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +IP address family .RE .PP -\fInf_queue\fR +\fIfin\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +TCP FIN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIoutdev\fR +\fInf_drop\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fInf_stolen\fR +\fInf_accept\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIipproto_tcp\fR +\fIpsh\fR .RS 4 -Constant used to signify that the packet protocol is TCP +TCP PSH flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_stop\fR +\fInf_queue\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP \fIlength\fR @@ -174,14 +179,9 @@ Constant used to signify a \*(Aqstop\*(Aq verdict The length of the packet buffer contents, in bytes .RE .PP -\fIfin\fR -.RS 4 -TCP FIN flag (if protocol is TCP; ipv4 only) -.RE -.PP -\fIprotocol\fR +\fInf_repeat\fR .RS 4 -Packet protocol from driver (ipv4 only) +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_out.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_out.3stap index daa063b1b..8ad8f2ac5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_out.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.local_out.3stap @@ -36,9 +36,14 @@ netfilter\&.ip\&.local_out .fi .SH "VALUES" .PP -\fIipproto_udp\fR +\fInf_queue\fR .RS 4 -Constant used to signify that the packet protocol is UDP +Constant used to signify a \*(Aqqueue\*(Aq verdict +.RE +.PP +\fIlength\fR +.RS 4 +The length of the packet buffer contents, in bytes .RE .PP \fInf_repeat\fR @@ -46,64 +51,64 @@ Constant used to signify that the packet protocol is UDP Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIiphdr\fR +\fIpsh\fR .RS 4 -Address of IP header +TCP PSH flag (if protocol is TCP; ipv4 only) .RE .PP -\fIdaddr\fR +\fInf_accept\fR .RS 4 -A string representing the destination IP address +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIsaddr\fR +\fIurg\fR .RS 4 -A string representing the source IP address +TCP URG flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_queue\fR +\fIfamily\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +IP address family .RE .PP -\fInf_accept\fR +\fInf_drop\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fInf_stolen\fR +\fIfin\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +TCP FIN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIipproto_tcp\fR +\fIdport\fR .RS 4 -Constant used to signify that the packet protocol is TCP +TCP or UDP destination port (ipv4 only) .RE .PP -\fIoutdev\fR +\fIindev_name\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Name of network device packet was received on (if known) .RE .PP -\fInf_stop\fR +\fIipproto_tcp\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Constant used to signify that the packet protocol is TCP .RE .PP -\fIlength\fR +\fIoutdev_name\fR .RS 4 -The length of the packet buffer contents, in bytes +Name of network device packet will be routed to (if known) .RE .PP -\fIfin\fR +\fIsyn\fR .RS 4 -TCP FIN flag (if protocol is TCP; ipv4 only) +TCP SYN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIprotocol\fR +\fIsport\fR .RS 4 -Packet protocol from driver (ipv4 only) +TCP or UDP source port (ipv4 only) .RE .PP \fIdata_hex\fR @@ -111,14 +116,9 @@ Packet protocol from driver (ipv4 only) A hexadecimal string representing the packet buffer contents .RE .PP -\fIrst\fR -.RS 4 -TCP RST flag (if protocol is TCP; ipv4 only) -.RE -.PP -\fIindev_name\fR +\fInf_stolen\fR .RS 4 -Name of network device packet was received on (if known) +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP \fIpf\fR @@ -129,59 +129,59 @@ or \(lqipv6\(rq .RE .PP -\fIdata_str\fR +\fIoutdev\fR .RS 4 -A string representing the packet buffer contents +Address of net_device representing output device, 0 if unknown .RE .PP -\fIindev\fR +\fIdaddr\fR .RS 4 -Address of net_device representing input device, 0 if unknown +A string representing the destination IP address .RE .PP -\fIsyn\fR +\fIack\fR .RS 4 -TCP SYN flag (if protocol is TCP; ipv4 only) +TCP ACK flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_drop\fR +\fIipproto_udp\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +Constant used to signify that the packet protocol is UDP .RE .PP -\fIack\fR +\fIdata_str\fR .RS 4 -TCP ACK flag (if protocol is TCP; ipv4 only) +A string representing the packet buffer contents .RE .PP -\fIpsh\fR +\fIindev\fR .RS 4 -TCP PSH flag (if protocol is TCP; ipv4 only) +Address of net_device representing input device, 0 if unknown .RE .PP -\fIsport\fR +\fIiphdr\fR .RS 4 -TCP or UDP source port (ipv4 only) +Address of IP header .RE .PP -\fIdport\fR +\fIsaddr\fR .RS 4 -TCP or UDP destination port (ipv4 only) +A string representing the source IP address .RE .PP -\fIurg\fR +\fIprotocol\fR .RS 4 -TCP URG flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) .RE .PP -\fIfamily\fR +\fInf_stop\fR .RS 4 -IP address family +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIoutdev_name\fR +\fIrst\fR .RS 4 -Name of network device packet will be routed to (if known) +TCP RST flag (if protocol is TCP; ipv4 only) .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.post_routing.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.post_routing.3stap index e3e667ebf..9e68e2e71 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.post_routing.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.post_routing.3stap @@ -36,19 +36,14 @@ netfilter\&.ip\&.post_routing .fi .SH "VALUES" .PP -\fIsyn\fR -.RS 4 -TCP SYN flag (if protocol is TCP; ipv4 only) -.RE -.PP -\fIdata_str\fR +\fIipproto_tcp\fR .RS 4 -A string representing the packet buffer contents +Constant used to signify that the packet protocol is TCP .RE .PP -\fIindev\fR +\fIdport\fR .RS 4 -Address of net_device representing input device, 0 if unknown +TCP or UDP destination port (ipv4 only) .RE .PP \fIindev_name\fR @@ -56,72 +51,69 @@ Address of net_device representing input device, 0 if unknown Name of network device packet was received on (if known) .RE .PP -\fIpf\fR +\fInf_drop\fR .RS 4 -Protocol family \-\- either -\(lqipv4\(rq -or -\(lqipv6\(rq +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIdata_hex\fR +\fIfin\fR .RS 4 -A hexadecimal string representing the packet buffer contents +TCP FIN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIrst\fR +\fIfamily\fR .RS 4 -TCP RST flag (if protocol is TCP; ipv4 only) +IP address family .RE .PP -\fIfamily\fR +\fIurg\fR .RS 4 -IP address family +TCP URG flag (if protocol is TCP; ipv4 only) .RE .PP -\fIoutdev_name\fR +\fIpsh\fR .RS 4 -Name of network device packet will be routed to (if known) +TCP PSH flag (if protocol is TCP; ipv4 only) .RE .PP -\fIdport\fR +\fInf_accept\fR .RS 4 -TCP or UDP destination port (ipv4 only) +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIsport\fR +\fInf_repeat\fR .RS 4 -TCP or UDP source port (ipv4 only) +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIurg\fR +\fIlength\fR .RS 4 -TCP URG flag (if protocol is TCP; ipv4 only) +The length of the packet buffer contents, in bytes .RE .PP -\fIpsh\fR +\fInf_queue\fR .RS 4 -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIack\fR +\fIdata_hex\fR .RS 4 -TCP ACK flag (if protocol is TCP; ipv4 only) +A hexadecimal string representing the packet buffer contents .RE .PP -\fInf_drop\fR +\fIsport\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +TCP or UDP source port (ipv4 only) .RE .PP -\fIiphdr\fR +\fIsyn\fR .RS 4 -Address of IP header +TCP SYN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIsaddr\fR +\fIoutdev_name\fR .RS 4 -A string representing the source IP address +Name of network device packet will be routed to (if known) .RE .PP \fIdaddr\fR @@ -129,59 +121,67 @@ A string representing the source IP address A string representing the destination IP address .RE .PP -\fInf_queue\fR +\fIoutdev\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Address of net_device representing output device, 0 if unknown .RE .PP -\fInf_accept\fR +\fIpf\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +Protocol family \-\- either +\(lqipv4\(rq +or +\(lqipv6\(rq .RE .PP -\fIipproto_udp\fR +\fInf_stolen\fR .RS 4 -Constant used to signify that the packet protocol is UDP +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fInf_repeat\fR +\fIrst\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +TCP RST flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_stop\fR +\fIprotocol\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Packet protocol from driver (ipv4 only) .RE .PP -\fIlength\fR +\fIsaddr\fR .RS 4 -The length of the packet buffer contents, in bytes +A string representing the source IP address .RE .PP -\fIfin\fR +\fInf_stop\fR .RS 4 -TCP FIN flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP -\fIprotocol\fR +\fIindev\fR .RS 4 -Packet protocol from driver (ipv4 only) +Address of net_device representing input device, 0 if unknown .RE .PP -\fIoutdev\fR +\fIiphdr\fR .RS 4 -Address of net_device representing output device, 0 if unknown +Address of IP header .RE .PP -\fInf_stolen\fR +\fIdata_str\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +A string representing the packet buffer contents .RE .PP -\fIipproto_tcp\fR +\fIipproto_udp\fR .RS 4 -Constant used to signify that the packet protocol is TCP +Constant used to signify that the packet protocol is UDP +.RE +.PP +\fIack\fR +.RS 4 +TCP ACK flag (if protocol is TCP; ipv4 only) .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.pre_routing.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.pre_routing.3stap index d32d6c5bb..e0c0a02b7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.pre_routing.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::netfilter.ip.pre_routing.3stap @@ -36,24 +36,19 @@ netfilter\&.ip\&.pre_routing .fi .SH "VALUES" .PP -\fIfin\fR -.RS 4 -TCP FIN flag (if protocol is TCP; ipv4 only) -.RE -.PP -\fIprotocol\fR +\fIpf\fR .RS 4 -Packet protocol from driver (ipv4 only) +Protocol family \- either \*(Aqipv4\*(Aq or \*(Aqipv6\*(Aq .RE .PP -\fInf_stop\fR +\fInf_stolen\fR .RS 4 -Constant used to signify a \*(Aqstop\*(Aq verdict +Constant used to signify a \*(Aqstolen\*(Aq verdict .RE .PP -\fIlength\fR +\fIdaddr\fR .RS 4 -The length of the packet buffer contents, in bytes +A string representing the destination IP address .RE .PP \fIoutdev\fR @@ -61,24 +56,24 @@ The length of the packet buffer contents, in bytes Address of net_device representing output device, 0 if unknown .RE .PP -\fIipproto_tcp\fR +\fIdata_str\fR .RS 4 -Constant used to signify that the packet protocol is TCP +A string representing the packet buffer contents .RE .PP -\fInf_stolen\fR +\fIack\fR .RS 4 -Constant used to signify a \*(Aqstolen\*(Aq verdict +TCP ACK flag (if protocol is TCP; ipv4 only) .RE .PP -\fInf_queue\fR +\fIipproto_udp\fR .RS 4 -Constant used to signify a \*(Aqqueue\*(Aq verdict +Constant used to signify that the packet protocol is UDP .RE .PP -\fInf_accept\fR +\fIrst\fR .RS 4 -Constant used to signify an \*(Aqaccept\*(Aq verdict +TCP RST flag (if protocol is TCP; ipv4 only) .RE .PP \fIiphdr\fR @@ -86,9 +81,14 @@ Constant used to signify an \*(Aqaccept\*(Aq verdict Address of IP header .RE .PP -\fIdaddr\fR +\fIindev\fR .RS 4 -A string representing the destination IP address +Address of net_device representing input device, 0 if unknown +.RE +.PP +\fInf_stop\fR +.RS 4 +Constant used to signify a \*(Aqstop\*(Aq verdict .RE .PP \fIsaddr\fR @@ -96,79 +96,79 @@ A string representing the destination IP address A string representing the source IP address .RE .PP -\fIipproto_udp\fR +\fIprotocol\fR .RS 4 -Constant used to signify that the packet protocol is UDP +Packet protocol from driver (ipv4 only) .RE .PP -\fInf_repeat\fR +\fInf_accept\fR .RS 4 -Constant used to signify a \*(Aqrepeat\*(Aq verdict +Constant used to signify an \*(Aqaccept\*(Aq verdict .RE .PP -\fIoutdev_name\fR +\fIpsh\fR .RS 4 -Name of network device packet will be routed to (if known) +TCP PSH flag (if protocol is TCP; ipv4 only) .RE .PP -\fIfamily\fR +\fInf_queue\fR .RS 4 -IP address family +Constant used to signify a \*(Aqqueue\*(Aq verdict .RE .PP -\fIurg\fR +\fInf_repeat\fR .RS 4 -TCP URG flag (if protocol is TCP; ipv4 only) +Constant used to signify a \*(Aqrepeat\*(Aq verdict .RE .PP -\fIdport\fR +\fIlength\fR .RS 4 -TCP or UDP destination port (ipv4 only) +The length of the packet buffer contents, in bytes .RE .PP -\fIsport\fR +\fIindev_name\fR .RS 4 -TCP or UDP source port (ipv4 only) +Name of network device packet was received on (if known) .RE .PP -\fIack\fR +\fIdport\fR .RS 4 -TCP ACK flag (if protocol is TCP; ipv4 only) +TCP or UDP destination port (ipv4 only) .RE .PP -\fIpsh\fR +\fIipproto_tcp\fR .RS 4 -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is TCP .RE .PP -\fInf_drop\fR +\fIfamily\fR .RS 4 -Constant used to signify a \*(Aqdrop\*(Aq verdict +IP address family .RE .PP -\fIsyn\fR +\fIurg\fR .RS 4 -TCP SYN flag (if protocol is TCP; ipv4 only) +TCP URG flag (if protocol is TCP; ipv4 only) .RE .PP -\fIdata_str\fR +\fIfin\fR .RS 4 -A string representing the packet buffer contents +TCP FIN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIindev\fR +\fInf_drop\fR .RS 4 -Address of net_device representing input device, 0 if unknown +Constant used to signify a \*(Aqdrop\*(Aq verdict .RE .PP -\fIpf\fR +\fIsyn\fR .RS 4 -Protocol family \- either \*(Aqipv4\*(Aq or \*(Aqipv6\*(Aq +TCP SYN flag (if protocol is TCP; ipv4 only) .RE .PP -\fIindev_name\fR +\fIoutdev_name\fR .RS 4 -Name of network device packet was received on (if known) +Name of network device packet will be routed to (if known) .RE .PP \fIdata_hex\fR @@ -176,9 +176,9 @@ Name of network device packet was received on (if known) A hexadecimal string representing the packet buffer contents .RE .PP -\fIrst\fR +\fIsport\fR .RS 4 -TCP RST flag (if protocol is TCP; ipv4 only) +TCP or UDP source port (ipv4 only) .RE .SH SEE ALSO\n .IR tapset::netfilter (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpage.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpage.3stap index db16957f3..280c21668 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpage.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpage.3stap @@ -36,14 +36,19 @@ nfs\&.aop\&.readpage .fi .SH "VALUES" .PP -\fIi_flag\fR +\fIdev\fR .RS 4 -file flags +device identifier .RE .PP -\fIsize\fR +\fIpage_index\fR .RS 4 -number of pages to be read in this execution +offset within mapping, can used a page identifier and position identifier in the page frame +.RE +.PP +\fIino\fR +.RS 4 +inode number .RE .PP \fI__page\fR @@ -56,29 +61,24 @@ the address of page super block flags .RE .PP -\fIrsize\fR -.RS 4 -read size (in bytes) -.RE -.PP -\fIpage_index\fR +\fIfile\fR .RS 4 -offset within mapping, can used a page identifier and position identifier in the page frame +file argument .RE .PP -\fIdev\fR +\fIrsize\fR .RS 4 -device identifier +read size (in bytes) .RE .PP -\fIino\fR +\fIsize\fR .RS 4 -inode number +number of pages to be read in this execution .RE .PP -\fIfile\fR +\fIi_flag\fR .RS 4 -file argument +file flags .RE .PP \fIi_size\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpages.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpages.3stap index 7a5c41704..8fd659515 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpages.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.readpages.3stap @@ -36,14 +36,14 @@ nfs\&.aop\&.readpages .fi .SH "VALUES" .PP -\fIino\fR +\fIrpages\fR .RS 4 -inode number +read size (in pages) .RE .PP -\fIfile\fR +\fIsize\fR .RS 4 -filp argument +number of pages attempted to read in this execution .RE .PP \fIrsize\fR @@ -51,9 +51,9 @@ filp argument read size (in bytes) .RE .PP -\fIdev\fR +\fIfile\fR .RS 4 -device identifier +filp argument .RE .PP \fInr_pages\fR @@ -61,14 +61,14 @@ device identifier number of pages attempted to read in this execution .RE .PP -\fIrpages\fR +\fIdev\fR .RS 4 -read size (in pages) +device identifier .RE .PP -\fIsize\fR +\fIino\fR .RS 4 -number of pages attempted to read in this execution +inode number .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.release_page.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.release_page.3stap index 9c7fae860..8f7beaed6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.release_page.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.release_page.3stap @@ -36,6 +36,11 @@ nfs\&.aop\&.release_page .fi .SH "VALUES" .PP +\fIsize\fR +.RS 4 +release pages +.RE +.PP \fIino\fR .RS 4 inode number @@ -55,11 +60,6 @@ device identifier .RS 4 the address of page .RE -.PP -\fIsize\fR -.RS 4 -release pages -.RE .SH "DESCRIPTION" .PP Fires when do a release operation on NFS\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_begin.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_begin.3stap index f2bcbf1b2..8e76d9845 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_begin.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_begin.3stap @@ -36,34 +36,34 @@ nfs\&.aop\&.write_begin .fi .SH "VALUES" .PP -\fIdev\fR +\fIsize\fR .RS 4 -device identifier +write bytes .RE .PP -\fIpage_index\fR +\fIto\fR .RS 4 -offset within mapping, can used a page identifier and position identifier in the page frame +end address of this write operation .RE .PP -\fIino\fR +\fIdev\fR .RS 4 -inode number +device identifier .RE .PP -\fIsize\fR +\fIpage_index\fR .RS 4 -write bytes +offset within mapping, can used a page identifier and position identifier in the page frame .RE .PP -\fIto\fR +\fIoffset\fR .RS 4 -end address of this write operation +start address of this write operation .RE .PP -\fIoffset\fR +\fIino\fR .RS 4 -start address of this write operation +inode number .RE .PP \fI__page\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_end.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_end.3stap index 9e413eaf7..6496eeb2e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_end.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.write_end.3stap @@ -41,24 +41,24 @@ nfs\&.aop\&.write_end file length in bytes .RE .PP -\fIino\fR +\fIi_flag\fR .RS 4 -inode number +file flags .RE .PP -\fIsb_flag\fR +\fIsize\fR .RS 4 -super block flags +write bytes .RE .PP -\fIdev\fR +\fIto\fR .RS 4 -device identifier +end address of this write operation .RE .PP -\fIpage_index\fR +\fIsb_flag\fR .RS 4 -offset within mapping, can used a page identifier and position identifier in the page frame +super block flags .RE .PP \fI__page\fR @@ -66,24 +66,24 @@ offset within mapping, can used a page identifier and position identifier in the the address of page .RE .PP -\fIoffset\fR +\fIpage_index\fR .RS 4 -start address of this write operation +offset within mapping, can used a page identifier and position identifier in the page frame .RE .PP -\fIto\fR +\fIino\fR .RS 4 -end address of this write operation +inode number .RE .PP -\fIi_flag\fR +\fIoffset\fR .RS 4 -file flags +start address of this write operation .RE .PP -\fIsize\fR +\fIdev\fR .RS 4 -write bytes +device identifier .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepage.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepage.3stap index 8f3a66d5f..fcaf88526 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepage.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepage.3stap @@ -36,9 +36,14 @@ nfs\&.aop\&.writepage .fi .SH "VALUES" .PP -\fIi_state\fR +\fIsize\fR .RS 4 -inode state flags +number of pages to be written in this execution +.RE +.PP +\fIi_flag\fR +.RS 4 +file flags .RE .PP \fIfor_kupdate\fR @@ -46,19 +51,24 @@ inode state flags a flag of writeback_control, indicates if it\*(Aqs a kupdate writeback .RE .PP -\fI__page\fR +\fIi_state\fR .RS 4 -the address of page +inode state flags .RE .PP -\fIi_flag\fR +\fIi_size\fR .RS 4 -file flags +file length in bytes .RE .PP -\fIsize\fR +\fIpage_index\fR .RS 4 -number of pages to be written in this execution +offset within mapping, can used a page identifier and position identifier in the page frame +.RE +.PP +\fIdev\fR +.RS 4 +device identifier .RE .PP \fIino\fR @@ -71,9 +81,9 @@ inode number a flag of writeback_control, indicates if it\*(Aqs invoked from the page allocator .RE .PP -\fIi_size\fR +\fI__page\fR .RS 4 -file length in bytes +the address of page .RE .PP \fIsb_flag\fR @@ -81,20 +91,10 @@ file length in bytes super block flags .RE .PP -\fIpage_index\fR -.RS 4 -offset within mapping, can used a page identifier and position identifier in the page frame -.RE -.PP \fIwsize\fR .RS 4 write size .RE -.PP -\fIdev\fR -.RS 4 -device identifier -.RE .SH "DESCRIPTION" .PP The priority of wb is decided by the flags diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepages.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepages.3stap index 52d92a246..837526a5d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepages.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.aop.writepages.3stap @@ -46,9 +46,9 @@ device identifier number of pages attempted to be written in this execution .RE .PP -\fIwsize\fR +\fIino\fR .RS 4 -write size +inode number .RE .PP \fIfor_reclaim\fR @@ -56,9 +56,9 @@ write size a flag of writeback_control, indicates if it\*(Aqs invoked from the page allocator .RE .PP -\fIino\fR +\fIwsize\fR .RS 4 -inode number +write size .RE .PP \fIsize\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_read.3stap index 8a1564aca..decabce30 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_read.3stap @@ -36,29 +36,29 @@ nfs\&.fop\&.aio_read .fi .SH "VALUES" .PP -\fIbuf\fR +\fIfile_name\fR .RS 4 -the address of buf in user space +file name .RE .PP -\fIattrtimeo\fR +\fIparent_name\fR .RS 4 -how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. +parent dir name .RE .PP -\fIfile_name\fR +\fIcache_valid\fR .RS 4 -file name +cache related bit mask flag .RE .PP -\fIino\fR +\fIbuf\fR .RS 4 -inode number +the address of buf in user space .RE .PP -\fIcache_valid\fR +\fIattrtimeo\fR .RS 4 -cache related bit mask flag +how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. .RE .PP \fIcount\fR @@ -71,14 +71,14 @@ read bytes current position of file .RE .PP -\fIparent_name\fR +\fIdev\fR .RS 4 -parent dir name +device identifier .RE .PP -\fIdev\fR +\fIino\fR .RS 4 -device identifier +inode number .RE .PP \fIcache_time\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_write.3stap index d6fa4eba6..e031d7ea1 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.aio_write.3stap @@ -36,39 +36,39 @@ nfs\&.fop\&.aio_write .fi .SH "VALUES" .PP -\fIdev\fR +\fIbuf\fR .RS 4 -device identifier +the address of buf in user space .RE .PP -\fIpos\fR +\fIparent_name\fR .RS 4 -offset of the file +parent dir name .RE .PP -\fIcount\fR +\fIfile_name\fR .RS 4 -read bytes +file name .RE .PP -\fIparent_name\fR +\fIdev\fR .RS 4 -parent dir name +device identifier .RE .PP -\fIbuf\fR +\fIino\fR .RS 4 -the address of buf in user space +inode number .RE .PP -\fIfile_name\fR +\fIcount\fR .RS 4 -file name +read bytes .RE .PP -\fIino\fR +\fIpos\fR .RS 4 -inode number +offset of the file .RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.flush.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.flush.3stap index acf7e00bd..36704c5ed 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.flush.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.flush.3stap @@ -36,24 +36,24 @@ nfs\&.fop\&.flush .fi .SH "VALUES" .PP -\fIdev\fR +\fImode\fR .RS 4 -device identifier +file mode .RE .PP -\fIino\fR +\fIndirty\fR .RS 4 -inode number +number of dirty page .RE .PP -\fImode\fR +\fIdev\fR .RS 4 -file mode +device identifier .RE .PP -\fIndirty\fR +\fIino\fR .RS 4 -number of dirty page +inode number .RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.llseek.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.llseek.3stap index a9a1d9a78..99c250918 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.llseek.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.llseek.3stap @@ -41,6 +41,11 @@ nfs\&.fop\&.llseek the position to seek from .RE .PP +\fIwhence_str\fR +.RS 4 +symbolic string representation of the position to seek from +.RE +.PP \fIdev\fR .RS 4 device identifier @@ -51,11 +56,6 @@ device identifier the offset of the file will be repositioned .RE .PP -\fIwhence_str\fR -.RS 4 -symbolic string representation of the position to seek from -.RE -.PP \fIino\fR .RS 4 inode number diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.lock.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.lock.3stap index d7e0e1831..8da6ec63c 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.lock.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.lock.3stap @@ -36,14 +36,14 @@ nfs\&.fop\&.lock .fi .SH "VALUES" .PP -\fIfl_flag\fR +\fIcmd\fR .RS 4 -lock flags +cmd arguments .RE .PP -\fIfl_type\fR +\fIdev\fR .RS 4 -lock type +device identifier .RE .PP \fIino\fR @@ -51,14 +51,14 @@ lock type inode number .RE .PP -\fIdev\fR +\fIfl_type\fR .RS 4 -device identifier +lock type .RE .PP -\fIcmd\fR +\fIfl_end\fR .RS 4 -cmd arguments +ending offset of locked region .RE .PP \fIi_mode\fR @@ -66,9 +66,9 @@ cmd arguments file type and access rights .RE .PP -\fIfl_end\fR +\fIfl_flag\fR .RS 4 -ending offset of locked region +lock flags .RE .PP \fIfl_start\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.mmap.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.mmap.3stap index 59d0bf1b9..f71f277ac 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.mmap.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.mmap.3stap @@ -36,14 +36,9 @@ nfs\&.fop\&.mmap .fi .SH "VALUES" .PP -\fIvm_start\fR -.RS 4 -start address within vm_mm -.RE -.PP -\fIparent_name\fR +\fIcache_time\fR .RS 4 -parent dir name +when we started read\-caching this inode .RE .PP \fIdev\fR @@ -56,29 +51,29 @@ device identifier inode number .RE .PP -\fIbuf\fR +\fIattrtimeo\fR .RS 4 -the address of buf in user space +how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. .RE .PP -\fIcache_valid\fR +\fIvm_end\fR .RS 4 -cache related bit mask flag +the first byte after end address within vm_mm .RE .PP -\fIvm_end\fR +\fIbuf\fR .RS 4 -the first byte after end address within vm_mm +the address of buf in user space .RE .PP -\fIcache_time\fR +\fIcache_valid\fR .RS 4 -when we started read\-caching this inode +cache related bit mask flag .RE .PP -\fIattrtimeo\fR +\fIparent_name\fR .RS 4 -how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. +parent dir name .RE .PP \fIfile_name\fR @@ -90,5 +85,10 @@ file name .RS 4 vm flags .RE +.PP +\fIvm_start\fR +.RS 4 +start address within vm_mm +.RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.open.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.open.3stap index 2ff335b0f..bb91254dd 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.open.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.open.3stap @@ -36,14 +36,14 @@ nfs\&.fop\&.open .fi .SH "VALUES" .PP -\fIfile_name\fR +\fIflag\fR .RS 4 -file name +file flag .RE .PP -\fIflag\fR +\fIino\fR .RS 4 -file flag +inode number .RE .PP \fIdev\fR @@ -51,9 +51,9 @@ file flag device identifier .RE .PP -\fIino\fR +\fIfile_name\fR .RS 4 -inode number +file name .RE .PP \fIi_size\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.read_iter.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.read_iter.3stap index ddd79ab2a..5bd023666 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.read_iter.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.read_iter.3stap @@ -36,9 +36,9 @@ nfs\&.fop\&.read_iter .fi .SH "VALUES" .PP -\fIcache_valid\fR +\fIdev\fR .RS 4 -cache related bit mask flag +device identifier .RE .PP \fIino\fR @@ -46,39 +46,39 @@ cache related bit mask flag inode number .RE .PP -\fIattrtimeo\fR +\fIcache_time\fR .RS 4 -how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. +when we started read\-caching this inode .RE .PP -\fIfile_name\fR +\fIattrtimeo\fR .RS 4 -file name +how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. .RE .PP -\fIcache_time\fR +\fIpos\fR .RS 4 -when we started read\-caching this inode +current position of file .RE .PP -\fIdev\fR +\fIcount\fR .RS 4 -device identifier +read bytes .RE .PP -\fIparent_name\fR +\fIcache_valid\fR .RS 4 -parent dir name +cache related bit mask flag .RE .PP -\fIpos\fR +\fIfile_name\fR .RS 4 -current position of file +file name .RE .PP -\fIcount\fR +\fIparent_name\fR .RS 4 -read bytes +parent dir name .RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.release.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.release.3stap index e99851ecd..09639e88a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.release.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.release.3stap @@ -36,11 +36,6 @@ nfs\&.fop\&.release .fi .SH "VALUES" .PP -\fImode\fR -.RS 4 -file mode -.RE -.PP \fIino\fR .RS 4 inode number @@ -50,5 +45,10 @@ inode number .RS 4 device identifier .RE +.PP +\fImode\fR +.RS 4 +file mode +.RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.sendfile.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.sendfile.3stap index 6db3c3aa6..0673fefe4 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.sendfile.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.sendfile.3stap @@ -36,9 +36,14 @@ nfs\&.fop\&.sendfile .fi .SH "VALUES" .PP -\fIdev\fR +\fIppos\fR .RS 4 -device identifier +current position of file +.RE +.PP +\fIcache_valid\fR +.RS 4 +cache related bit mask flag .RE .PP \fIcount\fR @@ -46,14 +51,14 @@ device identifier read bytes .RE .PP -\fIppos\fR +\fIattrtimeo\fR .RS 4 -current position of file +how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. .RE .PP -\fIcache_valid\fR +\fIcache_time\fR .RS 4 -cache related bit mask flag +when we started read\-caching this inode .RE .PP \fIino\fR @@ -61,14 +66,9 @@ cache related bit mask flag inode number .RE .PP -\fIcache_time\fR -.RS 4 -when we started read\-caching this inode -.RE -.PP -\fIattrtimeo\fR +\fIdev\fR .RS 4 -how long the cached information is assumed to be valid\&. We need to revalidate the cached attrs for this inode if jiffies \- read_cache_jiffies > attrtimeo\&. +device identifier .RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.write_iter.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.write_iter.3stap index 5bad5af00..40b47e47a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.write_iter.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.fop.write_iter.3stap @@ -36,19 +36,14 @@ nfs\&.fop\&.write_iter .fi .SH "VALUES" .PP -\fIpos\fR -.RS 4 -offset of the file -.RE -.PP \fIcount\fR .RS 4 read bytes .RE .PP -\fIparent_name\fR +\fIpos\fR .RS 4 -parent dir name +offset of the file .RE .PP \fIdev\fR @@ -56,14 +51,19 @@ parent dir name device identifier .RE .PP +\fIino\fR +.RS 4 +inode number +.RE +.PP \fIfile_name\fR .RS 4 file name .RE .PP -\fIino\fR +\fIparent_name\fR .RS 4 -inode number +parent dir name .RE .SH SEE ALSO\n .IR tapset::nfs (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit.3stap index cfff6ebb6..7e18b0c06 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit.3stap @@ -36,19 +36,14 @@ nfs\&.proc\&.commit .fi .SH "VALUES" .PP -\fIsize\fR -.RS 4 -read bytes in this execution -.RE -.PP \fIversion\fR .RS 4 NFS version .RE .PP -\fIbitmask1\fR +\fIprot\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +transfer protocol .RE .PP \fIserver_ip\fR @@ -56,20 +51,25 @@ V4 bitmask representing the set of attributes supported on this filesystem IP address of server .RE .PP -\fIbitmask0\fR +\fIsize\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +read bytes in this execution .RE .PP -\fIprot\fR +\fIbitmask1\fR .RS 4 -transfer protocol +V4 bitmask representing the set of attributes supported on this filesystem .RE .PP \fIoffset\fR .RS 4 the file offset .RE +.PP +\fIbitmask0\fR +.RS 4 +V4 bitmask representing the set of attributes supported on this filesystem +.RE .SH "DESCRIPTION" .PP All the nfs\&.proc\&.commit kernel functions were removed in kernel commit 200baa in December 2006, so these probes do not exist on Linux 2\&.6\&.21 and newer kernels\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_done.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_done.3stap index 5ac9805aa..c960e0b62 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_done.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_done.3stap @@ -36,9 +36,14 @@ nfs\&.proc\&.commit_done .fi .SH "VALUES" .PP -\fIvalid\fR +\fIcount\fR .RS 4 -fattr\->valid, indicates which fields are valid +number of bytes committed +.RE +.PP +\fIversion\fR +.RS 4 +NFS version .RE .PP \fIprot\fR @@ -51,24 +56,19 @@ transfer protocol V4 timestamp, which is used for lease renewal .RE .PP -\fIstatus\fR -.RS 4 -result of last operation -.RE -.PP \fIserver_ip\fR .RS 4 IP address of server .RE .PP -\fIcount\fR +\fIvalid\fR .RS 4 -number of bytes committed +fattr\->valid, indicates which fields are valid .RE .PP -\fIversion\fR +\fIstatus\fR .RS 4 -NFS version +result of last operation .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_setup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_setup.3stap index 60f21983e..b983241e6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_setup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.commit_setup.3stap @@ -36,9 +36,9 @@ nfs\&.proc\&.commit_setup .fi .SH "VALUES" .PP -\fIoffset\fR +\fIserver_ip\fR .RS 4 -the file offset +IP address of server .RE .PP \fIprot\fR @@ -46,11 +46,6 @@ the file offset transfer protocol .RE .PP -\fIbitmask0\fR -.RS 4 -V4 bitmask representing the set of attributes supported on this filesystem -.RE -.PP \fIversion\fR .RS 4 NFS version @@ -61,17 +56,22 @@ NFS version bytes in this commit .RE .PP -\fIcount\fR +\fIoffset\fR .RS 4 -bytes in this commit +the file offset .RE .PP -\fIserver_ip\fR +\fIbitmask1\fR .RS 4 -IP address of server +V4 bitmask representing the set of attributes supported on this filesystem .RE .PP -\fIbitmask1\fR +\fIcount\fR +.RS 4 +bytes in this commit +.RE +.PP +\fIbitmask0\fR .RS 4 V4 bitmask representing the set of attributes supported on this filesystem .RE diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.create.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.create.3stap index ea6be67a3..cbebca3d8 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.create.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.create.3stap @@ -41,19 +41,14 @@ nfs\&.proc\&.create file name .RE .PP -\fIflag\fR -.RS 4 -indicates create mode (only for NFSv3 and NFSv4) -.RE -.PP \fIprot\fR .RS 4 transfer protocol .RE .PP -\fIfilelen\fR +\fIflag\fR .RS 4 -length of file name +indicates create mode (only for NFSv3 and NFSv4) .RE .PP \fIversion\fR @@ -61,14 +56,19 @@ length of file name NFS version (the function is used for all NFS version) .RE .PP +\fIserver_ip\fR +.RS 4 +IP address of server +.RE +.PP \fIfh\fR .RS 4 file handle of parent dir .RE .PP -\fIserver_ip\fR +\fIfilelen\fR .RS 4 -IP address of server +length of file name .RE .SH SEE ALSO\n .IR tapset::nfs_proc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.lookup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.lookup.3stap index 7bc32da4e..9463b63c8 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.lookup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.lookup.3stap @@ -36,9 +36,9 @@ nfs\&.proc\&.lookup .fi .SH "VALUES" .PP -\fIversion\fR +\fIbitmask0\fR .RS 4 -NFS version +V4 bitmask representing the set of attributes supported on this filesystem .RE .PP \fIbitmask1\fR @@ -46,24 +46,24 @@ NFS version V4 bitmask representing the set of attributes supported on this filesystem .RE .PP -\fIserver_ip\fR +\fIversion\fR .RS 4 -IP address of server +NFS version .RE .PP -\fIfilename\fR +\fIprot\fR .RS 4 -the name of file which client opens/searches on server +transfer protocol .RE .PP -\fIbitmask0\fR +\fIfilename\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +the name of file which client opens/searches on server .RE .PP -\fIprot\fR +\fIserver_ip\fR .RS 4 -transfer protocol +IP address of server .RE .PP \fIname_len\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.open.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.open.3stap index 21368b6c1..dc76c9ec1 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.open.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.open.3stap @@ -36,14 +36,9 @@ nfs\&.proc\&.open .fi .SH "VALUES" .PP -\fIprot\fR -.RS 4 -transfer protocol -.RE -.PP -\fIflag\fR +\fImode\fR .RS 4 -file flag +file mode .RE .PP \fIfilename\fR @@ -51,9 +46,9 @@ file flag file name .RE .PP -\fImode\fR +\fIprot\fR .RS 4 -file mode +transfer protocol .RE .PP \fIversion\fR @@ -61,6 +56,11 @@ file mode NFS version (the function is used for all NFS version) .RE .PP +\fIflag\fR +.RS 4 +file flag +.RE +.PP \fIserver_ip\fR .RS 4 IP address of server diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read.3stap index cdf8fa3a0..0efef60ad 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read.3stap @@ -36,9 +36,9 @@ nfs\&.proc\&.read .fi .SH "VALUES" .PP -\fIflags\fR +\fIversion\fR .RS 4 -used to set task\->tk_flags in rpc_init_task function +NFS version .RE .PP \fIprot\fR @@ -46,9 +46,9 @@ used to set task\->tk_flags in rpc_init_task function transfer protocol .RE .PP -\fIoffset\fR +\fIflags\fR .RS 4 -the file offset +used to set task\->tk_flags in rpc_init_task function .RE .PP \fIserver_ip\fR @@ -61,9 +61,9 @@ IP address of server read bytes in this execution .RE .PP -\fIversion\fR +\fIoffset\fR .RS 4 -NFS version +the file offset .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_done.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_done.3stap index 109552fa0..c392ff9f2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_done.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_done.3stap @@ -41,29 +41,29 @@ nfs\&.proc\&.read_done NFS version .RE .PP -\fIserver_ip\fR +\fIprot\fR .RS 4 -IP address of server +transfer protocol .RE .PP -\fIcount\fR +\fItimestamp\fR .RS 4 -number of bytes read +V4 timestamp, which is used for lease renewal .RE .PP -\fIstatus\fR +\fIserver_ip\fR .RS 4 -result of last operation +IP address of server .RE .PP -\fIprot\fR +\fIstatus\fR .RS 4 -transfer protocol +result of last operation .RE .PP -\fItimestamp\fR +\fIcount\fR .RS 4 -V4 timestamp, which is used for lease renewal +number of bytes read .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_setup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_setup.3stap index fe9184e5a..32eb0b95d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_setup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.read_setup.3stap @@ -36,9 +36,9 @@ nfs\&.proc\&.read_setup .fi .SH "VALUES" .PP -\fIoffset\fR +\fIsize\fR .RS 4 -the file offset +read bytes in this execution .RE .PP \fIprot\fR @@ -46,9 +46,9 @@ the file offset transfer protocol .RE .PP -\fIcount\fR +\fIversion\fR .RS 4 -read bytes in this execution +NFS version .RE .PP \fIserver_ip\fR @@ -56,12 +56,12 @@ read bytes in this execution IP address of server .RE .PP -\fIversion\fR +\fIoffset\fR .RS 4 -NFS version +the file offset .RE .PP -\fIsize\fR +\fIcount\fR .RS 4 read bytes in this execution .RE diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.release.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.release.3stap index 6f36a3be7..6b0564c97 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.release.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.release.3stap @@ -36,29 +36,29 @@ nfs\&.proc\&.release .fi .SH "VALUES" .PP -\fIfilename\fR +\fImode\fR .RS 4 -file name +file mode .RE .PP -\fIflag\fR +\fIversion\fR .RS 4 -file flag +NFS version (the function is used for all NFS version) .RE .PP -\fIprot\fR +\fIflag\fR .RS 4 -transfer protocol +file flag .RE .PP -\fIversion\fR +\fIfilename\fR .RS 4 -NFS version (the function is used for all NFS version) +file name .RE .PP -\fImode\fR +\fIprot\fR .RS 4 -file mode +transfer protocol .RE .PP \fIserver_ip\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.remove.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.remove.3stap index 8db41a15d..964c18af9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.remove.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.remove.3stap @@ -36,6 +36,11 @@ nfs\&.proc\&.remove .fi .SH "VALUES" .PP +\fIserver_ip\fR +.RS 4 +IP address of server +.RE +.PP \fIprot\fR .RS 4 transfer protocol @@ -46,24 +51,19 @@ transfer protocol file name .RE .PP -\fIfh\fR -.RS 4 -file handle of parent dir -.RE -.PP \fIversion\fR .RS 4 NFS version (the function is used for all NFS version) .RE .PP -\fIfilelen\fR +\fIfh\fR .RS 4 -length of file name +file handle of parent dir .RE .PP -\fIserver_ip\fR +\fIfilelen\fR .RS 4 -IP address of server +length of file name .RE .SH SEE ALSO\n .IR tapset::nfs_proc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename.3stap index dcf3d725f..ad76969ff 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename.3stap @@ -36,19 +36,24 @@ nfs\&.proc\&.rename .fi .SH "VALUES" .PP -\fIserver_ip\fR +\fIold_name\fR .RS 4 -IP address of server +old file name .RE .PP -\fIversion\fR +\fInew_name\fR .RS 4 -NFS version (the function is used for all NFS version) +new file name .RE .PP -\fInew_filelen\fR +\fIprot\fR .RS 4 -length of new file name +transfer protocol +.RE +.PP +\fIversion\fR +.RS 4 +NFS version (the function is used for all NFS version) .RE .PP \fIold_filelen\fR @@ -56,29 +61,24 @@ length of new file name length of old file name .RE .PP -\fIold_name\fR +\fInew_fh\fR .RS 4 -old file name +file handle of new parent dir .RE .PP -\fInew_name\fR +\fIserver_ip\fR .RS 4 -new file name +IP address of server .RE .PP -\fInew_fh\fR +\fInew_filelen\fR .RS 4 -file handle of new parent dir +length of new file name .RE .PP \fIold_fh\fR .RS 4 file handle of old parent dir .RE -.PP -\fIprot\fR -.RS 4 -transfer protocol -.RE .SH SEE ALSO\n .IR tapset::nfs_proc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_done.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_done.3stap index 8be151384..4269fbbb5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_done.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_done.3stap @@ -36,39 +36,39 @@ nfs\&.proc\&.rename_done .fi .SH "VALUES" .PP -\fIversion\fR +\fIold_fh\fR .RS 4 -NFS version +file handle of old parent dir .RE .PP -\fIserver_ip\fR +\fIstatus\fR .RS 4 -IP address of server +result of last operation .RE .PP -\fInew_fh\fR +\fItimestamp\fR .RS 4 -file handle of new parent dir +V4 timestamp, which is used for lease renewal .RE .PP -\fItimestamp\fR +\fIserver_ip\fR .RS 4 -V4 timestamp, which is used for lease renewal +IP address of server .RE .PP -\fIold_fh\fR +\fInew_fh\fR .RS 4 -file handle of old parent dir +file handle of new parent dir .RE .PP -\fIprot\fR +\fIversion\fR .RS 4 -transfer protocol +NFS version .RE .PP -\fIstatus\fR +\fIprot\fR .RS 4 -result of last operation +transfer protocol .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_setup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_setup.3stap index 3adc02356..2084e36ee 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_setup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.rename_setup.3stap @@ -46,14 +46,14 @@ transfer protocol NFS version .RE .PP -\fIfh\fR +\fIserver_ip\fR .RS 4 -file handle of parent dir +IP address of server .RE .PP -\fIserver_ip\fR +\fIfh\fR .RS 4 -IP address of server +file handle of parent dir .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write.3stap index 491e4f9df..1e1742668 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write.3stap @@ -36,44 +36,44 @@ nfs\&.proc\&.write .fi .SH "VALUES" .PP -\fIsize\fR +\fIserver_ip\fR .RS 4 -read bytes in this execution +IP address of server .RE .PP -\fIversion\fR +\fIflags\fR .RS 4 -NFS version +used to set task\->tk_flags in rpc_init_task function .RE .PP -\fIserver_ip\fR +\fIprot\fR .RS 4 -IP address of server +transfer protocol .RE .PP -\fIbitmask1\fR +\fIversion\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +NFS version .RE .PP -\fIoffset\fR +\fIsize\fR .RS 4 -the file offset +read bytes in this execution .RE .PP -\fIbitmask0\fR +\fIoffset\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +the file offset .RE .PP -\fIprot\fR +\fIbitmask1\fR .RS 4 -transfer protocol +V4 bitmask representing the set of attributes supported on this filesystem .RE .PP -\fIflags\fR +\fIbitmask0\fR .RS 4 -used to set task\->tk_flags in rpc_init_task function +V4 bitmask representing the set of attributes supported on this filesystem .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_done.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_done.3stap index 6153033e1..7c4752ea2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_done.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_done.3stap @@ -36,6 +36,11 @@ nfs\&.proc\&.write_done .fi .SH "VALUES" .PP +\fIcount\fR +.RS 4 +number of bytes written +.RE +.PP \fIvalid\fR .RS 4 fattr\->valid, indicates which fields are valid @@ -46,9 +51,9 @@ fattr\->valid, indicates which fields are valid result of last operation .RE .PP -\fItimestamp\fR +\fIversion\fR .RS 4 -V4 timestamp, which is used for lease renewal +NFS version .RE .PP \fIprot\fR @@ -56,20 +61,15 @@ V4 timestamp, which is used for lease renewal transfer protocol .RE .PP -\fIcount\fR +\fItimestamp\fR .RS 4 -number of bytes written +V4 timestamp, which is used for lease renewal .RE .PP \fIserver_ip\fR .RS 4 IP address of server .RE -.PP -\fIversion\fR -.RS 4 -NFS version -.RE .SH "DESCRIPTION" .PP Fires when a reply to a write RPC task is received or some write error occurs (timeout or socket shutdown)\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_setup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_setup.3stap index 92e42c82a..4acbab170 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_setup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfs.proc.write_setup.3stap @@ -36,14 +36,19 @@ nfs\&.proc\&.write_setup .fi .SH "VALUES" .PP -\fIsize\fR +\fIbitmask0\fR +.RS 4 +V4 bitmask representing the set of attributes supported on this filesystem +.RE +.PP +\fIcount\fR .RS 4 bytes written in this execution .RE .PP -\fIversion\fR +\fIoffset\fR .RS 4 -NFS version +the file offset .RE .PP \fIbitmask1\fR @@ -56,7 +61,7 @@ V4 bitmask representing the set of attributes supported on this filesystem used to set args\&.stable\&. The stable value could be: NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC (in nfs\&.proc3\&.write_setup and nfs\&.proc4\&.write_setup) .RE .PP -\fIcount\fR +\fIsize\fR .RS 4 bytes written in this execution .RE @@ -66,20 +71,15 @@ bytes written in this execution IP address of server .RE .PP -\fIbitmask0\fR +\fIversion\fR .RS 4 -V4 bitmask representing the set of attributes supported on this filesystem +NFS version .RE .PP \fIprot\fR .RS 4 transfer protocol .RE -.PP -\fIoffset\fR -.RS 4 -the file offset -.RE .SH "DESCRIPTION" .PP The write_setup function is used to setup a write RPC task\&. It is not doing the actual write operation\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.commit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.commit.3stap index 037648669..63529f3e3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.commit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.commit.3stap @@ -36,14 +36,14 @@ nfsd\&.commit .fi .SH "VALUES" .PP -\fIflag\fR +\fIoffset\fR .RS 4 -indicates whether this execution is a sync operation +the offset of file .RE .PP -\fIfh\fR +\fIclient_ip\fR .RS 4 -file handle (the first part is the length of the file handle) +the ip address of client .RE .PP \fIcount\fR @@ -51,19 +51,19 @@ file handle (the first part is the length of the file handle) read bytes .RE .PP -\fIsize\fR +\fIfh\fR .RS 4 -read bytes +file handle (the first part is the length of the file handle) .RE .PP -\fIclient_ip\fR +\fIsize\fR .RS 4 -the ip address of client +read bytes .RE .PP -\fIoffset\fR +\fIflag\fR .RS 4 -the offset of file +indicates whether this execution is a sync operation .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.create.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.create.3stap index 90a5c1279..1d5d741b2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.create.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.create.3stap @@ -36,16 +36,6 @@ nfsd\&.create .fi .SH "VALUES" .PP -\fIfilelen\fR -.RS 4 -the length of file name -.RE -.PP -\fItype\fR -.RS 4 -file type(regular,dir,device,fifo \&.\&.\&.) -.RE -.PP \fIfh\fR .RS 4 file handle (the first part is the length of the file handle) @@ -61,11 +51,21 @@ the ip address of client Attribute flags .RE .PP +\fItype\fR +.RS 4 +file type(regular,dir,device,fifo \&.\&.\&.) +.RE +.PP \fIiap_mode\fR .RS 4 file access mode .RE .PP +\fIfilelen\fR +.RS 4 +the length of file name +.RE +.PP \fIfilename\fR .RS 4 file name diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.createv3.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.createv3.3stap index 3031bedc7..04105befb 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.createv3.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.createv3.3stap @@ -36,19 +36,19 @@ nfsd\&.createv3 .fi .SH "VALUES" .PP -\fIverifier\fR +\fIiap_valid\fR .RS 4 -file attributes (atime,mtime,mode)\&. It\*(Aqs used to reset file attributes for CREATE_EXCLUSIVE +Attribute flags .RE .PP -\fItruncp\fR +\fIfh\fR .RS 4 -trunp arguments, indicates if the file shouldbe truncate +file handle (the first part is the length of the file handle) .RE .PP -\fIfilelen\fR +\fIclient_ip\fR .RS 4 -the length of file name +the ip address of client .RE .PP \fIcreatemode\fR @@ -56,9 +56,9 @@ the length of file name create mode \&.The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED .RE .PP -\fIfh\fR +\fItruncp\fR .RS 4 -file handle (the first part is the length of the file handle) +trunp arguments, indicates if the file shouldbe truncate .RE .PP \fIiap_mode\fR @@ -66,19 +66,19 @@ file handle (the first part is the length of the file handle) file access mode .RE .PP -\fIfilename\fR +\fIfilelen\fR .RS 4 -file name +the length of file name .RE .PP -\fIclient_ip\fR +\fIverifier\fR .RS 4 -the ip address of client +file attributes (atime,mtime,mode)\&. It\*(Aqs used to reset file attributes for CREATE_EXCLUSIVE .RE .PP -\fIiap_valid\fR +\fIfilename\fR .RS 4 -Attribute flags +file name .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.dispatch.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.dispatch.3stap index 673cf656a..80c909f4f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.dispatch.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.dispatch.3stap @@ -41,29 +41,29 @@ nfsd\&.dispatch procedure number .RE .PP -\fIclient_ip\fR +\fIversion\fR .RS 4 -the ip address of client +nfs version .RE .PP -\fIxid\fR +\fIclient_ip\fR .RS 4 -transmission id +the ip address of client .RE .PP -\fIprog\fR +\fIproto\fR .RS 4 -program number +transfer protocol .RE .PP -\fIproto\fR +\fIxid\fR .RS 4 -transfer protocol +transmission id .RE .PP -\fIversion\fR +\fIprog\fR .RS 4 -nfs version +program number .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.lookup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.lookup.3stap index 62ce7bfd6..0a5e72db3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.lookup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.lookup.3stap @@ -36,24 +36,24 @@ nfsd\&.lookup .fi .SH "VALUES" .PP -\fIfh\fR +\fIclient_ip\fR .RS 4 -file handle of parent dir(the first part is the length of the file handle) +the ip address of client .RE .PP -\fIfilelen\fR +\fIfh\fR .RS 4 -the length of file name +file handle of parent dir(the first part is the length of the file handle) .RE .PP -\fIclient_ip\fR +\fIfilename\fR .RS 4 -the ip address of client +file name .RE .PP -\fIfilename\fR +\fIfilelen\fR .RS 4 -file name +the length of file name .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.open.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.open.3stap index fefd97ea1..dcd15b527 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.open.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.open.3stap @@ -36,11 +36,6 @@ nfsd\&.open .fi .SH "VALUES" .PP -\fIfh\fR -.RS 4 -file handle (the first part is the length of the file handle) -.RE -.PP \fItype\fR .RS 4 type of file (regular file or dir) @@ -55,5 +50,10 @@ the ip address of client .RS 4 indicates the type of open (read/write/commit/readdir\&.\&.\&.) .RE +.PP +\fIfh\fR +.RS 4 +file handle (the first part is the length of the file handle) +.RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.commit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.commit.3stap index 437b6ff2f..d5f2ac981 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.commit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.commit.3stap @@ -36,19 +36,14 @@ nfsd\&.proc\&.commit .fi .SH "VALUES" .PP -\fIclient_ip\fR -.RS 4 -the ip address of client -.RE -.PP \fIproto\fR .RS 4 transfer protocol .RE .PP -\fIversion\fR +\fIsize\fR .RS 4 -nfs version +read bytes .RE .PP \fIoffset\fR @@ -56,9 +51,14 @@ nfs version the offset of file .RE .PP -\fIuid\fR +\fIclient_ip\fR .RS 4 -requester\*(Aqs user id +the ip address of client +.RE +.PP +\fIgid\fR +.RS 4 +requester\*(Aqs group id .RE .PP \fIfh\fR @@ -66,9 +66,9 @@ requester\*(Aqs user id file handle (the first part is the length of the file handle) .RE .PP -\fIsize\fR +\fIuid\fR .RS 4 -read bytes +requester\*(Aqs user id .RE .PP \fIcount\fR @@ -76,9 +76,9 @@ read bytes read bytes .RE .PP -\fIgid\fR +\fIversion\fR .RS 4 -requester\*(Aqs group id +nfs version .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.create.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.create.3stap index deec9f79a..f881da394 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.create.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.create.3stap @@ -36,19 +36,19 @@ nfsd\&.proc\&.create .fi .SH "VALUES" .PP -\fIversion\fR +\fIfh\fR .RS 4 -nfs version +file handle (the first part is the length of the file handle) .RE .PP -\fIproto\fR +\fIuid\fR .RS 4 -transfer protocol +requester\*(Aqs user id .RE .PP -\fIfilename\fR +\fIversion\fR .RS 4 -file name +nfs version .RE .PP \fIclient_ip\fR @@ -56,24 +56,24 @@ file name the ip address of client .RE .PP -\fIuid\fR +\fIgid\fR .RS 4 -requester\*(Aqs user id +requester\*(Aqs group id .RE .PP -\fIfh\fR +\fIproto\fR .RS 4 -file handle (the first part is the length of the file handle) +transfer protocol .RE .PP -\fIgid\fR +\fIfilelen\fR .RS 4 -requester\*(Aqs group id +length of file name .RE .PP -\fIfilelen\fR +\fIfilename\fR .RS 4 -length of file name +file name .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.lookup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.lookup.3stap index 16e7b0b48..1a7f84b30 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.lookup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.lookup.3stap @@ -36,14 +36,19 @@ nfsd\&.proc\&.lookup .fi .SH "VALUES" .PP +\fIproto\fR +.RS 4 +transfer protocol +.RE +.PP \fIclient_ip\fR .RS 4 the ip address of client .RE .PP -\fIfh\fR +\fIgid\fR .RS 4 -file handle of parent dir (the first part is the length of the file handle) +requester\*(Aqs group id .RE .PP \fIfilename\fR @@ -51,24 +56,19 @@ file handle of parent dir (the first part is the length of the file handle) file name .RE .PP -\fIversion\fR -.RS 4 -nfs version -.RE -.PP -\fIproto\fR +\fIfilelen\fR .RS 4 -transfer protocol +the length of file name .RE .PP -\fIfilelen\fR +\fIversion\fR .RS 4 -the length of file name +nfs version .RE .PP -\fIgid\fR +\fIfh\fR .RS 4 -requester\*(Aqs group id +file handle of parent dir (the first part is the length of the file handle) .RE .PP \fIuid\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.read.3stap index bf0c4da89..63de43739 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.read.3stap @@ -36,19 +36,19 @@ nfsd\&.proc\&.read .fi .SH "VALUES" .PP -\fIversion\fR +\fIclient_ip\fR .RS 4 -nfs version +the ip address of client .RE .PP -\fIproto\fR +\fIgid\fR .RS 4 -transfer protocol +requester\*(Aqs group id .RE .PP -\fIclient_ip\fR +\fIversion\fR .RS 4 -the ip address of client +nfs version .RE .PP \fIvlen\fR @@ -56,9 +56,14 @@ the ip address of client read blocks .RE .PP -\fIvec\fR +\fIcount\fR .RS 4 -struct kvec, includes buf address in kernel address and length of each buffer +read bytes +.RE +.PP +\fIfh\fR +.RS 4 +file handle (the first part is the length of the file handle) .RE .PP \fIuid\fR @@ -71,19 +76,14 @@ requester\*(Aqs user id the offset of file .RE .PP -\fIfh\fR -.RS 4 -file handle (the first part is the length of the file handle) -.RE -.PP -\fIcount\fR +\fIproto\fR .RS 4 -read bytes +transfer protocol .RE .PP -\fIgid\fR +\fIvec\fR .RS 4 -requester\*(Aqs group id +struct kvec, includes buf address in kernel address and length of each buffer .RE .PP \fIsize\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.remove.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.remove.3stap index 38e1c32d8..1324d5907 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.remove.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.remove.3stap @@ -36,34 +36,34 @@ nfsd\&.proc\&.remove .fi .SH "VALUES" .PP -\fIuid\fR +\fIgid\fR .RS 4 -requester\*(Aqs user id +requester\*(Aqs group id .RE .PP -\fIfilename\fR +\fIclient_ip\fR .RS 4 -file name +the ip address of client .RE .PP -\fIversion\fR +\fIfh\fR .RS 4 -nfs version +file handle (the first part is the length of the file handle) .RE .PP -\fIproto\fR +\fIuid\fR .RS 4 -transfer protocol +requester\*(Aqs user id .RE .PP -\fIclient_ip\fR +\fIversion\fR .RS 4 -the ip address of client +nfs version .RE .PP -\fIgid\fR +\fIfilename\fR .RS 4 -requester\*(Aqs group id +file name .RE .PP \fIfilelen\fR @@ -71,9 +71,9 @@ requester\*(Aqs group id length of file name .RE .PP -\fIfh\fR +\fIproto\fR .RS 4 -file handle (the first part is the length of the file handle) +transfer protocol .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.rename.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.rename.3stap index 4c662278b..6a537f278 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.rename.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.rename.3stap @@ -36,39 +36,39 @@ nfsd\&.proc\&.rename .fi .SH "VALUES" .PP -\fIfh\fR +\fIfilename\fR .RS 4 -file handler of old path +old file name .RE .PP -\fItlen\fR +\fItname\fR .RS 4 -length of new file name +new file name .RE .PP -\fIgid\fR +\fIflen\fR .RS 4 -requester\*(Aqs group id +length of old file name .RE .PP -\fIflen\fR +\fItfh\fR .RS 4 -length of old file name +file handler of new path .RE .PP -\fIclient_ip\fR +\fItlen\fR .RS 4 -the ip address of client +length of new file name .RE .PP -\fIfilename\fR +\fIclient_ip\fR .RS 4 -old file name +the ip address of client .RE .PP -\fItname\fR +\fIgid\fR .RS 4 -new file name +requester\*(Aqs group id .RE .PP \fIuid\fR @@ -76,9 +76,9 @@ new file name requester\*(Aqs user id .RE .PP -\fItfh\fR +\fIfh\fR .RS 4 -file handler of new path +file handler of old path .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.write.3stap index 5d84e844b..64d529789 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.proc.write.3stap @@ -36,9 +36,9 @@ nfsd\&.proc\&.write .fi .SH "VALUES" .PP -\fIfh\fR +\fIproto\fR .RS 4 -file handle (the first part is the length of the file handle) +transfer protocol .RE .PP \fIsize\fR @@ -46,24 +46,24 @@ file handle (the first part is the length of the file handle) read bytes .RE .PP -\fIgid\fR +\fIvec\fR .RS 4 -requester\*(Aqs group id +struct kvec, includes buf address in kernel address and length of each buffer .RE .PP -\fIcount\fR +\fIstable\fR .RS 4 -read bytes +argp\->stable .RE .PP -\fIvlen\fR +\fIoffset\fR .RS 4 -read blocks +the offset of file .RE .PP -\fIstable\fR +\fIgid\fR .RS 4 -argp\->stable +requester\*(Aqs group id .RE .PP \fIclient_ip\fR @@ -71,29 +71,29 @@ argp\->stable the ip address of client .RE .PP -\fIversion\fR +\fIuid\fR .RS 4 -nfs version +requester\*(Aqs user id .RE .PP -\fIproto\fR +\fIfh\fR .RS 4 -transfer protocol +file handle (the first part is the length of the file handle) .RE .PP -\fIoffset\fR +\fIversion\fR .RS 4 -the offset of file +nfs version .RE .PP -\fIvec\fR +\fIvlen\fR .RS 4 -struct kvec, includes buf address in kernel address and length of each buffer +read blocks .RE .PP -\fIuid\fR +\fIcount\fR .RS 4 -requester\*(Aqs user id +read bytes .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.read.3stap index d97b978c3..f817e93d6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.read.3stap @@ -36,29 +36,29 @@ nfsd\&.read .fi .SH "VALUES" .PP -\fIfile\fR +\fIsize\fR .RS 4 -argument file, indicates if the file has been opened\&. +read bytes .RE .PP -\fIfh\fR +\fIvec\fR .RS 4 -file handle (the first part is the length of the file handle) +struct kvec, includes buf address in kernel address and length of each buffer .RE .PP -\fIcount\fR +\fIfile\fR .RS 4 -read bytes +argument file, indicates if the file has been opened\&. .RE .PP -\fIsize\fR +\fIclient_ip\fR .RS 4 -read bytes +the ip address of client .RE .PP -\fIclient_ip\fR +\fIfh\fR .RS 4 -the ip address of client +file handle (the first part is the length of the file handle) .RE .PP \fIvlen\fR @@ -66,9 +66,9 @@ the ip address of client read blocks .RE .PP -\fIvec\fR +\fIcount\fR .RS 4 -struct kvec, includes buf address in kernel address and length of each buffer +read bytes .RE .PP \fIoffset\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.rename.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.rename.3stap index bf3d2de6e..6ce4be440 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.rename.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.rename.3stap @@ -36,19 +36,19 @@ nfsd\&.rename .fi .SH "VALUES" .PP -\fItname\fR +\fIfh\fR .RS 4 -new file name +file handler of old path .RE .PP -\fItfh\fR +\fIclient_ip\fR .RS 4 -file handler of new path +the ip address of client .RE .PP -\fIclient_ip\fR +\fItfh\fR .RS 4 -the ip address of client +file handler of new path .RE .PP \fIfilename\fR @@ -61,14 +61,14 @@ old file name length of old file name .RE .PP -\fItlen\fR +\fItname\fR .RS 4 -length of new file name +new file name .RE .PP -\fIfh\fR +\fItlen\fR .RS 4 -file handler of old path +length of new file name .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.unlink.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.unlink.3stap index 7da6e3477..4dace3fd3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.unlink.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.unlink.3stap @@ -36,11 +36,6 @@ nfsd\&.unlink .fi .SH "VALUES" .PP -\fIfilename\fR -.RS 4 -file name -.RE -.PP \fIclient_ip\fR .RS 4 the ip address of client @@ -51,6 +46,11 @@ the ip address of client file handle (the first part is the length of the file handle) .RE .PP +\fIfilename\fR +.RS 4 +file name +.RE +.PP \fItype\fR .RS 4 file type (file or dir) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.write.3stap index fbb1c0568..6fb81a988 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::nfsd.write.3stap @@ -36,9 +36,14 @@ nfsd\&.write .fi .SH "VALUES" .PP -\fIsize\fR +\fIoffset\fR .RS 4 -read bytes +the offset of file +.RE +.PP +\fIvlen\fR +.RS 4 +read blocks .RE .PP \fIcount\fR @@ -56,9 +61,9 @@ file handle (the first part is the length of the file handle) argument file, indicates if the file has been opened\&. .RE .PP -\fIoffset\fR +\fIclient_ip\fR .RS 4 -the offset of file +the ip address of client .RE .PP \fIvec\fR @@ -66,14 +71,9 @@ the offset of file struct kvec, includes buf address in kernel address and length of each buffer .RE .PP -\fIvlen\fR -.RS 4 -read blocks -.RE -.PP -\fIclient_ip\fR +\fIsize\fR .RS 4 -the ip address of client +read bytes .RE .SH SEE ALSO\n .IR tapset::nfsd (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.cpu_off.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.cpu_off.3stap index e9d9a775f..dfaeb687c 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.cpu_off.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.cpu_off.3stap @@ -41,14 +41,14 @@ scheduler\&.cpu_off the process leaving the cpu (same as current) .RE .PP -\fIname\fR +\fIidle\fR .RS 4 -name of the probe point +boolean indicating whether current is the idle process .RE .PP -\fIidle\fR +\fIname\fR .RS 4 -boolean indicating whether current is the idle process +name of the probe point .RE .PP \fItask_next\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap index 7cccbaaa9..c969a6b1b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.ctxswitch.3stap @@ -36,59 +36,59 @@ scheduler\&.ctxswitch .fi .SH "VALUES" .PP -\fIprev_task_name\fR +\fIprevtsk_state\fR .RS 4 -The name of the process to be switched out +the state of the process to be switched out .RE .PP -\fInext_tid\fR +\fIprev_tid\fR .RS 4 -The TID of the process to be switched in +The TID of the process to be switched out .RE .PP -\fInexttsk_state\fR +\fInext_priority\fR .RS 4 -the state of the process to be switched in +The priority of the process to be switched in .RE .PP -\fIname\fR +\fInext_task_name\fR .RS 4 -name of the probe point +The name of the process to be switched in .RE .PP -\fIprev_pid\fR +\fIprev_priority\fR .RS 4 -The PID of the process to be switched out +The priority of the process to be switched out .RE .PP -\fIprev_priority\fR +\fIprev_task_name\fR .RS 4 -The priority of the process to be switched out +The name of the process to be switched out .RE .PP -\fInext_priority\fR +\fInext_tid\fR .RS 4 -The priority of the process to be switched in +The TID of the process to be switched in .RE .PP -\fInext_pid\fR +\fInexttsk_state\fR .RS 4 -The PID of the process to be switched in +the state of the process to be switched in .RE .PP -\fIprev_tid\fR +\fInext_pid\fR .RS 4 -The TID of the process to be switched out +The PID of the process to be switched in .RE .PP -\fIprevtsk_state\fR +\fIprev_pid\fR .RS 4 -the state of the process to be switched out +The PID of the process to be switched out .RE .PP -\fInext_task_name\fR +\fIname\fR .RS 4 -The name of the process to be switched in +name of the probe point .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.kthread_stop.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.kthread_stop.return.3stap index 1207d09ea..58ca3cda3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.kthread_stop.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.kthread_stop.return.3stap @@ -36,14 +36,14 @@ scheduler\&.kthread_stop\&.return .fi .SH "VALUES" .PP -\fIreturn_value\fR +\fIname\fR .RS 4 -return value after stopping the thread +name of the probe point .RE .PP -\fIname\fR +\fIreturn_value\fR .RS 4 -name of the probe point +return value after stopping the thread .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.migrate.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.migrate.3stap index 67e0e760c..85166782e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.migrate.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.migrate.3stap @@ -36,19 +36,19 @@ scheduler\&.migrate .fi .SH "VALUES" .PP -\fIpid\fR +\fIpriority\fR .RS 4 -PID of the task being migrated +priority of the task being migrated .RE .PP -\fIcpu_to\fR +\fIcpu_from\fR .RS 4 -the destination cpu +the original cpu .RE .PP -\fIname\fR +\fIpid\fR .RS 4 -name of the probe point +PID of the task being migrated .RE .PP \fItask\fR @@ -56,14 +56,14 @@ name of the probe point the process that is being migrated .RE .PP -\fIpriority\fR +\fIcpu_to\fR .RS 4 -priority of the task being migrated +the destination cpu .RE .PP -\fIcpu_from\fR +\fIname\fR .RS 4 -the original cpu +name of the probe point .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_exit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_exit.3stap index 33ebcda6a..8797e901a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_exit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_exit.3stap @@ -36,14 +36,14 @@ scheduler\&.process_exit .fi .SH "VALUES" .PP -\fIpid\fR +\fIpriority\fR .RS 4 -PID of the process exiting +priority of the process exiting .RE .PP -\fIpriority\fR +\fIpid\fR .RS 4 -priority of the process exiting +PID of the process exiting .RE .PP \fIname\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_fork.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_fork.3stap index 9f14b661c..431972fab 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_fork.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.process_fork.3stap @@ -36,9 +36,9 @@ scheduler\&.process_fork .fi .SH "VALUES" .PP -\fIparent_pid\fR +\fIchild_pid\fR .RS 4 -PID of the parent process +PID of the child process .RE .PP \fIname\fR @@ -46,9 +46,9 @@ PID of the parent process name of the probe point .RE .PP -\fIchild_pid\fR +\fIparent_pid\fR .RS 4 -PID of the child process +PID of the parent process .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.signal_send.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.signal_send.3stap index 6197e8e62..cca515336 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.signal_send.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.signal_send.3stap @@ -36,9 +36,9 @@ scheduler\&.signal_send .fi .SH "VALUES" .PP -\fIpid\fR +\fIname\fR .RS 4 -pid of the process sending signal +name of the probe point .RE .PP \fIsignal_number\fR @@ -46,9 +46,9 @@ pid of the process sending signal signal number .RE .PP -\fIname\fR +\fIpid\fR .RS 4 -name of the probe point +pid of the process sending signal .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wait_task.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wait_task.3stap index 7693fa5ec..a102e415f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wait_task.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wait_task.3stap @@ -36,14 +36,14 @@ scheduler\&.wait_task .fi .SH "VALUES" .PP -\fIname\fR +\fItask_priority\fR .RS 4 -name of the probe point +priority of the task .RE .PP -\fItask_priority\fR +\fIname\fR .RS 4 -priority of the task +name of the probe point .RE .PP \fItask_pid\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup.3stap index 38c8205f6..fa3af9891 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup.3stap @@ -36,16 +36,6 @@ scheduler\&.wakeup .fi .SH "VALUES" .PP -\fItask_priority\fR -.RS 4 -priority of the task being woken up -.RE -.PP -\fItask_state\fR -.RS 4 -state of the task being woken up -.RE -.PP \fItask_pid\fR .RS 4 PID of the task being woken up @@ -56,14 +46,24 @@ PID of the task being woken up cpu of the task being woken up .RE .PP -\fItask_tid\fR +\fItask_priority\fR .RS 4 -tid of the task being woken up +priority of the task being woken up +.RE +.PP +\fItask_state\fR +.RS 4 +state of the task being woken up .RE .PP \fIname\fR .RS 4 name of the probe point .RE +.PP +\fItask_tid\fR +.RS 4 +tid of the task being woken up +.RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup_new.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup_new.3stap index 452cccdbe..1b1eb5ee5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup_new.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scheduler.wakeup_new.3stap @@ -36,34 +36,34 @@ scheduler\&.wakeup_new .fi .SH "VALUES" .PP -\fIname\fR +\fItask_pid\fR .RS 4 -name of the probe point +PID of the new task woken up .RE .PP -\fItask_tid\fR +\fItask_cpu\fR .RS 4 -TID of the new task woken up +cpu of the task woken up .RE .PP -\fItask_cpu\fR +\fItask_state\fR .RS 4 -cpu of the task woken up +state of the task woken up .RE .PP -\fItask_priority\fR +\fItask_tid\fR .RS 4 -priority of the new task +TID of the new task woken up .RE .PP -\fItask_state\fR +\fIname\fR .RS 4 -state of the task woken up +name of the probe point .RE .PP -\fItask_pid\fR +\fItask_priority\fR .RS 4 -PID of the new task woken up +priority of the new task .RE .SH SEE ALSO\n .IR tapset::scheduler (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iocompleted.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iocompleted.3stap index 894b37a8d..a44977590 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iocompleted.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iocompleted.3stap @@ -36,19 +36,34 @@ scsi\&.iocompleted .fi .SH "VALUES" .PP +\fIdata_direction\fR +.RS 4 +The data_direction specifies whether this command is from/to the device +.RE +.PP \fIchannel\fR .RS 4 The channel number .RE .PP +\fIlun\fR +.RS 4 +The lun number +.RE +.PP \fIdevice_state_str\fR .RS 4 The current state of the device, as a string .RE .PP -\fIdata_direction\fR +\fIreq_addr\fR .RS 4 -The data_direction specifies whether this command is from/to the device +The current struct request pointer, as a number +.RE +.PP +\fIhost_no\fR +.RS 4 +The host number .RE .PP \fIgoodbytes\fR @@ -66,24 +81,9 @@ The current state of the device The scsi device id .RE .PP -\fIreq_addr\fR -.RS 4 -The current struct request pointer, as a number -.RE -.PP -\fIhost_no\fR -.RS 4 -The host number -.RE -.PP \fIdata_direction_str\fR .RS 4 Data direction, as a string .RE -.PP -\fIlun\fR -.RS 4 -The lun number -.RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodispatching.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodispatching.3stap index 36e787d8e..4c3e4e05a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodispatching.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodispatching.3stap @@ -36,9 +36,9 @@ scsi\&.iodispatching .fi .SH "VALUES" .PP -\fIrequest_bufflen\fR +\fIdata_direction_str\fR .RS 4 -The request buffer length +Data direction, as a string .RE .PP \fIdevice_state\fR @@ -46,49 +46,49 @@ The request buffer length The current state of the device .RE .PP -\fIchannel\fR +\fIrequest_buffer\fR .RS 4 -The channel number +The request buffer address .RE .PP -\fIdevice_state_str\fR +\fIdev_id\fR .RS 4 -The current state of the device, as a string +The scsi device id .RE .PP -\fIdata_direction\fR +\fIhost_no\fR .RS 4 -The data_direction specifies whether this command is from/to the device 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), 2 (DMA_FROM_DEVICE), 3 (DMA_NONE) +The host number .RE .PP -\fIdata_direction_str\fR +\fIreq_addr\fR .RS 4 -Data direction, as a string +The current struct request pointer, as a number .RE .PP -\fIlun\fR +\fIdevice_state_str\fR .RS 4 -The lun number +The current state of the device, as a string .RE .PP -\fIrequest_buffer\fR +\fIchannel\fR .RS 4 -The request buffer address +The channel number .RE .PP -\fIdev_id\fR +\fIlun\fR .RS 4 -The scsi device id +The lun number .RE .PP -\fIreq_addr\fR +\fIrequest_bufflen\fR .RS 4 -The current struct request pointer, as a number +The request buffer length .RE .PP -\fIhost_no\fR +\fIdata_direction\fR .RS 4 -The host number +The data_direction specifies whether this command is from/to the device 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), 2 (DMA_FROM_DEVICE), 3 (DMA_NONE) .RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodone.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodone.3stap index 13bc75a82..5b76cc4a9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodone.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.iodone.3stap @@ -36,19 +36,14 @@ scsi\&.iodone .fi .SH "VALUES" .PP -\fIdata_direction\fR -.RS 4 -The data_direction specifies whether this command is from/to the device\&. -.RE -.PP \fIscsi_timer_pending\fR .RS 4 1 if a timer is pending on this request .RE .PP -\fIchannel\fR +\fIdata_direction\fR .RS 4 -The channel number +The data_direction specifies whether this command is from/to the device\&. .RE .PP \fIdevice_state_str\fR @@ -56,19 +51,19 @@ The channel number The current state of the device, as a string .RE .PP -\fIdevice_state\fR +\fIlun\fR .RS 4 -The current state of the device +The lun number .RE .PP -\fIhost_no\fR +\fIchannel\fR .RS 4 -The host number +The channel number .RE .PP -\fIdev_id\fR +\fIhost_no\fR .RS 4 -The scsi device id +The host number .RE .PP \fIreq_addr\fR @@ -76,14 +71,19 @@ The scsi device id The current struct request pointer, as a number .RE .PP -\fIlun\fR +\fIdata_direction_str\fR .RS 4 -The lun number +Data direction, as a string .RE .PP -\fIdata_direction_str\fR +\fIdevice_state\fR .RS 4 -Data direction, as a string +The current state of the device +.RE +.PP +\fIdev_id\fR +.RS 4 +The scsi device id .RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioentry.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioentry.3stap index f99f62e70..8d14e581b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioentry.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioentry.3stap @@ -41,9 +41,9 @@ scsi\&.ioentry The current state of the device, as a string .RE .PP -\fIreq_addr\fR +\fIdisk_minor\fR .RS 4 -The current struct request pointer, as a number +The minor number of the disk (\-1 if no information) .RE .PP \fIdisk_major\fR @@ -51,14 +51,14 @@ The current struct request pointer, as a number The major number of the disk (\-1 if no information) .RE .PP -\fIdisk_minor\fR +\fIdevice_state\fR .RS 4 -The minor number of the disk (\-1 if no information) +The current state of the device .RE .PP -\fIdevice_state\fR +\fIreq_addr\fR .RS 4 -The current state of the device +The current struct request pointer, as a number .RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioexecute.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioexecute.3stap index 99d4fa70f..ebecd2d47 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioexecute.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.ioexecute.3stap @@ -41,59 +41,59 @@ scsi\&.ioexecute The data buffer address .RE .PP -\fIdev_id\fR +\fIhost_no\fR .RS 4 -The scsi device id +The host number .RE .PP -\fIretries\fR +\fIdevice_state_str\fR .RS 4 -Number of times to retry request +The current state of the device, as a string .RE .PP -\fIdevice_state\fR +\fItimeout\fR .RS 4 -The current state of the device +Request timeout in seconds .RE .PP -\fIrequest_bufflen\fR +\fIlun\fR .RS 4 -The data buffer buffer length +The lun number .RE .PP -\fIhost_no\fR +\fIchannel\fR .RS 4 -The host number +The channel number .RE .PP -\fIlun\fR +\fIrequest_bufflen\fR .RS 4 -The lun number +The data buffer buffer length .RE .PP -\fIdata_direction_str\fR +\fIretries\fR .RS 4 -Data direction, as a string +Number of times to retry request .RE .PP -\fItimeout\fR +\fIdata_direction_str\fR .RS 4 -Request timeout in seconds +Data direction, as a string .RE .PP -\fIdata_direction\fR +\fIdevice_state\fR .RS 4 -The data_direction specifies whether this command is from/to the device\&. +The current state of the device .RE .PP -\fIchannel\fR +\fIdev_id\fR .RS 4 -The channel number +The scsi device id .RE .PP -\fIdevice_state_str\fR +\fIdata_direction\fR .RS 4 -The current state of the device, as a string +The data_direction specifies whether this command is from/to the device\&. .RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.set_state.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.set_state.3stap index 92b899643..cb26f319d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::scsi.set_state.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::scsi.set_state.3stap @@ -36,24 +36,19 @@ scsi\&.set_state .fi .SH "VALUES" .PP -\fIstate\fR -.RS 4 -The new state of the device -.RE -.PP -\fIdev_id\fR +\fIstate_str\fR .RS 4 -The scsi device id +The new state of the device, as a string .RE .PP -\fIold_state_str\fR +\fIstate\fR .RS 4 -The current state of the device, as a string +The new state of the device .RE .PP -\fIold_state\fR +\fIlun\fR .RS 4 -The current state of the device +The lun number .RE .PP \fIchannel\fR @@ -61,9 +56,9 @@ The current state of the device The channel number .RE .PP -\fIlun\fR +\fIold_state_str\fR .RS 4 -The lun number +The current state of the device, as a string .RE .PP \fIhost_no\fR @@ -71,9 +66,14 @@ The lun number The host number .RE .PP -\fIstate_str\fR +\fIold_state\fR .RS 4 -The new state of the device, as a string +The current state of the device +.RE +.PP +\fIdev_id\fR +.RS 4 +The scsi device id .RE .SH SEE ALSO\n .IR tapset::scsi (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.3stap index 3f5e5f06b..c3fa977b8 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.3stap @@ -36,24 +36,24 @@ signal\&.check_ignored .fi .SH "VALUES" .PP -\fIsig_name\fR +\fIpid_name\fR .RS 4 -A string representation of the signal +Name of the process receiving the signal .RE .PP -\fIsig\fR +\fIsig_name\fR .RS 4 -The number of the signal +A string representation of the signal .RE .PP -\fIpid_name\fR +\fIsig_pid\fR .RS 4 -Name of the process receiving the signal +The PID of the process receiving the signal .RE .PP -\fIsig_pid\fR +\fIsig\fR .RS 4 -The PID of the process receiving the signal +The number of the signal .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.return.3stap index 591d01e56..c3c7f56cc 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.check_ignored.return.3stap @@ -36,14 +36,14 @@ signal\&.check_ignored\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIretstr\fR .RS 4 -Name of the probe point +Return value as a string .RE .PP -\fIretstr\fR +\fIname\fR .RS 4 -Return value as a string +Name of the probe point .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.checkperm.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.checkperm.3stap index 552723143..bc4f9edea 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.checkperm.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.checkperm.3stap @@ -36,19 +36,9 @@ signal\&.checkperm .fi .SH "VALUES" .PP -\fIsig_pid\fR -.RS 4 -The PID of the process receiving the signal -.RE -.PP -\fIpid_name\fR -.RS 4 -Name of the process receiving the signal -.RE -.PP -\fIname\fR +\fIsig_name\fR .RS 4 -Name of the probe point +A string representation of the signal .RE .PP \fIsinfo\fR @@ -56,9 +46,9 @@ Name of the probe point The address of the siginfo structure .RE .PP -\fItask\fR +\fIsig_pid\fR .RS 4 -A task handle to the signal recipient +The PID of the process receiving the signal .RE .PP \fIsig\fR @@ -66,14 +56,24 @@ A task handle to the signal recipient The number of the signal .RE .PP -\fIsig_name\fR +\fIname\fR .RS 4 -A string representation of the signal +Name of the probe point +.RE +.PP +\fItask\fR +.RS 4 +A task handle to the signal recipient .RE .PP \fIsi_code\fR .RS 4 Indicates the signal type .RE +.PP +\fIpid_name\fR +.RS 4 +Name of the process receiving the signal +.RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.do_action.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.do_action.3stap index eaf73286e..bd4d11d35 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.do_action.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.do_action.3stap @@ -36,19 +36,14 @@ signal\&.do_action .fi .SH "VALUES" .PP -\fIsig_name\fR -.RS 4 -A string representation of the signal -.RE -.PP \fIsa_mask\fR .RS 4 The new mask of the signal .RE .PP -\fIsigact_addr\fR +\fIsa_handler\fR .RS 4 -The address of the new sigaction struct associated with the signal +The new handler of the signal .RE .PP \fIoldsigact_addr\fR @@ -56,6 +51,11 @@ The address of the new sigaction struct associated with the signal The address of the old sigaction struct associated with the signal .RE .PP +\fIsig_name\fR +.RS 4 +A string representation of the signal +.RE +.PP \fIname\fR .RS 4 Name of the probe point @@ -66,9 +66,9 @@ Name of the probe point The signal to be examined/changed .RE .PP -\fIsa_handler\fR +\fIsigact_addr\fR .RS 4 -The new handler of the signal +The address of the new sigaction struct associated with the signal .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.flush.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.flush.3stap index fc1778851..14c850505 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.flush.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.flush.3stap @@ -41,6 +41,11 @@ signal\&.flush The task handler of the process performing the flush .RE .PP +\fIpid_name\fR +.RS 4 +The name of the process associated with the task performing the flush +.RE +.PP \fIsig_pid\fR .RS 4 The PID of the process associated with the task performing the flush @@ -50,10 +55,5 @@ The PID of the process associated with the task performing the flush .RS 4 Name of the probe point .RE -.PP -\fIpid_name\fR -.RS 4 -The name of the process associated with the task performing the flush -.RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.force_segv.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.force_segv.3stap index c0065d4f3..62d331439 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.force_segv.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.force_segv.3stap @@ -36,29 +36,29 @@ signal\&.force_segv .fi .SH "VALUES" .PP -\fIsig\fR +\fIsig_name\fR .RS 4 -The number of the signal +A string representation of the signal .RE .PP -\fIname\fR +\fIsig_pid\fR .RS 4 -Name of the probe point +The PID of the process receiving the signal .RE .PP -\fIpid_name\fR +\fIsig\fR .RS 4 -Name of the process receiving the signal +The number of the signal .RE .PP -\fIsig_pid\fR +\fIname\fR .RS 4 -The PID of the process receiving the signal +Name of the probe point .RE .PP -\fIsig_name\fR +\fIpid_name\fR .RS 4 -A string representation of the signal +Name of the process receiving the signal .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.handle.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.handle.3stap index 7adadd6f4..8195f9a3f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.handle.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.handle.3stap @@ -36,49 +36,49 @@ signal\&.handle .fi .SH "VALUES" .PP -\fIsig\fR +\fIregs\fR .RS 4 -The signal number that invoked the signal handler +The address of the kernel\-mode stack area (deprecated in SystemTap 2\&.1) .RE .PP -\fIoldset_addr\fR +\fIka_addr\fR .RS 4 -The address of the bitmask array of blocked signals (deprecated in SystemTap 2\&.1) +The address of the k_sigaction table associated with the signal .RE .PP -\fIsig_mode\fR +\fIoldset_addr\fR .RS 4 -Indicates whether the signal was a user\-mode or kernel\-mode signal +The address of the bitmask array of blocked signals (deprecated in SystemTap 2\&.1) .RE .PP -\fIname\fR +\fIsig_code\fR .RS 4 -Name of the probe point +The si_code value of the siginfo signal .RE .PP -\fIsinfo\fR +\fIsig_mode\fR .RS 4 -The address of the siginfo table +Indicates whether the signal was a user\-mode or kernel\-mode signal .RE .PP -\fIregs\fR +\fIsig_name\fR .RS 4 -The address of the kernel\-mode stack area (deprecated in SystemTap 2\&.1) +A string representation of the signal .RE .PP -\fIsig_name\fR +\fIsinfo\fR .RS 4 -A string representation of the signal +The address of the siginfo table .RE .PP -\fIsig_code\fR +\fIsig\fR .RS 4 -The si_code value of the siginfo signal +The signal number that invoked the signal handler .RE .PP -\fIka_addr\fR +\fIname\fR .RS 4 -The address of the k_sigaction table associated with the signal +Name of the probe point .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.3stap index 11d73dc4e..1b06a0afa 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.3stap @@ -36,11 +36,6 @@ signal\&.pending .fi .SH "VALUES" .PP -\fIsigset_add\fR -.RS 4 -The address of the user\-space signal set (sigset_t) -.RE -.PP \fIsigset_size\fR .RS 4 The size of the user\-space signal set @@ -50,6 +45,11 @@ The size of the user\-space signal set .RS 4 Name of the probe point .RE +.PP +\fIsigset_add\fR +.RS 4 +The address of the user\-space signal set (sigset_t) +.RE .SH "DESCRIPTION" .PP This probe is used to examine a set of signals pending for delivery to a specific thread\&. This normally occurs when the do_sigpending kernel function is executed\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.return.3stap index 94c541408..d08482495 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.pending.return.3stap @@ -36,14 +36,14 @@ signal\&.pending\&.return .fi .SH "VALUES" .PP -\fIretstr\fR +\fIname\fR .RS 4 -Return value as a string +Name of the probe point .RE .PP -\fIname\fR +\fIretstr\fR .RS 4 -Name of the probe point +Return value as a string .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.procmask.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.procmask.3stap index 70b518bb3..2b98f4b05 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.procmask.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.procmask.3stap @@ -36,14 +36,14 @@ signal\&.procmask .fi .SH "VALUES" .PP -\fIoldsigset_addr\fR +\fIsigset\fR .RS 4 -The old address of the signal set (sigset_t) +The actual value to be set for sigset_t (correct?) .RE .PP -\fIsigset\fR +\fIoldsigset_addr\fR .RS 4 -The actual value to be set for sigset_t (correct?) +The old address of the signal set (sigset_t) .RE .PP \fIhow\fR @@ -51,14 +51,14 @@ The actual value to be set for sigset_t (correct?) Indicates how to change the blocked signals; possible values are SIG_BLOCK=0 (for blocking signals), SIG_UNBLOCK=1 (for unblocking signals), and SIG_SETMASK=2 for setting the signal mask\&. .RE .PP -\fIname\fR +\fIsigset_addr\fR .RS 4 -Name of the probe point +The address of the signal set (sigset_t) to be implemented .RE .PP -\fIsigset_addr\fR +\fIname\fR .RS 4 -The address of the signal set (sigset_t) to be implemented +Name of the probe point .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.3stap index d5d1540d0..0e906fea2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.3stap @@ -36,34 +36,34 @@ signal\&.send .fi .SH "VALUES" .PP -\fIsig_name\fR +\fIname\fR .RS 4 -A string representation of the signal +The name of the function used to send out the signal .RE .PP -\fIshared\fR +\fIsig\fR .RS 4 -Indicates whether the signal is shared by the thread group +The number of the signal .RE .PP -\fIsend2queue\fR +\fIsig_pid\fR .RS 4 -Indicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2\&.1) +The PID of the process receiving the signal .RE .PP -\fIsi_code\fR +\fIsinfo\fR .RS 4 -Indicates the signal type +The address of siginfo struct .RE .PP -\fIname\fR +\fIsig_name\fR .RS 4 -The name of the function used to send out the signal +A string representation of the signal .RE .PP -\fIsinfo\fR +\fIshared\fR .RS 4 -The address of siginfo struct +Indicates whether the signal is shared by the thread group .RE .PP \fIpid_name\fR @@ -71,19 +71,19 @@ The address of siginfo struct The name of the signal recipient .RE .PP -\fIsig_pid\fR +\fIsi_code\fR .RS 4 -The PID of the process receiving the signal +Indicates the signal type .RE .PP -\fIsig\fR +\fItask\fR .RS 4 -The number of the signal +A task handle to the signal recipient .RE .PP -\fItask\fR +\fIsend2queue\fR .RS 4 -A task handle to the signal recipient +Indicates whether the signal is sent to an existing sigqueue (deprecated in SystemTap 2\&.1) .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.return.3stap index b8de3593d..f821c9915 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send.return.3stap @@ -36,24 +36,24 @@ signal\&.send\&.return .fi .SH "VALUES" .PP -\fIretstr\fR +\fIshared\fR .RS 4 -The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue +Indicates whether the sent signal is shared by the thread group\&. .RE .PP -\fIname\fR +\fIsend2queue\fR .RS 4 -The name of the function used to send out the signal +Indicates whether the sent signal was sent to an existing sigqueue .RE .PP -\fIsend2queue\fR +\fIretstr\fR .RS 4 -Indicates whether the sent signal was sent to an existing sigqueue +The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue .RE .PP -\fIshared\fR +\fIname\fR .RS 4 -Indicates whether the sent signal is shared by the thread group\&. +The name of the function used to send out the signal .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.3stap index 1a6c41af7..0ad1c0b65 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.3stap @@ -36,19 +36,19 @@ signal\&.send_sig_queue .fi .SH "VALUES" .PP -\fIsig\fR +\fIpid_name\fR .RS 4 -The queued signal +Name of the process to which the signal is queued .RE .PP -\fIname\fR +\fIsigqueue_addr\fR .RS 4 -Name of the probe point +The address of the signal queue .RE .PP -\fIpid_name\fR +\fIname\fR .RS 4 -Name of the process to which the signal is queued +Name of the probe point .RE .PP \fIsig_pid\fR @@ -56,9 +56,9 @@ Name of the process to which the signal is queued The PID of the process to which the signal is queued .RE .PP -\fIsigqueue_addr\fR +\fIsig\fR .RS 4 -The address of the signal queue +The queued signal .RE .PP \fIsig_name\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.return.3stap index 98c6bf0db..c97c0144e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.send_sig_queue.return.3stap @@ -36,14 +36,14 @@ signal\&.send_sig_queue\&.return .fi .SH "VALUES" .PP -\fIretstr\fR +\fIname\fR .RS 4 -Return value as a string +Name of the probe point .RE .PP -\fIname\fR +\fIretstr\fR .RS 4 -Name of the probe point +Return value as a string .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tgkill.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tgkill.3stap index 1a88a992a..454a4716f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tgkill.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tgkill.3stap @@ -36,14 +36,14 @@ signal\&.sys_tgkill .fi .SH "VALUES" .PP -\fIsig_name\fR +\fIpid_name\fR .RS 4 -A string representation of the signal +The name of the signal recipient .RE .PP -\fItgid\fR +\fItask\fR .RS 4 -The thread group ID of the thread receiving the kill signal +A task handle to the signal recipient .RE .PP \fIsig\fR @@ -51,9 +51,9 @@ The thread group ID of the thread receiving the kill signal The specific kill signal sent to the process .RE .PP -\fItask\fR +\fIsig_pid\fR .RS 4 -A task handle to the signal recipient +The PID of the thread receiving the kill signal .RE .PP \fIname\fR @@ -61,14 +61,14 @@ A task handle to the signal recipient Name of the probe point .RE .PP -\fIpid_name\fR +\fIsig_name\fR .RS 4 -The name of the signal recipient +A string representation of the signal .RE .PP -\fIsig_pid\fR +\fItgid\fR .RS 4 -The PID of the thread receiving the kill signal +The thread group ID of the thread receiving the kill signal .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tkill.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tkill.3stap index 195eded8c..fadf2cf3b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tkill.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.sys_tkill.3stap @@ -36,21 +36,11 @@ signal\&.sys_tkill .fi .SH "VALUES" .PP -\fIname\fR -.RS 4 -Name of the probe point -.RE -.PP \fIpid_name\fR .RS 4 The name of the signal recipient .RE .PP -\fIsig_pid\fR -.RS 4 -The PID of the process receiving the kill signal -.RE -.PP \fItask\fR .RS 4 A task handle to the signal recipient @@ -61,6 +51,16 @@ A task handle to the signal recipient The specific signal sent to the process .RE .PP +\fIsig_pid\fR +.RS 4 +The PID of the process receiving the kill signal +.RE +.PP +\fIname\fR +.RS 4 +Name of the probe point +.RE +.PP \fIsig_name\fR .RS 4 A string representation of the signal diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.syskill.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.syskill.3stap index a0791cff7..a911dbb9f 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.syskill.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.syskill.3stap @@ -36,14 +36,14 @@ signal\&.syskill .fi .SH "VALUES" .PP -\fItask\fR +\fIpid_name\fR .RS 4 -A task handle to the signal recipient +The name of the signal recipient .RE .PP -\fIsig\fR +\fItask\fR .RS 4 -The specific signal sent to the process +A task handle to the signal recipient .RE .PP \fIsig_pid\fR @@ -51,9 +51,9 @@ The specific signal sent to the process The PID of the process receiving the signal .RE .PP -\fIpid_name\fR +\fIsig\fR .RS 4 -The name of the signal recipient +The specific signal sent to the process .RE .PP \fIname\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::signal.wakeup.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::signal.wakeup.3stap index be2c9d70f..4cf59f3b7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::signal.wakeup.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::signal.wakeup.3stap @@ -36,24 +36,24 @@ signal\&.wakeup .fi .SH "VALUES" .PP -\fIresume\fR +\fIsig_pid\fR .RS 4 -Indicates whether to wake up a task in a STOPPED or TRACED state +The PID of the process to wake .RE .PP -\fIpid_name\fR +\fIstate_mask\fR .RS 4 -Name of the process to wake +A string representation indicating the mask of task states to wake\&. Possible values are TASK_INTERRUPTIBLE, TASK_STOPPED, TASK_TRACED, TASK_WAKEKILL, and TASK_INTERRUPTIBLE\&. .RE .PP -\fIsig_pid\fR +\fIresume\fR .RS 4 -The PID of the process to wake +Indicates whether to wake up a task in a STOPPED or TRACED state .RE .PP -\fIstate_mask\fR +\fIpid_name\fR .RS 4 -A string representation indicating the mask of task states to wake\&. Possible values are TASK_INTERRUPTIBLE, TASK_STOPPED, TASK_TRACED, TASK_WAKEKILL, and TASK_INTERRUPTIBLE\&. +Name of the process to wake .RE .SH SEE ALSO\n .IR tapset::signal (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.3stap index 5d1602986..b50700646 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.3stap @@ -41,11 +41,6 @@ socket\&.aio_read Message size in bytes .RE .PP -\fIfamily\fR -.RS 4 -Protocol family value -.RE -.PP \fIflags\fR .RS 4 Socket flags value @@ -56,11 +51,6 @@ Socket flags value Socket type value .RE .PP -\fIprotocol\fR -.RS 4 -Protocol value -.RE -.PP \fIstate\fR .RS 4 Socket state value @@ -70,6 +60,16 @@ Socket state value .RS 4 Name of this probe .RE +.PP +\fIfamily\fR +.RS 4 +Protocol family value +.RE +.PP +\fIprotocol\fR +.RS 4 +Protocol value +.RE .SH "CONTEXT" .PP The message sender diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.return.3stap index 5e27a1b46..3e0eaf91b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_read.return.3stap @@ -36,29 +36,29 @@ socket\&.aio_read\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIfamily\fR .RS 4 -Name of this probe +Protocol family value .RE .PP -\fIfamily\fR +\fIprotocol\fR .RS 4 -Protocol family value +Protocol value .RE .PP -\fItype\fR +\fIsuccess\fR .RS 4 -Socket type value +Was receive successful? (1 = yes, 0 = no) .RE .PP -\fIflags\fR +\fIname\fR .RS 4 -Socket flags value +Name of this probe .RE .PP -\fIsize\fR +\fItype\fR .RS 4 -Size of message received (in bytes) or error code if success = 0 +Socket type value .RE .PP \fIstate\fR @@ -66,14 +66,14 @@ Size of message received (in bytes) or error code if success = 0 Socket state value .RE .PP -\fIsuccess\fR +\fIsize\fR .RS 4 -Was receive successful? (1 = yes, 0 = no) +Size of message received (in bytes) or error code if success = 0 .RE .PP -\fIprotocol\fR +\fIflags\fR .RS 4 -Protocol value +Socket flags value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.3stap index 7e47bb5c8..32aa33cf5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.3stap @@ -36,19 +36,19 @@ socket\&.aio_write .fi .SH "VALUES" .PP -\fIprotocol\fR +\fIname\fR .RS 4 -Protocol value +Name of this probe .RE .PP -\fIstate\fR +\fIfamily\fR .RS 4 -Socket state value +Protocol family value .RE .PP -\fIsize\fR +\fIprotocol\fR .RS 4 -Message size in bytes +Protocol value .RE .PP \fIflags\fR @@ -56,19 +56,19 @@ Message size in bytes Socket flags value .RE .PP -\fItype\fR +\fIsize\fR .RS 4 -Socket type value +Message size in bytes .RE .PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP -\fIname\fR +\fItype\fR .RS 4 -Name of this probe +Socket type value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.return.3stap index fe2f628c3..472646864 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.aio_write.return.3stap @@ -36,9 +36,14 @@ socket\&.aio_write\&.return .fi .SH "VALUES" .PP -\fIstate\fR +\fIprotocol\fR .RS 4 -Socket state value +Protocol value +.RE +.PP +\fIfamily\fR +.RS 4 +Protocol family value .RE .PP \fIsuccess\fR @@ -46,9 +51,9 @@ Socket state value Was receive successful? (1 = yes, 0 = no) .RE .PP -\fIprotocol\fR +\fIname\fR .RS 4 -Protocol value +Name of this probe .RE .PP \fItype\fR @@ -56,14 +61,9 @@ Protocol value Socket type value .RE .PP -\fIflags\fR -.RS 4 -Socket flags value -.RE -.PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP \fIsize\fR @@ -71,9 +71,9 @@ Protocol family value Size of message received (in bytes) or error code if success = 0 .RE .PP -\fIname\fR +\fIflags\fR .RS 4 -Name of this probe +Socket flags value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.close.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.close.3stap index 92426a4c7..75b633004 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.close.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.close.3stap @@ -36,14 +36,14 @@ socket\&.close .fi .SH "VALUES" .PP -\fIprotocol\fR +\fIstate\fR .RS 4 -Protocol value +Socket state value .RE .PP -\fIstate\fR +\fItype\fR .RS 4 -Socket state value +Socket type value .RE .PP \fIflags\fR @@ -51,14 +51,14 @@ Socket state value Socket flags value .RE .PP -\fItype\fR +\fIfamily\fR .RS 4 -Socket type value +Protocol family value .RE .PP -\fIfamily\fR +\fIprotocol\fR .RS 4 -Protocol family value +Protocol value .RE .PP \fIname\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.3stap index 2990df0e3..5afb1915d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.3stap @@ -36,11 +36,6 @@ socket\&.create .fi .SH "VALUES" .PP -\fIprotocol\fR -.RS 4 -Protocol value -.RE -.PP \fItype\fR .RS 4 Socket type value @@ -51,14 +46,19 @@ Socket type value Requested by user process or the kernel (1 = kernel, 0 = user) .RE .PP +\fIname\fR +.RS 4 +Name of this probe +.RE +.PP \fIfamily\fR .RS 4 Protocol family value .RE .PP -\fIname\fR +\fIprotocol\fR .RS 4 -Name of this probe +Protocol value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.return.3stap index 043164431..2c46eacb9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.create.return.3stap @@ -36,19 +36,9 @@ socket\&.create\&.return .fi .SH "VALUES" .PP -\fIfamily\fR -.RS 4 -Protocol family value -.RE -.PP -\fIrequester\fR -.RS 4 -Requested by user process or the kernel (1 = kernel, 0 = user) -.RE -.PP -\fItype\fR +\fIsuccess\fR .RS 4 -Socket type value +Was socket creation successful? (1 = yes, 0 = no) .RE .PP \fIprotocol\fR @@ -56,9 +46,9 @@ Socket type value Protocol value .RE .PP -\fIsuccess\fR +\fIfamily\fR .RS 4 -Was socket creation successful? (1 = yes, 0 = no) +Protocol family value .RE .PP \fIname\fR @@ -66,10 +56,20 @@ Was socket creation successful? (1 = yes, 0 = no) Name of this probe .RE .PP +\fIrequester\fR +.RS 4 +Requested by user process or the kernel (1 = kernel, 0 = user) +.RE +.PP \fIerr\fR .RS 4 Error code if success == 0 .RE +.PP +\fItype\fR +.RS 4 +Socket type value +.RE .SH "CONTEXT" .PP The requester (user process or kernel) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.3stap index c469c1236..0bd503885 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.3stap @@ -36,39 +36,39 @@ socket\&.read_iter .fi .SH "VALUES" .PP -\fIname\fR +\fIflags\fR .RS 4 -Name of this probe +Socket flags value .RE .PP -\fIstate\fR +\fIsize\fR .RS 4 -Socket state value +Message size in bytes .RE .PP -\fIprotocol\fR +\fIstate\fR .RS 4 -Protocol value +Socket state value .RE .PP -\fIfamily\fR +\fItype\fR .RS 4 -Protocol family value +Socket type value .RE .PP -\fItype\fR +\fIname\fR .RS 4 -Socket type value +Name of this probe .RE .PP -\fIflags\fR +\fIprotocol\fR .RS 4 -Socket flags value +Protocol value .RE .PP -\fIsize\fR +\fIfamily\fR .RS 4 -Message size in bytes +Protocol family value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.return.3stap index ed5426e72..d2d6578d1 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.read_iter.return.3stap @@ -36,44 +36,44 @@ socket\&.read_iter\&.return .fi .SH "VALUES" .PP -\fIprotocol\fR +\fIsize\fR .RS 4 -Protocol value +Size of message received (in bytes) or error code if success = 0 .RE .PP -\fIsuccess\fR +\fIflags\fR .RS 4 -Was receive successful? (1 = yes, 0 = no) +Socket flags value .RE .PP -\fIstate\fR +\fItype\fR .RS 4 -Socket state value +Socket type value .RE .PP -\fIsize\fR +\fIstate\fR .RS 4 -Size of message received (in bytes) or error code if success = 0 +Socket state value .RE .PP -\fIfamily\fR +\fIname\fR .RS 4 -Protocol family value +Name of this probe .RE .PP -\fIflags\fR +\fIprotocol\fR .RS 4 -Socket flags value +Protocol value .RE .PP -\fItype\fR +\fIfamily\fR .RS 4 -Socket type value +Protocol family value .RE .PP -\fIname\fR +\fIsuccess\fR .RS 4 -Name of this probe +Was receive successful? (1 = yes, 0 = no) .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.3stap index 796bc519a..aca76b454 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.3stap @@ -41,14 +41,19 @@ socket\&.readv Name of this probe .RE .PP +\fIfamily\fR +.RS 4 +Protocol family value +.RE +.PP \fIprotocol\fR .RS 4 Protocol value .RE .PP -\fIstate\fR +\fIflags\fR .RS 4 -Socket state value +Socket flags value .RE .PP \fIsize\fR @@ -56,14 +61,9 @@ Socket state value Message size in bytes .RE .PP -\fIfamily\fR -.RS 4 -Protocol family value -.RE -.PP -\fIflags\fR +\fIstate\fR .RS 4 -Socket flags value +Socket state value .RE .PP \fItype\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.return.3stap index d38d0b861..9d25be810 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.readv.return.3stap @@ -41,19 +41,9 @@ socket\&.readv\&.return Name of this probe .RE .PP -\fIsize\fR -.RS 4 -Size of message received (in bytes) or error code if success = 0 -.RE -.PP -\fItype\fR -.RS 4 -Socket type value -.RE -.PP -\fIflags\fR +\fIsuccess\fR .RS 4 -Socket flags value +Was receive successful? (1 = yes, 0 = no) .RE .PP \fIfamily\fR @@ -66,15 +56,25 @@ Protocol family value Protocol value .RE .PP -\fIsuccess\fR +\fIflags\fR .RS 4 -Was receive successful? (1 = yes, 0 = no) +Socket flags value +.RE +.PP +\fIsize\fR +.RS 4 +Size of message received (in bytes) or error code if success = 0 .RE .PP \fIstate\fR .RS 4 Socket state value .RE +.PP +\fItype\fR +.RS 4 +Socket type value +.RE .SH "CONTEXT" .PP The message receiver\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.receive.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.receive.3stap index 4b9af6cfc..b3f507099 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.receive.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.receive.3stap @@ -36,19 +36,14 @@ socket\&.receive .fi .SH "VALUES" .PP -\fIflags\fR -.RS 4 -Socket flags value -.RE -.PP \fItype\fR .RS 4 Socket type value .RE .PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP \fIsize\fR @@ -56,19 +51,24 @@ Protocol family value Size of message received (in bytes) or error code if success = 0 .RE .PP -\fIstate\fR +\fIflags\fR .RS 4 -Socket state value +Socket flags value .RE .PP -\fIsuccess\fR +\fIprotocol\fR .RS 4 -Was send successful? (1 = yes, 0 = no) +Protocol value .RE .PP -\fIprotocol\fR +\fIfamily\fR .RS 4 -Protocol value +Protocol family value +.RE +.PP +\fIsuccess\fR +.RS 4 +Was send successful? (1 = yes, 0 = no) .RE .PP \fIname\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.3stap index 6aa212ad5..07366fee4 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.3stap @@ -36,14 +36,19 @@ socket\&.recvmsg .fi .SH "VALUES" .PP -\fIprotocol\fR +\fIname\fR .RS 4 -Protocol value +Name of this probe .RE .PP -\fIstate\fR +\fIfamily\fR .RS 4 -Socket state value +Protocol family value +.RE +.PP +\fIprotocol\fR +.RS 4 +Protocol value .RE .PP \fIsize\fR @@ -61,14 +66,9 @@ Socket flags value Socket type value .RE .PP -\fIfamily\fR -.RS 4 -Protocol family value -.RE -.PP -\fIname\fR +\fIstate\fR .RS 4 -Name of this probe +Socket state value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.return.3stap index aae398aba..06d993381 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.recvmsg.return.3stap @@ -36,34 +36,34 @@ socket\&.recvmsg\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIflags\fR .RS 4 -Name of this probe +Socket flags value .RE .PP -\fIstate\fR +\fIsize\fR .RS 4 -Socket state value +Size of message received (in bytes) or error code if success = 0 .RE .PP -\fIsuccess\fR +\fIstate\fR .RS 4 -Was receive successful? (1 = yes, 0 = no) +Socket state value .RE .PP -\fIprotocol\fR +\fItype\fR .RS 4 -Protocol value +Socket type value .RE .PP -\fIflags\fR +\fIname\fR .RS 4 -Socket flags value +Name of this probe .RE .PP -\fItype\fR +\fIsuccess\fR .RS 4 -Socket type value +Was receive successful? (1 = yes, 0 = no) .RE .PP \fIfamily\fR @@ -71,9 +71,9 @@ Socket type value Protocol family value .RE .PP -\fIsize\fR +\fIprotocol\fR .RS 4 -Size of message received (in bytes) or error code if success = 0 +Protocol value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.send.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.send.3stap index 0d60e3466..c1eb56af7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.send.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.send.3stap @@ -36,44 +36,44 @@ socket\&.send .fi .SH "VALUES" .PP -\fItype\fR +\fIname\fR .RS 4 -Socket type value +Name of this probe .RE .PP -\fIflags\fR +\fIfamily\fR .RS 4 -Socket flags value +Protocol family value .RE .PP -\fIfamily\fR +\fIprotocol\fR .RS 4 -Protocol family value +Protocol value .RE .PP -\fIsize\fR +\fIsuccess\fR .RS 4 -Size of message sent (in bytes) or error code if success = 0 +Was send successful? (1 = yes, 0 = no) .RE .PP -\fIstate\fR +\fIsize\fR .RS 4 -Socket state value +Size of message sent (in bytes) or error code if success = 0 .RE .PP -\fIsuccess\fR +\fIflags\fR .RS 4 -Was send successful? (1 = yes, 0 = no) +Socket flags value .RE .PP -\fIprotocol\fR +\fItype\fR .RS 4 -Protocol value +Socket type value .RE .PP -\fIname\fR +\fIstate\fR .RS 4 -Name of this probe +Socket state value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.3stap index 68690ad63..d3818e7a2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.3stap @@ -36,19 +36,19 @@ socket\&.sendmsg .fi .SH "VALUES" .PP -\fIname\fR +\fItype\fR .RS 4 -Name of this probe +Socket type value .RE .PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP -\fItype\fR +\fIsize\fR .RS 4 -Socket type value +Message size in bytes .RE .PP \fIflags\fR @@ -56,19 +56,19 @@ Socket type value Socket flags value .RE .PP -\fIsize\fR +\fIfamily\fR .RS 4 -Message size in bytes +Protocol family value .RE .PP -\fIstate\fR +\fIprotocol\fR .RS 4 -Socket state value +Protocol value .RE .PP -\fIprotocol\fR +\fIname\fR .RS 4 -Protocol value +Name of this probe .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.return.3stap index 86dd043b5..a69790515 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.sendmsg.return.3stap @@ -36,44 +36,44 @@ socket\&.sendmsg\&.return .fi .SH "VALUES" .PP -\fIsize\fR +\fIsuccess\fR .RS 4 -Size of message sent (in bytes) or error code if success = 0 +Was send successful? (1 = yes, 0 = no) .RE .PP -\fIfamily\fR +\fIprotocol\fR .RS 4 -Protocol family value +Protocol value .RE .PP -\fIflags\fR +\fIfamily\fR .RS 4 -Socket flags value +Protocol family value .RE .PP -\fItype\fR +\fIname\fR .RS 4 -Socket type value +Name of this probe .RE .PP -\fIprotocol\fR +\fIstate\fR .RS 4 -Protocol value +Socket state value .RE .PP -\fIsuccess\fR +\fItype\fR .RS 4 -Was send successful? (1 = yes, 0 = no) +Socket type value .RE .PP -\fIstate\fR +\fIflags\fR .RS 4 -Socket state value +Socket flags value .RE .PP -\fIname\fR +\fIsize\fR .RS 4 -Name of this probe +Size of message sent (in bytes) or error code if success = 0 .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.3stap index 8c2968610..b9dcb86e3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.3stap @@ -36,39 +36,39 @@ socket\&.write_iter .fi .SH "VALUES" .PP -\fIname\fR +\fIsize\fR .RS 4 -Name of this probe +Message size in bytes .RE .PP -\fIstate\fR +\fIflags\fR .RS 4 -Socket state value +Socket flags value .RE .PP -\fIprotocol\fR +\fItype\fR .RS 4 -Protocol value +Socket type value .RE .PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP -\fItype\fR +\fIname\fR .RS 4 -Socket type value +Name of this probe .RE .PP -\fIflags\fR +\fIfamily\fR .RS 4 -Socket flags value +Protocol family value .RE .PP -\fIsize\fR +\fIprotocol\fR .RS 4 -Message size in bytes +Protocol value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.return.3stap index b1f1d77b2..2d15c3fc4 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.write_iter.return.3stap @@ -36,14 +36,9 @@ socket\&.write_iter\&.return .fi .SH "VALUES" .PP -\fIsize\fR -.RS 4 -Size of message received (in bytes) or error code if success = 0 -.RE -.PP -\fIflags\fR +\fIstate\fR .RS 4 -Socket flags value +Socket state value .RE .PP \fItype\fR @@ -51,14 +46,14 @@ Socket flags value Socket type value .RE .PP -\fIfamily\fR +\fIflags\fR .RS 4 -Protocol family value +Socket flags value .RE .PP -\fIprotocol\fR +\fIsize\fR .RS 4 -Protocol value +Size of message received (in bytes) or error code if success = 0 .RE .PP \fIsuccess\fR @@ -66,9 +61,14 @@ Protocol value Was receive successful? (1 = yes, 0 = no) .RE .PP -\fIstate\fR +\fIprotocol\fR .RS 4 -Socket state value +Protocol value +.RE +.PP +\fIfamily\fR +.RS 4 +Protocol family value .RE .PP \fIname\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.3stap index 2e93eef7c..6592fb4e0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.3stap @@ -36,11 +36,6 @@ socket\&.writev .fi .SH "VALUES" .PP -\fIstate\fR -.RS 4 -Socket state value -.RE -.PP \fIprotocol\fR .RS 4 Protocol value @@ -51,14 +46,19 @@ Protocol value Protocol family value .RE .PP +\fIname\fR +.RS 4 +Name of this probe +.RE +.PP \fItype\fR .RS 4 Socket type value .RE .PP -\fIflags\fR +\fIstate\fR .RS 4 -Socket flags value +Socket state value .RE .PP \fIsize\fR @@ -66,9 +66,9 @@ Socket flags value Message size in bytes .RE .PP -\fIname\fR +\fIflags\fR .RS 4 -Name of this probe +Socket flags value .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.return.3stap index 4b4cfc15d..6fe2432ed 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::socket.writev.return.3stap @@ -36,44 +36,44 @@ socket\&.writev\&.return .fi .SH "VALUES" .PP -\fIstate\fR +\fIsize\fR .RS 4 -Socket state value +Size of message sent (in bytes) or error code if success = 0 .RE .PP -\fIsuccess\fR +\fIflags\fR .RS 4 -Was send successful? (1 = yes, 0 = no) +Socket flags value .RE .PP -\fIprotocol\fR +\fItype\fR .RS 4 -Protocol value +Socket type value .RE .PP -\fIfamily\fR +\fIstate\fR .RS 4 -Protocol family value +Socket state value .RE .PP -\fItype\fR +\fIname\fR .RS 4 -Socket type value +Name of this probe .RE .PP -\fIflags\fR +\fIprotocol\fR .RS 4 -Socket flags value +Protocol value .RE .PP -\fIsize\fR +\fIfamily\fR .RS 4 -Size of message sent (in bytes) or error code if success = 0 +Protocol family value .RE .PP -\fIname\fR +\fIsuccess\fR .RS 4 -Name of this probe +Was send successful? (1 = yes, 0 = no) .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::softirq.entry.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::softirq.entry.3stap index ec1b35166..f28c2703a 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::softirq.entry.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::softirq.entry.3stap @@ -41,11 +41,6 @@ softirq\&.entry softirq_action vector .RE .PP -\fIh\fR -.RS 4 -struct softirq_action* for current pending softirq -.RE -.PP \fIaction\fR .RS 4 pointer to softirq handler just about to execute @@ -55,5 +50,10 @@ pointer to softirq handler just about to execute .RS 4 softirq vector number .RE +.PP +\fIh\fR +.RS 4 +struct softirq_action* for current pending softirq +.RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::softirq.exit.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::softirq.exit.3stap index c4840df82..f217651a5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::softirq.exit.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::softirq.exit.3stap @@ -36,24 +36,24 @@ softirq\&.exit .fi .SH "VALUES" .PP -\fIvec_nr\fR -.RS 4 -softirq vector number -.RE -.PP \fIh\fR .RS 4 struct softirq_action* for just executed softirq .RE .PP -\fIvec\fR +\fIvec_nr\fR .RS 4 -softirq_action vector +softirq vector number .RE .PP \fIaction\fR .RS 4 pointer to softirq handler that just finished execution .RE +.PP +\fIvec\fR +.RS 4 +softirq_action vector +.RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::staprun.send_control_message.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::staprun.send_control_message.3stap index 399420b04..5aa8858ff 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::staprun.send_control_message.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::staprun.send_control_message.3stap @@ -41,14 +41,14 @@ staprun\&.send_control_message a ptr to a binary blob of data sent as the control message .RE .PP -\fItype\fR +\fIlen\fR .RS 4 -type of message being send; defined in runtime/transport/transport_msgs\&.h +the length (in bytes) of the data blob .RE .PP -\fIlen\fR +\fItype\fR .RS 4 -the length (in bytes) of the data blob +type of message being send; defined in runtime/transport/transport_msgs\&.h .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.bind_new_program.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.bind_new_program.3stap index bab39d70f..7043ff299 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.bind_new_program.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.bind_new_program.3stap @@ -36,39 +36,39 @@ sunrpc\&.clnt\&.bind_new_program .fi .SH "VALUES" .PP -\fIprog\fR +\fIservername\fR .RS 4 -the number of new RPC program +the server machine name .RE .PP -\fIvers\fR +\fIold_vers\fR .RS 4 -the version of new RPC program +the version of old RPC program .RE .PP -\fIservername\fR +\fIprog\fR .RS 4 -the server machine name +the number of new RPC program .RE .PP -\fIold_progname\fR +\fIold_prog\fR .RS 4 -the name of old RPC program +the number of old RPC program .RE .PP -\fIprogname\fR +\fIvers\fR .RS 4 -the name of new RPC program +the version of new RPC program .RE .PP -\fIold_vers\fR +\fIprogname\fR .RS 4 -the version of old RPC program +the name of new RPC program .RE .PP -\fIold_prog\fR +\fIold_progname\fR .RS 4 -the number of old RPC program +the name of old RPC program .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_async.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_async.3stap index 97ea5422f..8341b7dfe 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_async.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_async.3stap @@ -36,9 +36,9 @@ sunrpc\&.clnt\&.call_async .fi .SH "VALUES" .PP -\fIport\fR +\fIprocname\fR .RS 4 -the port number +the procedure name in this RPC call .RE .PP \fIprog\fR @@ -51,24 +51,14 @@ the RPC program number the IP protocol number .RE .PP -\fIflags\fR -.RS 4 -flags -.RE -.PP \fIservername\fR .RS 4 the server machine name .RE .PP -\fIvers\fR -.RS 4 -the RPC program version number -.RE -.PP -\fIprogname\fR +\fIport\fR .RS 4 -the RPC program name +the port number .RE .PP \fIproc\fR @@ -81,14 +71,24 @@ the procedure number in this RPC call current transmission id .RE .PP -\fIprocname\fR +\fIflags\fR .RS 4 -the procedure name in this RPC call +flags +.RE +.PP +\fIprogname\fR +.RS 4 +the RPC program name .RE .PP \fIdead\fR .RS 4 whether this client is abandoned .RE +.PP +\fIvers\fR +.RS 4 +the RPC program version number +.RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_sync.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_sync.3stap index 8479e174d..d8fa15aeb 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_sync.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.call_sync.3stap @@ -36,14 +36,19 @@ sunrpc\&.clnt\&.call_sync .fi .SH "VALUES" .PP -\fIproc\fR +\fIprot\fR .RS 4 -the procedure number in this RPC call +the IP protocol number .RE .PP -\fIxid\fR +\fIservername\fR .RS 4 -current transmission id +the server machine name +.RE +.PP +\fIprog\fR +.RS 4 +the RPC program number .RE .PP \fIprocname\fR @@ -51,24 +56,24 @@ current transmission id the procedure name in this RPC call .RE .PP -\fIdead\fR +\fIvers\fR .RS 4 -whether this client is abandoned +the RPC program version number .RE .PP -\fIport\fR +\fIdead\fR .RS 4 -the port number +whether this client is abandoned .RE .PP -\fIprog\fR +\fIxid\fR .RS 4 -the RPC program number +current transmission id .RE .PP -\fIprot\fR +\fIprogname\fR .RS 4 -the IP protocol number +the RPC program name .RE .PP \fIflags\fR @@ -76,19 +81,14 @@ the IP protocol number flags .RE .PP -\fIservername\fR -.RS 4 -the server machine name -.RE -.PP -\fIvers\fR +\fIproc\fR .RS 4 -the RPC program version number +the procedure number in this RPC call .RE .PP -\fIprogname\fR +\fIport\fR .RS 4 -the RPC program name +the port number .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.clone_client.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.clone_client.3stap index 94086b7f1..fc0b4a831 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.clone_client.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.clone_client.3stap @@ -36,39 +36,39 @@ sunrpc\&.clnt\&.clone_client .fi .SH "VALUES" .PP -\fIvers\fR +\fIport\fR .RS 4 -the RPC program version number +the port number .RE .PP -\fIservername\fR +\fIauthflavor\fR .RS 4 -the server machine name +the authentication flavor .RE .PP -\fIprot\fR +\fIservername\fR .RS 4 -the IP protocol number +the server machine name .RE .PP -\fIprog\fR +\fIvers\fR .RS 4 -the RPC program number +the RPC program version number .RE .PP -\fIport\fR +\fIprot\fR .RS 4 -the port number +the IP protocol number .RE .PP -\fIauthflavor\fR +\fIprogname\fR .RS 4 -the authentication flavor +the RPC program name .RE .PP -\fIprogname\fR +\fIprog\fR .RS 4 -the RPC program name +the RPC program number .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.create_client.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.create_client.3stap index b3a7d4e00..7d8b8d65b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.create_client.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.create_client.3stap @@ -36,14 +36,14 @@ sunrpc\&.clnt\&.create_client .fi .SH "VALUES" .PP -\fIport\fR +\fIservername\fR .RS 4 -the port number +the server machine name .RE .PP -\fIprog\fR +\fIauthflavor\fR .RS 4 -the RPC program number +the authentication flavor .RE .PP \fIvers\fR @@ -56,19 +56,19 @@ the RPC program version number the IP protocol number .RE .PP -\fIservername\fR +\fIprogname\fR .RS 4 -the server machine name +the RPC program name .RE .PP -\fIauthflavor\fR +\fIprog\fR .RS 4 -the authentication flavor +the RPC program number .RE .PP -\fIprogname\fR +\fIport\fR .RS 4 -the RPC program name +the port number .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.restart_call.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.restart_call.3stap index 070549a4b..bf2dbda29 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.restart_call.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.restart_call.3stap @@ -36,14 +36,14 @@ sunrpc\&.clnt\&.restart_call .fi .SH "VALUES" .PP -\fItk_pid\fR +\fItk_flags\fR .RS 4 -the debugging aid of task +the task flags .RE .PP -\fItk_priority\fR +\fItk_pid\fR .RS 4 -the task priority +the debugging aid of task .RE .PP \fIservername\fR @@ -56,19 +56,19 @@ the server machine name the RPC program number .RE .PP -\fItk_flags\fR +\fItk_priority\fR .RS 4 -the task flags +the task priority .RE .PP -\fItk_runstate\fR +\fIxid\fR .RS 4 -the task run status +the transmission id .RE .PP -\fIxid\fR +\fItk_runstate\fR .RS 4 -the transmission id +the task run status .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.shutdown_client.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.shutdown_client.3stap index cff8a9b90..801b03bf8 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.shutdown_client.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.clnt.shutdown_client.3stap @@ -36,24 +36,24 @@ sunrpc\&.clnt\&.shutdown_client .fi .SH "VALUES" .PP -\fIom_ops\fR +\fInetreconn\fR .RS 4 -the count of operations +the count of reconnections .RE .PP -\fIom_rtt\fR +\fIom_ops\fR .RS 4 -the RPC RTT jiffies +the count of operations .RE .PP -\fIauthflavor\fR +\fItasks\fR .RS 4 -the authentication flavor +the number of references .RE .PP -\fIprogname\fR +\fIvers\fR .RS 4 -the RPC program name +the RPC program version number .RE .PP \fIrpccnt\fR @@ -61,14 +61,14 @@ the RPC program name the count of RPC calls .RE .PP -\fIom_bytes_sent\fR +\fIprogname\fR .RS 4 -the count of bytes out +the RPC program name .RE .PP -\fInetreconn\fR +\fIom_bytes_sent\fR .RS 4 -the count of reconnections +the count of bytes out .RE .PP \fIport\fR @@ -76,19 +76,14 @@ the count of reconnections the port number .RE .PP -\fIom_execute\fR -.RS 4 -the RPC execution jiffies -.RE -.PP -\fItasks\fR +\fIom_rtt\fR .RS 4 -the number of references +the RPC RTT jiffies .RE .PP -\fIprot\fR +\fIom_queue\fR .RS 4 -the IP protocol number +the jiffies queued for xmit .RE .PP \fIservername\fR @@ -96,14 +91,14 @@ the IP protocol number the server machine name .RE .PP -\fIom_bytes_recv\fR +\fIauthflavor\fR .RS 4 -the count of bytes in +the authentication flavor .RE .PP -\fIvers\fR +\fIprot\fR .RS 4 -the RPC program version number +the IP protocol number .RE .PP \fIprog\fR @@ -111,19 +106,24 @@ the RPC program version number the RPC program number .RE .PP -\fIom_queue\fR +\fIom_execute\fR .RS 4 -the jiffies queued for xmit +the RPC execution jiffies .RE .PP -\fIom_ntrans\fR +\fIclones\fR .RS 4 -the count of RPC transmissions +the number of clones .RE .PP -\fIclones\fR +\fIom_bytes_recv\fR .RS 4 -the number of clones +the count of bytes in +.RE +.PP +\fIom_ntrans\fR +.RS 4 +the count of RPC transmissions .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.delay.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.delay.3stap index 2cdf9d194..edab94e79 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.delay.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.delay.3stap @@ -36,39 +36,39 @@ sunrpc\&.sched\&.delay .fi .SH "VALUES" .PP -\fIdelay\fR +\fIxid\fR .RS 4 -the time delayed +the transmission id in the RPC call .RE .PP -\fItk_pid\fR +\fIvers\fR .RS 4 -the debugging id of the task +the program version in the RPC call .RE .PP -\fIvers\fR +\fItk_flags\fR .RS 4 -the program version in the RPC call +the flags of the task .RE .PP -\fIprot\fR +\fItk_pid\fR .RS 4 -the IP protocol in the RPC call +the debugging id of the task .RE .PP -\fIprog\fR +\fIdelay\fR .RS 4 -the program number in the RPC call +the time delayed .RE .PP -\fItk_flags\fR +\fIprog\fR .RS 4 -the flags of the task +the program number in the RPC call .RE .PP -\fIxid\fR +\fIprot\fR .RS 4 -the transmission id in the RPC call +the IP protocol in the RPC call .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.execute.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.execute.3stap index 9da563326..9d6208756 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.execute.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.execute.3stap @@ -36,19 +36,19 @@ sunrpc\&.sched\&.execute .fi .SH "VALUES" .PP -\fIprog\fR +\fIvers\fR .RS 4 -the program number in the RPC call +the program version in the RPC call .RE .PP -\fIvers\fR +\fIxid\fR .RS 4 -the program version in the RPC call +the transmission id in the RPC call .RE .PP -\fIprot\fR +\fItk_flags\fR .RS 4 -the IP protocol in the RPC call +the flags of the task .RE .PP \fItk_pid\fR @@ -56,14 +56,14 @@ the IP protocol in the RPC call the debugging id of the task .RE .PP -\fItk_flags\fR +\fIprot\fR .RS 4 -the flags of the task +the IP protocol in the RPC call .RE .PP -\fIxid\fR +\fIprog\fR .RS 4 -the transmission id in the RPC call +the program number in the RPC call .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.new_task.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.new_task.3stap index 5ed5f2263..b66aa1fc1 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.new_task.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.new_task.3stap @@ -36,14 +36,14 @@ sunrpc\&.sched\&.new_task .fi .SH "VALUES" .PP -\fIxid\fR +\fItk_flags\fR .RS 4 -the transmission id in the RPC call +the flags of the task .RE .PP -\fItk_flags\fR +\fIprot\fR .RS 4 -the flags of the task +the IP protocol in the RPC call .RE .PP \fIprog\fR @@ -51,14 +51,14 @@ the flags of the task the program number in the RPC call .RE .PP -\fIprot\fR +\fIvers\fR .RS 4 -the IP protocol in the RPC call +the program version in the RPC call .RE .PP -\fIvers\fR +\fIxid\fR .RS 4 -the program version in the RPC call +the transmission id in the RPC call .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.release_task.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.release_task.3stap index 2307e9b8f..f565b68d9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.release_task.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.sched.release_task.3stap @@ -36,9 +36,14 @@ sunrpc\&.sched\&.release_task .fi .SH "VALUES" .PP -\fIprog\fR +\fIvers\fR .RS 4 -the program number in the RPC call +the program version in the RPC call +.RE +.PP +\fIxid\fR +.RS 4 +the transmission id in the RPC call .RE .PP \fIprot\fR @@ -46,20 +51,15 @@ the program number in the RPC call the IP protocol in the RPC call .RE .PP -\fIvers\fR +\fIprog\fR .RS 4 -the program version in the RPC call +the program number in the RPC call .RE .PP \fItk_flags\fR .RS 4 the flags of the task .RE -.PP -\fIxid\fR -.RS 4 -the transmission id in the RPC call -.RE .SH "DESCRIPTION" .PP \fBrpc_release_task\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.create.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.create.3stap index 8a5fd3a12..f681e6b01 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.create.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.create.3stap @@ -36,6 +36,11 @@ sunrpc\&.svc\&.create .fi .SH "VALUES" .PP +\fIprog\fR +.RS 4 +the number of the program +.RE +.PP \fIpg_nvers\fR .RS 4 the number of supported versions @@ -46,11 +51,6 @@ the number of supported versions the buffer size .RE .PP -\fIprog\fR -.RS 4 -the number of the program -.RE -.PP \fIprogname\fR .RS 4 the name of the program diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.destroy.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.destroy.3stap index de3017785..0d26a1bf7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.destroy.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.destroy.3stap @@ -36,14 +36,14 @@ sunrpc\&.svc\&.destroy .fi .SH "VALUES" .PP -\fIrpcbadfmt\fR +\fIsv_name\fR .RS 4 -the count of requests dropped for bad formats +the service name .RE .PP -\fIsv_prog\fR +\fIrpcbadauth\fR .RS 4 -the number of the program +the count of requests drooped for authentication failure .RE .PP \fIrpccnt\fR @@ -51,9 +51,9 @@ the number of the program the count of valid RPC requests .RE .PP -\fInetcnt\fR +\fIsv_prog\fR .RS 4 -the count of received RPC requests +the number of the program .RE .PP \fIsv_progname\fR @@ -61,24 +61,24 @@ the count of received RPC requests the name of the program .RE .PP -\fIsv_name\fR +\fIrpcbadfmt\fR .RS 4 -the service name +the count of requests dropped for bad formats .RE .PP -\fInettcpconn\fR +\fIsv_nrthreads\fR .RS 4 -the count of accepted TCP connections +the number of concurrent threads .RE .PP -\fIrpcbadauth\fR +\fInettcpconn\fR .RS 4 -the count of requests drooped for authentication failure +the count of accepted TCP connections .RE .PP -\fIsv_nrthreads\fR +\fInetcnt\fR .RS 4 -the number of concurrent threads +the count of received RPC requests .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap index 9c2154f81..f74f1b6e9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.drop.3stap @@ -36,14 +36,19 @@ sunrpc\&.svc\&.drop .fi .SH "VALUES" .PP +\fIsv_name\fR +.RS 4 +the service name +.RE +.PP \fIrq_prog\fR .RS 4 the program number in the request .RE .PP -\fIsv_name\fR +\fIpeer_ip\fR .RS 4 -the service name +the peer address where the request is from .RE .PP \fIrq_xid\fR @@ -51,9 +56,9 @@ the service name the transmission id in the request .RE .PP -\fIpeer_ip\fR +\fIrq_prot\fR .RS 4 -the peer address where the request is from +the IP protocol of the reqeust .RE .PP \fIrq_proc\fR @@ -65,10 +70,5 @@ the procedure number in the request .RS 4 the program version in the request .RE -.PP -\fIrq_prot\fR -.RS 4 -the IP protocol of the reqeust -.RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap index 1235788b2..f72324a3e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.process.3stap @@ -36,14 +36,19 @@ sunrpc\&.svc\&.process .fi .SH "VALUES" .PP +\fIsv_nrthreads\fR +.RS 4 +the number of concurrent threads +.RE +.PP \fIrq_proc\fR .RS 4 the procedure number in the request .RE .PP -\fIpeer_ip\fR +\fIrq_prot\fR .RS 4 -the peer address where the request is from +the IP protocol of the reqeust .RE .PP \fIrq_vers\fR @@ -51,34 +56,29 @@ the peer address where the request is from the program version in the request .RE .PP -\fIrq_prot\fR -.RS 4 -the IP protocol of the reqeust -.RE -.PP -\fIsv_prog\fR +\fIrq_prog\fR .RS 4 -the number of the program +the program number in the request .RE .PP -\fIrq_xid\fR +\fIsv_name\fR .RS 4 -the transmission id in the request +the service name .RE .PP -\fIsv_nrthreads\fR +\fIpeer_ip\fR .RS 4 -the number of concurrent threads +the peer address where the request is from .RE .PP -\fIrq_prog\fR +\fIrq_xid\fR .RS 4 -the program number in the request +the transmission id in the request .RE .PP -\fIsv_name\fR +\fIsv_prog\fR .RS 4 -the service name +the number of the program .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.recv.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.recv.3stap index 34fe807bd..bac3a6bb4 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.recv.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.recv.3stap @@ -36,24 +36,24 @@ sunrpc\&.svc\&.recv .fi .SH "VALUES" .PP -\fIsv_nrthreads\fR +\fItimeout\fR .RS 4 -the number of concurrent threads +the timeout of waiting for data .RE .PP -\fIsv_name\fR +\fIsv_nrthreads\fR .RS 4 -the service name +the number of concurrent threads .RE .PP -\fItimeout\fR +\fIsv_prog\fR .RS 4 -the timeout of waiting for data +the number of the program .RE .PP -\fIsv_prog\fR +\fIsv_name\fR .RS 4 -the number of the program +the service name .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.register.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.register.3stap index 224fc5d88..e1595770b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.register.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.register.3stap @@ -41,24 +41,24 @@ sunrpc\&.svc\&.register the name of the program .RE .PP -\fIprot\fR +\fIsv_name\fR .RS 4 -the IP protocol number +the service name .RE .PP -\fIprog\fR +\fIport\fR .RS 4 -the number of the program +the port number .RE .PP -\fIport\fR +\fIprog\fR .RS 4 -the port number +the number of the program .RE .PP -\fIsv_name\fR +\fIprot\fR .RS 4 -the service name +the IP protocol number .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap index f1c9cfdbf..eba396bff 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::sunrpc.svc.send.3stap @@ -36,19 +36,19 @@ sunrpc\&.svc\&.send .fi .SH "VALUES" .PP -\fIsv_name\fR +\fIrq_proc\fR .RS 4 -the service name +the procedure number in the request .RE .PP -\fIrq_prog\fR +\fIrq_prot\fR .RS 4 -the program number in the request +the IP protocol of the reqeust .RE .PP -\fIrq_xid\fR +\fIrq_vers\fR .RS 4 -the transmission id in the request +the program version in the request .RE .PP \fIpeer_ip\fR @@ -56,19 +56,19 @@ the transmission id in the request the peer address where the request is from .RE .PP -\fIrq_proc\fR +\fIrq_prog\fR .RS 4 -the procedure number in the request +the program number in the request .RE .PP -\fIrq_vers\fR +\fIsv_name\fR .RS 4 -the program version in the request +the service name .RE .PP -\fIrq_prot\fR +\fIrq_xid\fR .RS 4 -the IP protocol of the reqeust +the transmission id in the request .RE .SH SEE ALSO\n .IR tapset::rpc (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.3stap index 5d8d3bf28..4ba6cc9d9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.3stap @@ -36,14 +36,14 @@ syscall_any .fi .SH "VALUES" .PP -\fIname\fR +\fIsyscall_nr\fR .RS 4 -name of the syscall +number of the syscall .RE .PP -\fIsyscall_nr\fR +\fIname\fR .RS 4 -number of the syscall +name of the syscall .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.return.3stap index 6032527c7..e39f58ed8 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::syscall_any.return.3stap @@ -36,9 +36,9 @@ syscall_any\&.return .fi .SH "VALUES" .PP -\fIsyscall_nr\fR +\fIretval\fR .RS 4 -number of the syscall +return value of the syscall .RE .PP \fIname\fR @@ -46,9 +46,9 @@ number of the syscall name of the syscall .RE .PP -\fIretval\fR +\fIsyscall_nr\fR .RS 4 -return value of the syscall +number of the syscall .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.disconnect.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.disconnect.3stap index fe688ab61..0f8ba6c79 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.disconnect.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.disconnect.3stap @@ -36,19 +36,19 @@ tcp\&.disconnect .fi .SH "VALUES" .PP -\fIsock\fR +\fIdport\fR .RS 4 -Network socket +TCP destination port .RE .PP -\fIdaddr\fR +\fIname\fR .RS 4 -A string representing the destination IP address +Name of this probe .RE .PP -\fIsport\fR +\fIdaddr\fR .RS 4 -TCP source port +A string representing the destination IP address .RE .PP \fIfamily\fR @@ -56,14 +56,14 @@ TCP source port IP address family .RE .PP -\fIflags\fR +\fIsport\fR .RS 4 -TCP flags (e\&.g\&. FIN, etc) +TCP source port .RE .PP -\fIdport\fR +\fIsock\fR .RS 4 -TCP destination port +Network socket .RE .PP \fIsaddr\fR @@ -71,9 +71,9 @@ TCP destination port A string representing the source IP address .RE .PP -\fIname\fR +\fIflags\fR .RS 4 -Name of this probe +TCP flags (e\&.g\&. FIN, etc) .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.receive.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.receive.3stap index 5fb543dbe..f23c639f7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.receive.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.receive.3stap @@ -36,34 +36,34 @@ tcp\&.receive .fi .SH "VALUES" .PP -\fIdaddr\fR +\fIfin\fR .RS 4 -A string representing the destination IP address +TCP FIN flag .RE .PP -\fIfamily\fR +\fIack\fR .RS 4 -IP address family +TCP ACK flag .RE .PP -\fIsyn\fR +\fIsaddr\fR .RS 4 -TCP SYN flag +A string representing the source IP address .RE .PP -\fIfin\fR +\fIiphdr\fR .RS 4 -TCP FIN flag +IP header address .RE .PP -\fIack\fR +\fIprotocol\fR .RS 4 -TCP ACK flag +Packet protocol from driver .RE .PP -\fIdport\fR +\fIurg\fR .RS 4 -TCP destination port +TCP URG flag .RE .PP \fIpsh\fR @@ -71,39 +71,39 @@ TCP destination port TCP PSH flag .RE .PP -\fIsport\fR +\fIdport\fR .RS 4 -TCP source port +TCP destination port .RE .PP -\fIname\fR +\fIrst\fR .RS 4 -Name of the probe point +TCP RST flag .RE .PP -\fIprotocol\fR +\fIsyn\fR .RS 4 -Packet protocol from driver +TCP SYN flag .RE .PP -\fIsaddr\fR +\fIsport\fR .RS 4 -A string representing the source IP address +TCP source port .RE .PP -\fIurg\fR +\fIfamily\fR .RS 4 -TCP URG flag +IP address family .RE .PP -\fIiphdr\fR +\fIdaddr\fR .RS 4 -IP header address +A string representing the destination IP address .RE .PP -\fIrst\fR +\fIname\fR .RS 4 -TCP RST flag +Name of the probe point .RE .SH SEE ALSO\n .IR tapset::tcp (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.3stap index 37155b423..7f09e0cd6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.3stap @@ -36,14 +36,14 @@ tcp\&.recvmsg .fi .SH "VALUES" .PP -\fIsock\fR +\fIdport\fR .RS 4 -Network socket +TCP destination port .RE .PP -\fIsport\fR +\fIname\fR .RS 4 -TCP source port +Name of this probe .RE .PP \fIfamily\fR @@ -56,24 +56,24 @@ IP address family A string representing the destination IP address .RE .PP -\fIdport\fR +\fIsock\fR .RS 4 -TCP destination port +Network socket .RE .PP -\fIsaddr\fR +\fIsize\fR .RS 4 -A string representing the source IP address +Number of bytes to be received .RE .PP -\fIname\fR +\fIsport\fR .RS 4 -Name of this probe +TCP source port .RE .PP -\fIsize\fR +\fIsaddr\fR .RS 4 -Number of bytes to be received +A string representing the source IP address .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.return.3stap index d7f95d2b4..5d35a34f2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.recvmsg.return.3stap @@ -36,29 +36,19 @@ tcp\&.recvmsg\&.return .fi .SH "VALUES" .PP -\fIsize\fR -.RS 4 -Number of bytes received or error code if an error occurred\&. -.RE -.PP -\fIname\fR -.RS 4 -Name of this probe -.RE -.PP \fIsaddr\fR .RS 4 A string representing the source IP address .RE .PP -\fIdport\fR +\fIsport\fR .RS 4 -TCP destination port +TCP source port .RE .PP -\fIsport\fR +\fIsize\fR .RS 4 -TCP source port +Number of bytes received or error code if an error occurred\&. .RE .PP \fIfamily\fR @@ -70,6 +60,16 @@ IP address family .RS 4 A string representing the destination IP address .RE +.PP +\fIname\fR +.RS 4 +Name of this probe +.RE +.PP +\fIdport\fR +.RS 4 +TCP destination port +.RE .SH "CONTEXT" .PP The process which receives a tcp message diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.3stap index 0228d5164..52ad93565 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.3stap @@ -36,6 +36,11 @@ tcp\&.sendmsg .fi .SH "VALUES" .PP +\fIsock\fR +.RS 4 +Network socket +.RE +.PP \fIsize\fR .RS 4 Number of bytes to send @@ -50,11 +55,6 @@ Name of this probe .RS 4 IP address family .RE -.PP -\fIsock\fR -.RS 4 -Network socket -.RE .SH "CONTEXT" .PP The process which sends a tcp message diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.return.3stap index 6a6cf428e..97b964e75 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.sendmsg.return.3stap @@ -36,14 +36,14 @@ tcp\&.sendmsg\&.return .fi .SH "VALUES" .PP -\fIsize\fR +\fIname\fR .RS 4 -Number of bytes sent or error code if an error occurred\&. +Name of this probe .RE .PP -\fIname\fR +\fIsize\fR .RS 4 -Name of this probe +Number of bytes sent or error code if an error occurred\&. .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.3stap index 23a2c2768..2d7e07a6c 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.3stap @@ -36,14 +36,20 @@ tcp\&.setsockopt .fi .SH "VALUES" .PP +\fIsock\fR +.RS 4 +Network socket +.RE +.PP \fIlevel\fR .RS 4 The level at which the socket options will be manipulated .RE .PP -\fIname\fR +\fIoptlen\fR .RS 4 -Name of this probe +Used to access values for +\fBsetsockopt\fR .RE .PP \fIoptstr\fR @@ -51,26 +57,20 @@ Name of this probe Resolves optname to a human\-readable format .RE .PP -\fIfamily\fR +\fIname\fR .RS 4 -IP address family +Name of this probe .RE .PP -\fIsock\fR +\fIfamily\fR .RS 4 -Network socket +IP address family .RE .PP \fIoptname\fR .RS 4 TCP socket options (e\&.g\&. TCP_NODELAY, TCP_MAXSEG, etc) .RE -.PP -\fIoptlen\fR -.RS 4 -Used to access values for -\fBsetsockopt\fR -.RE .SH "CONTEXT" .PP The process which calls setsockopt diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.return.3stap index 924fa2007..bec4b1d14 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcp.setsockopt.return.3stap @@ -36,14 +36,14 @@ tcp\&.setsockopt\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIret\fR .RS 4 -Name of this probe +Error code (0: no error) .RE .PP -\fIret\fR +\fIname\fR .RS 4 -Error code (0: no error) +Name of this probe .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.EstabResets.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.EstabResets.3stap index f2cb9630e..d0ede3890 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.EstabResets.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.EstabResets.3stap @@ -36,14 +36,14 @@ tcpmib\&.EstabResets .fi .SH "VALUES" .PP -\fIop\fR +\fIsk\fR .RS 4 -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on .RE .PP -\fIsk\fR +\fIop\fR .RS 4 -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.OutSegs.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.OutSegs.3stap index d02e5cbb4..c47a9fa63 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.OutSegs.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.OutSegs.3stap @@ -36,14 +36,14 @@ tcpmib\&.OutSegs .fi .SH "VALUES" .PP -\fIsk\fR +\fIop\fR .RS 4 -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) .RE .PP -\fIop\fR +\fIsk\fR .RS 4 -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.PassiveOpens.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.PassiveOpens.3stap index 675bd841c..b3156927b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.PassiveOpens.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tcpmib.PassiveOpens.3stap @@ -36,14 +36,14 @@ tcpmib\&.PassiveOpens .fi .SH "VALUES" .PP -\fIop\fR +\fIsk\fR .RS 4 -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on .RE .PP -\fIsk\fR +\fIop\fR .RS 4 -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) .RE .SH "DESCRIPTION" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.ioctl.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.ioctl.3stap index c3e86cf53..5814ee770 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.ioctl.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.ioctl.3stap @@ -36,11 +36,6 @@ tty\&.ioctl .fi .SH "VALUES" .PP -\fIarg\fR -.RS 4 -the ioctl argument -.RE -.PP \fIcmd\fR .RS 4 the ioctl command @@ -50,5 +45,10 @@ the ioctl command .RS 4 the file name .RE +.PP +\fIarg\fR +.RS 4 +the ioctl argument +.RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.open.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.open.3stap index 05f2a3618..a2679d380 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.open.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.open.3stap @@ -41,19 +41,19 @@ tty\&.open the file mode .RE .PP -\fIinode_number\fR +\fIfile_name\fR .RS 4 -the inode number +the file name .RE .PP -\fIinode_flags\fR +\fIinode_number\fR .RS 4 -the inode flags +the inode number .RE .PP -\fIfile_name\fR +\fIinode_state\fR .RS 4 -the file name +the inode state .RE .PP \fIfile_flags\fR @@ -61,9 +61,9 @@ the file name the file flags .RE .PP -\fIinode_state\fR +\fIinode_flags\fR .RS 4 -the inode state +the inode flags .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.poll.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.poll.3stap index 35d8f621f..28953e6b0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.poll.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.poll.3stap @@ -36,14 +36,14 @@ tty\&.poll .fi .SH "VALUES" .PP -\fIfile_name\fR +\fIwait_key\fR .RS 4 -the tty file name +the wait queue key .RE .PP -\fIwait_key\fR +\fIfile_name\fR .RS 4 -the wait queue key +the tty file name .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap index 135c7c2ef..ab9aa6dee 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.read.3stap @@ -36,14 +36,14 @@ tty\&.read .fi .SH "VALUES" .PP -\fInr\fR +\fIbuffer\fR .RS 4 -The amount of characters to be read +the buffer that will receive the characters .RE .PP -\fIdriver_name\fR +\fInr\fR .RS 4 -the driver name +The amount of characters to be read .RE .PP \fIfile_name\fR @@ -51,9 +51,9 @@ the driver name the file name lreated to the tty .RE .PP -\fIbuffer\fR +\fIdriver_name\fR .RS 4 -the buffer that will receive the characters +the driver name .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.receive.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.receive.3stap index 2dff9b3ce..f88c20230 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.receive.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.receive.3stap @@ -36,39 +36,39 @@ tty\&.receive .fi .SH "VALUES" .PP -\fIcount\fR +\fIcp\fR .RS 4 -The amount of characters received +the buffer that was received .RE .PP -\fIfp\fR +\fIindex\fR .RS 4 -The flag buffer +The tty Index .RE .PP -\fIdriver_name\fR +\fIname\fR .RS 4 -the driver name +the name of the module file .RE .PP -\fIcp\fR +\fIfp\fR .RS 4 -the buffer that was received +The flag buffer .RE .PP -\fIid\fR +\fIdriver_name\fR .RS 4 -the tty id +the driver name .RE .PP -\fIname\fR +\fIcount\fR .RS 4 -the name of the module file +The amount of characters received .RE .PP -\fIindex\fR +\fIid\fR .RS 4 -The tty Index +the tty id .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap index ba4e52b12..efe4f3a5d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.register.3stap @@ -36,24 +36,24 @@ tty\&.register .fi .SH "VALUES" .PP -\fIdriver_name\fR +\fImodule\fR .RS 4 -the driver name +the module name .RE .PP -\fIindex\fR +\fIname\fR .RS 4 -the tty index requested +the driver \&.dev_name name .RE .PP -\fIname\fR +\fIindex\fR .RS 4 -the driver \&.dev_name name +the tty index requested .RE .PP -\fImodule\fR +\fIdriver_name\fR .RS 4 -the module name +the driver name .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.release.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.release.3stap index e0d18aebb..9fe19d5af 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.release.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.release.3stap @@ -36,29 +36,29 @@ tty\&.release .fi .SH "VALUES" .PP -\fIfile_mode\fR +\fIfile_name\fR .RS 4 -the file mode +the file name .RE .PP -\fIinode_number\fR +\fIfile_mode\fR .RS 4 -the inode number +the file mode .RE .PP -\fIfile_flags\fR +\fIinode_state\fR .RS 4 -the file flags +the inode state .RE .PP -\fIinode_state\fR +\fIinode_number\fR .RS 4 -the inode state +the inode number .RE .PP -\fIfile_name\fR +\fIfile_flags\fR .RS 4 -the file name +the file flags .RE .PP \fIinode_flags\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.resize.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.resize.3stap index bf0b8ea81..ad8680aab 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.resize.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.resize.3stap @@ -36,39 +36,39 @@ tty\&.resize .fi .SH "VALUES" .PP -\fInew_row\fR +\fInew_ypixel\fR .RS 4 -the new row value +the new ypixel value .RE .PP -\fInew_col\fR +\fIold_ypixel\fR .RS 4 -the new col value +the old ypixel .RE .PP -\fInew_ypixel\fR +\fIold_col\fR .RS 4 -the new ypixel value +the old col value .RE .PP -\fIold_xpixel\fR +\fInew_xpixel\fR .RS 4 -the old xpixel +the new xpixel value .RE .PP -\fIname\fR +\fInew_col\fR .RS 4 -the tty name +the new col value .RE .PP -\fIold_ypixel\fR +\fIold_xpixel\fR .RS 4 -the old ypixel +the old xpixel .RE .PP -\fIold_col\fR +\fIname\fR .RS 4 -the old col value +the tty name .RE .PP \fIold_row\fR @@ -76,9 +76,9 @@ the old col value the old row value .RE .PP -\fInew_xpixel\fR +\fInew_row\fR .RS 4 -the new xpixel value +the new row value .RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.unregister.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.unregister.3stap index 48552d9c9..7681b39dc 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.unregister.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.unregister.3stap @@ -41,14 +41,14 @@ tty\&.unregister the tty index requested .RE .PP -\fImodule\fR +\fIname\fR .RS 4 -the module name +the driver \&.dev_name name .RE .PP -\fIname\fR +\fImodule\fR .RS 4 -the driver \&.dev_name name +the module name .RE .PP \fIdriver_name\fR diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap index 3a0e05a25..4d4ebc547 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::tty.write.3stap @@ -41,6 +41,11 @@ tty\&.write the buffer that will be written .RE .PP +\fIfile_name\fR +.RS 4 +the file name lreated to the tty +.RE +.PP \fInr\fR .RS 4 The amount of characters @@ -50,10 +55,5 @@ The amount of characters .RS 4 the driver name .RE -.PP -\fIfile_name\fR -.RS 4 -the file name lreated to the tty -.RE .SH SEE ALSO\n .IR tapset::tty (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.3stap index 97b7975d3..fcf5897f9 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.3stap @@ -36,24 +36,24 @@ udp\&.disconnect .fi .SH "VALUES" .PP -\fIsaddr\fR +\fIdaddr\fR .RS 4 -A string representing the source IP address +A string representing the destination IP address .RE .PP -\fIflags\fR +\fIfamily\fR .RS 4 -Flags (e\&.g\&. FIN, etc) +IP address family .RE .PP -\fIname\fR +\fIdport\fR .RS 4 -The name of this probe +UDP destination port .RE .PP -\fIdport\fR +\fIname\fR .RS 4 -UDP destination port +The name of this probe .RE .PP \fIsock\fR @@ -61,19 +61,19 @@ UDP destination port Network socket used by the process .RE .PP -\fIsport\fR +\fIsaddr\fR .RS 4 -UDP source port +A string representing the source IP address .RE .PP -\fIfamily\fR +\fIflags\fR .RS 4 -IP address family +Flags (e\&.g\&. FIN, etc) .RE .PP -\fIdaddr\fR +\fIsport\fR .RS 4 -A string representing the destination IP address +UDP source port .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.return.3stap index 42c4c3ad7..b1c0a44e7 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.disconnect.return.3stap @@ -36,14 +36,14 @@ udp\&.disconnect\&.return .fi .SH "VALUES" .PP -\fIsport\fR +\fIname\fR .RS 4 -UDP source port +The name of this probe .RE .PP -\fIdaddr\fR +\fIdport\fR .RS 4 -A string representing the destination IP address +UDP destination port .RE .PP \fIfamily\fR @@ -51,24 +51,24 @@ A string representing the destination IP address IP address family .RE .PP -\fIname\fR +\fIret\fR .RS 4 -The name of this probe +Error code (0: no error) .RE .PP -\fIsaddr\fR +\fIdaddr\fR .RS 4 -A string representing the source IP address +A string representing the destination IP address .RE .PP -\fIret\fR +\fIsport\fR .RS 4 -Error code (0: no error) +UDP source port .RE .PP -\fIdport\fR +\fIsaddr\fR .RS 4 -UDP destination port +A string representing the source IP address .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.3stap index b2db79fac..260cb77f2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.3stap @@ -36,9 +36,9 @@ udp\&.recvmsg .fi .SH "VALUES" .PP -\fIsaddr\fR +\fIdport\fR .RS 4 -A string representing the source IP address +UDP destination port .RE .PP \fIname\fR @@ -46,34 +46,34 @@ A string representing the source IP address The name of this probe .RE .PP -\fIdport\fR +\fIsize\fR .RS 4 -UDP destination port +Number of bytes received by the process .RE .PP -\fIsock\fR +\fIdaddr\fR .RS 4 -Network socket used by the process +A string representing the destination IP address .RE .PP -\fIsport\fR +\fIfamily\fR .RS 4 -UDP source port +IP address family .RE .PP -\fIsize\fR +\fIsport\fR .RS 4 -Number of bytes received by the process +UDP source port .RE .PP -\fIfamily\fR +\fIsock\fR .RS 4 -IP address family +Network socket used by the process .RE .PP -\fIdaddr\fR +\fIsaddr\fR .RS 4 -A string representing the destination IP address +A string representing the source IP address .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.return.3stap index 79f404a73..a6d686156 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.recvmsg.return.3stap @@ -36,14 +36,14 @@ udp\&.recvmsg\&.return .fi .SH "VALUES" .PP -\fIsaddr\fR +\fIdaddr\fR .RS 4 -A string representing the source IP address +A string representing the destination IP address .RE .PP -\fIname\fR +\fIfamily\fR .RS 4 -The name of this probe +IP address family .RE .PP \fIdport\fR @@ -51,9 +51,9 @@ The name of this probe UDP destination port .RE .PP -\fIsport\fR +\fIname\fR .RS 4 -UDP source port +The name of this probe .RE .PP \fIsize\fR @@ -61,14 +61,14 @@ UDP source port Number of bytes received by the process .RE .PP -\fIfamily\fR +\fIsaddr\fR .RS 4 -IP address family +A string representing the source IP address .RE .PP -\fIdaddr\fR +\fIsport\fR .RS 4 -A string representing the destination IP address +UDP source port .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.3stap index 3132c0073..20db3444e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.3stap @@ -36,34 +36,34 @@ udp\&.sendmsg .fi .SH "VALUES" .PP -\fIfamily\fR +\fIsize\fR .RS 4 -IP address family +Number of bytes sent by the process .RE .PP -\fIsize\fR +\fIname\fR .RS 4 -Number of bytes sent by the process +The name of this probe .RE .PP -\fIdaddr\fR +\fIdport\fR .RS 4 -A string representing the destination IP address +UDP destination port .RE .PP -\fIsock\fR +\fIfamily\fR .RS 4 -Network socket used by the process +IP address family .RE .PP -\fIsport\fR +\fIdaddr\fR .RS 4 -UDP source port +A string representing the destination IP address .RE .PP -\fIdport\fR +\fIsport\fR .RS 4 -UDP destination port +UDP source port .RE .PP \fIsaddr\fR @@ -71,9 +71,9 @@ UDP destination port A string representing the source IP address .RE .PP -\fIname\fR +\fIsock\fR .RS 4 -The name of this probe +Network socket used by the process .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.return.3stap index 2710e10ea..01444480d 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::udp.sendmsg.return.3stap @@ -36,14 +36,14 @@ udp\&.sendmsg\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIsize\fR .RS 4 -The name of this probe +Number of bytes sent by the process .RE .PP -\fIsize\fR +\fIname\fR .RS 4 -Number of bytes sent by the process +The name of this probe .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.brk.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.brk.3stap index 0826e4f7d..ee4bcd209 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.brk.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.brk.3stap @@ -36,9 +36,9 @@ vm\&.brk .fi .SH "VALUES" .PP -\fIname\fR +\fIlength\fR .RS 4 -name of the probe point +the length of the memory segment .RE .PP \fIaddress\fR @@ -46,9 +46,9 @@ name of the probe point the requested address .RE .PP -\fIlength\fR +\fIname\fR .RS 4 -the length of the memory segment +name of the probe point .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kfree.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kfree.3stap index 7270ade3a..00c14bdc3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kfree.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kfree.3stap @@ -41,11 +41,6 @@ vm\&.kfree name of the probe point .RE .PP -\fIptr\fR -.RS 4 -pointer to the kmemory allocated which is returned by kmalloc -.RE -.PP \fIcaller_function\fR .RS 4 name of the caller function\&. @@ -55,5 +50,10 @@ name of the caller function\&. .RS 4 address of the function calling this kmemory function .RE +.PP +\fIptr\fR +.RS 4 +pointer to the kmemory allocated which is returned by kmalloc +.RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc.3stap index 85c2362e0..db7b7b425 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc.3stap @@ -36,44 +36,44 @@ vm\&.kmalloc .fi .SH "VALUES" .PP -\fIname\fR +\fIcaller_function\fR .RS 4 -name of the probe point +name of the caller function .RE .PP -\fIptr\fR +\fIgfp_flags\fR .RS 4 -pointer to the kmemory allocated +type of kmemory to allocate .RE .PP -\fIbytes_alloc\fR +\fIname\fR .RS 4 -allocated Bytes +name of the probe point .RE .PP -\fIbytes_req\fR +\fIgfp_flag_name\fR .RS 4 -requested Bytes +type of kmemory to allocate (in String format) .RE .PP -\fIcaller_function\fR +\fIbytes_req\fR .RS 4 -name of the caller function +requested Bytes .RE .PP -\fIgfp_flag_name\fR +\fIcall_site\fR .RS 4 -type of kmemory to allocate (in String format) +address of the kmemory function .RE .PP -\fIcall_site\fR +\fIptr\fR .RS 4 -address of the kmemory function +pointer to the kmemory allocated .RE .PP -\fIgfp_flags\fR +\fIbytes_alloc\fR .RS 4 -type of kmemory to allocate +allocated Bytes .RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap index e17e3ccdf..1b4abd784 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmalloc_node.3stap @@ -36,19 +36,24 @@ vm\&.kmalloc_node .fi .SH "VALUES" .PP +\fIgfp_flags\fR +.RS 4 +type of kmemory to allocate +.RE +.PP \fIname\fR .RS 4 name of the probe point .RE .PP -\fIptr\fR +\fIcaller_function\fR .RS 4 -pointer to the kmemory allocated +name of the caller function .RE .PP -\fIbytes_alloc\fR +\fIcall_site\fR .RS 4 -allocated Bytes +address of the function caling this kmemory function .RE .PP \fIgfp_flag_name\fR @@ -56,24 +61,19 @@ allocated Bytes type of kmemory to allocate(in string format) .RE .PP -\fIcaller_function\fR -.RS 4 -name of the caller function -.RE -.PP -\fIgfp_flags\fR +\fIbytes_req\fR .RS 4 -type of kmemory to allocate +requested Bytes .RE .PP -\fIcall_site\fR +\fIptr\fR .RS 4 -address of the function caling this kmemory function +pointer to the kmemory allocated .RE .PP -\fIbytes_req\fR +\fIbytes_alloc\fR .RS 4 -requested Bytes +allocated Bytes .RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc.3stap index e18f9a52e..eed7f81bc 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc.3stap @@ -36,29 +36,29 @@ vm\&.kmem_cache_alloc .fi .SH "VALUES" .PP -\fIgfp_flag_name\fR +\fIcall_site\fR .RS 4 -type of kmemory to allocate(in string format) +address of the function calling this kmemory function\&. .RE .PP -\fIcaller_function\fR +\fIgfp_flag_name\fR .RS 4 -name of the caller function\&. +type of kmemory to allocate(in string format) .RE .PP -\fIgfp_flags\fR +\fIbytes_req\fR .RS 4 -type of kmemory to allocate +requested Bytes .RE .PP -\fIcall_site\fR +\fIcaller_function\fR .RS 4 -address of the function calling this kmemory function\&. +name of the caller function\&. .RE .PP -\fIbytes_req\fR +\fIgfp_flags\fR .RS 4 -requested Bytes +type of kmemory to allocate .RE .PP \fIname\fR @@ -66,14 +66,14 @@ requested Bytes name of the probe point .RE .PP -\fIptr\fR +\fIbytes_alloc\fR .RS 4 -pointer to the kmemory allocated +allocated Bytes .RE .PP -\fIbytes_alloc\fR +\fIptr\fR .RS 4 -allocated Bytes +pointer to the kmemory allocated .RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc_node.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc_node.3stap index fcced110c..65f061af5 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc_node.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_alloc_node.3stap @@ -36,14 +36,14 @@ vm\&.kmem_cache_alloc_node .fi .SH "VALUES" .PP -\fIbytes_req\fR +\fIgfp_flag_name\fR .RS 4 -requested Bytes +type of kmemory to allocate(in string format) .RE .PP -\fIgfp_flags\fR +\fIbytes_req\fR .RS 4 -type of kmemory to allocate +requested Bytes .RE .PP \fIcall_site\fR @@ -51,14 +51,19 @@ type of kmemory to allocate address of the function calling this kmemory function .RE .PP -\fIgfp_flag_name\fR +\fIcaller_function\fR .RS 4 -type of kmemory to allocate(in string format) +name of the caller function .RE .PP -\fIcaller_function\fR +\fIgfp_flags\fR .RS 4 -name of the caller function +type of kmemory to allocate +.RE +.PP +\fIname\fR +.RS 4 +name of the probe point .RE .PP \fIbytes_alloc\fR @@ -70,10 +75,5 @@ allocated Bytes .RS 4 pointer to the kmemory allocated .RE -.PP -\fIname\fR -.RS 4 -name of the probe point -.RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_free.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_free.3stap index 5cb0652db..b4a941d8e 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_free.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.kmem_cache_free.3stap @@ -36,24 +36,24 @@ vm\&.kmem_cache_free .fi .SH "VALUES" .PP -\fIcaller_function\fR +\fIptr\fR .RS 4 -Name of the caller function\&. +Pointer to the kmemory allocated which is returned by kmem_cache .RE .PP -\fIcall_site\fR +\fIcaller_function\fR .RS 4 -Address of the function calling this kmemory function +Name of the caller function\&. .RE .PP -\fIptr\fR +\fIname\fR .RS 4 -Pointer to the kmemory allocated which is returned by kmem_cache +Name of the probe point .RE .PP -\fIname\fR +\fIcall_site\fR .RS 4 -Name of the probe point +Address of the function calling this kmemory function .RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.mmap.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.mmap.3stap index 5d65c636a..309001a48 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.mmap.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.mmap.3stap @@ -36,6 +36,11 @@ vm\&.mmap .fi .SH "VALUES" .PP +\fIlength\fR +.RS 4 +the length of the memory segment +.RE +.PP \fIaddress\fR .RS 4 the requested address @@ -45,11 +50,6 @@ the requested address .RS 4 name of the probe point .RE -.PP -\fIlength\fR -.RS 4 -the length of the memory segment -.RE .SH "CONTEXT" .PP The process calling mmap\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.munmap.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.munmap.3stap index 9fc2ea933..8a8f76041 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.munmap.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.munmap.3stap @@ -36,11 +36,6 @@ vm\&.munmap .fi .SH "VALUES" .PP -\fIlength\fR -.RS 4 -the length of the memory segment -.RE -.PP \fIname\fR .RS 4 name of the probe point @@ -50,6 +45,11 @@ name of the probe point .RS 4 the requested address .RE +.PP +\fIlength\fR +.RS 4 +the length of the memory segment +.RE .SH "CONTEXT" .PP The process calling munmap\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.oom_kill.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.oom_kill.3stap index 741a4d804..6bae165b3 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.oom_kill.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.oom_kill.3stap @@ -36,14 +36,14 @@ vm\&.oom_kill .fi .SH "VALUES" .PP -\fItask\fR +\fIname\fR .RS 4 -the task being killed +name of the probe point .RE .PP -\fIname\fR +\fItask\fR .RS 4 -name of the probe point +the task being killed .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.3stap index fa9639623..69343c3a0 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.3stap @@ -36,6 +36,11 @@ vm\&.pagefault .fi .SH "VALUES" .PP +\fIaddress\fR +.RS 4 +the address of the faulting memory access; i\&.e\&. the address that caused the page fault +.RE +.PP \fIname\fR .RS 4 name of the probe point @@ -45,11 +50,6 @@ name of the probe point .RS 4 indicates whether this was a write or read access; 1 indicates a write, while 0 indicates a read .RE -.PP -\fIaddress\fR -.RS 4 -the address of the faulting memory access; i\&.e\&. the address that caused the page fault -.RE .SH "CONTEXT" .PP The process which triggered the fault diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.return.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.return.3stap index d67685bd3..1b07c4d30 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.return.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.pagefault.return.3stap @@ -36,14 +36,14 @@ vm\&.pagefault\&.return .fi .SH "VALUES" .PP -\fIname\fR +\fIfault_type\fR .RS 4 -name of the probe point +returns either 0 (VM_FAULT_OOM) for out of memory faults, 2 (VM_FAULT_MINOR) for minor faults, 3 (VM_FAULT_MAJOR) for major faults, or 1 (VM_FAULT_SIGBUS) if the fault was neither OOM, minor fault, nor major fault\&. .RE .PP -\fIfault_type\fR +\fIname\fR .RS 4 -returns either 0 (VM_FAULT_OOM) for out of memory faults, 2 (VM_FAULT_MINOR) for minor faults, 3 (VM_FAULT_MAJOR) for major faults, or 1 (VM_FAULT_SIGBUS) if the fault was neither OOM, minor fault, nor major fault\&. +name of the probe point .RE .SH SEE ALSO\n .IR tapset::memory (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared.3stap index f6dd6fc6c..7c46bec3b 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared.3stap @@ -36,14 +36,14 @@ vm\&.write_shared .fi .SH "VALUES" .PP -\fIaddress\fR +\fIname\fR .RS 4 -the address of the shared write +name of the probe point .RE .PP -\fIname\fR +\fIaddress\fR .RS 4 -name of the probe point +the address of the shared write .RE .SH "CONTEXT" .PP diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared_copy.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared_copy.3stap index 45bcac06a..682982ac6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared_copy.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::vm.write_shared_copy.3stap @@ -36,6 +36,11 @@ vm\&.write_shared_copy .fi .SH "VALUES" .PP +\fIname\fR +.RS 4 +Name of the probe point +.RE +.PP \fIaddress\fR .RS 4 The address of the shared write @@ -45,11 +50,6 @@ The address of the shared write .RS 4 boolean indicating whether it is a zero page (can do a clear instead of a copy) .RE -.PP -\fIname\fR -.RS 4 -Name of the probe point -.RE .SH "CONTEXT" .PP The process attempting the write\&. diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.execute.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.execute.3stap index 43e5cbebf..92df284b6 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.execute.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.execute.3stap @@ -41,14 +41,14 @@ workqueue\&.execute pointer to handler function .RE .PP -\fIwork\fR +\fIwq_thread\fR .RS 4 -work_struct* being executed +task_struct of the workqueue thread .RE .PP -\fIwq_thread\fR +\fIwork\fR .RS 4 -task_struct of the workqueue thread +work_struct* being executed .RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.insert.3stap b/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.insert.3stap index bccd8b54f..bed719cf2 100644 --- a/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.insert.3stap +++ b/doc/SystemTap_Tapset_Reference/man3/probe::workqueue.insert.3stap @@ -36,11 +36,6 @@ workqueue\&.insert .fi .SH "VALUES" .PP -\fIwork\fR -.RS 4 -work_struct* being queued -.RE -.PP \fIwork_func\fR .RS 4 pointer to handler function @@ -50,5 +45,10 @@ pointer to handler function .RS 4 task_struct of the workqueue thread .RE +.PP +\fIwork\fR +.RS 4 +work_struct* being queued +.RE .SH SEE ALSO\n .IR tapset::irq (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man_pages/tapset::floatingpoint.3stap b/doc/SystemTap_Tapset_Reference/man_pages/tapset::floatingpoint.3stap new file mode 100644 index 000000000..a447f14d0 --- /dev/null +++ b/doc/SystemTap_Tapset_Reference/man_pages/tapset::floatingpoint.3stap @@ -0,0 +1,130 @@ +.\" -*- nroff -*- +.TH TAPSET::FLOATINGPOINT 3stap "November 2020" "SystemTap Tapset Reference" +.SH NAME +tapset::floatingpoint \- systemtap floatingpoint tapset + +.SH DESCRIPTION +.TP +.P +.TP +.B fp_to_string +Convert 64 bit floating point to string +.IP +See +.IR function::fp_to_string (3stap) + for details. +.P +.TP +.B string_to_fp +Convert the given string into floating point +.IP +See +.IR function::string_to_fp (3stap) + for details. +.P +.TP +.B long_to_fp +Convert long int to 64 bit floating point +.IP +See +.IR function::long_to_fp (3stap) + for details. +.P +.TP +.B fp_to_long +Convert fp to int64 +.IP +See +.IR function::fp_to_long (3stap) + for details. +.P +.TP +.B fp_add +Addition between floating points +.IP +See +.IR function::fp_add (3stap) + for details. +.P +.TP +.B fp_sub +Subtraction between floating points +.IP +See +.IR function::fp_sub (3stap) + for details. +.P +.TP +.B fp_mul +Multiplication between floating points +.IP +See +.IR function::fp_mul (3stap) + for details. +.P +.TP +.B fp_rem +Floating point division +.IP +See +.IR function::fp_rem (3stap) + for details. +.P +.TP +.B fp_sqrt +Floating point square root +.IP +See +.IR function::fp_sqrt (3stap) + for details. +.P +.TP +.B fp_eq +fp comparison function equal +.IP +See +.IR function::fp_eq (3stap) + for details. +.P +.TP +.B fp_le +Check if first fp is less than or equal to +.IP +See +.IR function::fp_le (3stap) + for details. +.P +.TP +.B fp_le +fp comparison function less than +.IP +See +.IR function::fp_le (3stap) + for details. + +.SH SEE ALSO +.BR +.IR \%function::fp_to_string (3stap), +.BR +.IR \%function::string_to_fp (3stap), +.BR +.IR \%function::long_to_fp (3stap), +.BR +.IR \%function::fp_to_long (3stap), +.BR +.IR \%function::fp_add (3stap), +.BR +.IR \%function::fp_sub (3stap), +.BR +.IR \%function::fp_mul (3stap), +.BR +.IR \%function::fp_rem (3stap), +.BR +.IR \%function::fp_sqrt (3stap), +.BR +.IR \%function::fp_eq (3stap), +.BR +.IR \%function::fp_le (3stap), +.BR +.IR \%stap (1), +.IR \%stapprobes (3stap) diff --git a/doc/SystemTap_Tapset_Reference/man_pages/tapset::syscalls.3stap b/doc/SystemTap_Tapset_Reference/man_pages/tapset::syscalls.3stap index 0f2f083a7..1a6472308 100644 --- a/doc/SystemTap_Tapset_Reference/man_pages/tapset::syscalls.3stap +++ b/doc/SystemTap_Tapset_Reference/man_pages/tapset::syscalls.3stap @@ -15,7 +15,7 @@ same convenience variables. .P .TP .B syscall.b'accept -$id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_unquoted, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdline_unquoted, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, data_unquoted, description_str, description_str_unquoted, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_str_unquoted, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filesystemtype, filesystemtype_unquoted, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, library_unquoted, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, name_user_unquoted, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_root_str_unquoted, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newname_str_unquoted, newname_str_unquoted, newname_str_unquoted, newpath, newpath, newpath, newpath, newpath_unquoted, newpath_unquoted, newpath_unquoted, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_root_str_unquoted, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldname_str_unquoted, oldname_str_unquoted, oldname_str_unquoted, oldpath, oldpath, oldpath, oldpath, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, pahtname_unquoted, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_str_unquoted, pathname_uaddr, pathname_uaddr, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, source_unquoted, special, special_str, special_str_unquoted, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, target_unquoted, target_unquoted, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_str_unquoted, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_name_unquoted, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, uargs_unquoted, uargs_unquoted, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, uname_unquoted, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr +$id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, description_str, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filesystemtype, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newpath, newpath, newpath, newpath, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldpath, oldpath, oldpath, oldpath, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_uaddr, pathname_uaddr, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, special, special_str, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr .SH SEE ALSO .BR diff --git a/doc/SystemTap_Tapset_Reference/syscalls.3stap b/doc/SystemTap_Tapset_Reference/syscalls.3stap index 0f2f083a7..1a6472308 100644 --- a/doc/SystemTap_Tapset_Reference/syscalls.3stap +++ b/doc/SystemTap_Tapset_Reference/syscalls.3stap @@ -15,7 +15,7 @@ same convenience variables. .P .TP .B syscall.b'accept -$id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_unquoted, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdline_unquoted, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, data_unquoted, description_str, description_str_unquoted, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_str_unquoted, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filesystemtype, filesystemtype_unquoted, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, library_unquoted, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, name_user_unquoted, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_root_str_unquoted, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newname_str_unquoted, newname_str_unquoted, newname_str_unquoted, newpath, newpath, newpath, newpath, newpath_unquoted, newpath_unquoted, newpath_unquoted, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_root_str_unquoted, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldname_str_unquoted, oldname_str_unquoted, oldname_str_unquoted, oldpath, oldpath, oldpath, oldpath, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, pahtname_unquoted, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_str_unquoted, pathname_uaddr, pathname_uaddr, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, source_unquoted, special, special_str, special_str_unquoted, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, target_unquoted, target_unquoted, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_str_unquoted, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_name_unquoted, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, uargs_unquoted, uargs_unquoted, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, uname_unquoted, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr +$id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, description_str, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filesystemtype, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newpath, newpath, newpath, newpath, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldpath, oldpath, oldpath, oldpath, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_uaddr, pathname_uaddr, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, special, special_str, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr .SH SEE ALSO .BR diff --git a/doc/SystemTap_Tapset_Reference/syscalls.xmlpart b/doc/SystemTap_Tapset_Reference/syscalls.xmlpart index f16ee5290..1aff50506 100644 --- a/doc/SystemTap_Tapset_Reference/syscalls.xmlpart +++ b/doc/SystemTap_Tapset_Reference/syscalls.xmlpart @@ -23,7 +23,7 @@ same convenience variables. b'accept - $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_unquoted, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdline_unquoted, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, data_unquoted, description_str, description_str_unquoted, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_str_unquoted, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filename_unquoted, filesystemtype, filesystemtype_unquoted, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, library_unquoted, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_str_unquoted, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, name_user_unquoted, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_root_str_unquoted, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newname_str_unquoted, newname_str_unquoted, newname_str_unquoted, newpath, newpath, newpath, newpath, newpath_unquoted, newpath_unquoted, newpath_unquoted, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_root_str_unquoted, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldname_str_unquoted, oldname_str_unquoted, oldname_str_unquoted, oldpath, oldpath, oldpath, oldpath, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldpath_unquoted, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, pahtname_unquoted, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, path_unquoted, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_str_unquoted, pathname_uaddr, pathname_uaddr, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, pathname_unquoted, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, source_unquoted, special, special_str, special_str_unquoted, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, target_unquoted, target_unquoted, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_str_unquoted, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_name_unquoted, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, uargs_unquoted, uargs_unquoted, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, uname_unquoted, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr + $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $id, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, $regs, abs_timeout_uaddr, abs_timeout_uaddr, act_str, act_str, act_str, act_str, act_uaddr, act_uaddr, act_uaddr, act_uaddr, actime, actime, addr, addr, addr, addr, addr, addr, addr, addr, addr_uaddr, addr_uaddr, addr_uaddr, addr_uaddr, addrlen, addrlen, addrlen_uaddr, addrlen_uaddr, addrlen_uaddr, advice, advice, advice, advice, advice, advice_str, advice_str, advice_str, advice_str, advice_str, arg1, arg2, arg2, arg2, arg3, arg3, arg4, arg4, arg5, arg5, arg, arg, arg, arg_uaddr, argp, args, args, args, args, args, attr_uaddr, attr_uaddr, backlog, brk, buf, buf, buf, buf_str, buf_str, buf_str, buf_str, buf_str, buf_str, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buf_uaddr, buffer_uaddr, buffer_uaddr, bufp_uaddr, bufsiz, bufsiz, bytecount, callout_info_uaddr, child_tid_uaddr, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clk_id_str, clockid, clockid, clockid_str, clockid_str, clone_flags, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmd_str, cmdline, cmdline_len, cmdstr, cmdstr, code, code_str, cookie, cookie, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, count, cpu, cpu_uaddr, ctx, ctx_id, ctx_id, ctx_id, ctxp_uaddr, data, data, data, data_str, data_uaddr, data_uaddr, description_str, description_uaddr, description_uaddr, destringid, dev, dev, dev, dev, dfd, dfd, dfd, dfd, dfd, dfd, dfd, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dfd_str, dirent, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirfd_str, dirp_uaddr, domainname_str, domainname_uaddr, egid, egid, egid, egid, egid_uaddr, entry, env_str, env_str, env_str, env_str, epfd, epfd, epfd, euid, euid, euid, euid, euid_uaddr, event_f_flags, event_f_flags_str, event_uaddr, events_uaddr, events_uaddr, events_uaddr, evp_uaddr, exceptfds, exceptfds, exceptfds_uaddr, exceptfds_uaddr, family, family, family_str, family_str, fanotify_fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd, fd_in, fd_in, fd_out, fd_out, fdin, fdout, fds_uaddr, fds_uaddr, fildes, fildes, fildes_uaddr, filedes, filedes, filedes, filedes, filedes, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filename_uaddr, filesystemtype, flag, flag, flag_str, flag_str, flag_str, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, flags_str, from, fsgid, fsuid, func, func, futex_uaddr, futex_uaddr, gid, group, group, group, group, group, group, group, group_fd, handle_uaddr, handle_uaddr, handler, handler_str, header_uaddr, header_uaddr, hostname_uaddr, how, how, how, how_str, how_str, how_str, id, idx1, idx2, in_fd, inc, info_str, info_uaddr, infop_uaddr, init_val, init_val_str, initrd_fd, int\nnd_syscall.compat_clock_nanosleep, int\nnd_syscall.compat_execve, int\nnd_syscall.compat_fadvise64_64, int\nnd_syscall.compat_fallocate, int\nnd_syscall.compat_ftruncate64, int\nnd_syscall.compat_futex, int\nnd_syscall.compat_futimesat, int\nnd_syscall.compat_getitimer, int\nnd_syscall.compat_ppoll, int\nnd_syscall.compat_pselect6, int\nnd_syscall.compat_readahead, int\nnd_syscall.compat_recvmmsg, int\nnd_syscall.compat_select, int\nnd_syscall.compat_truncate64, int\nnd_syscall.compat_utime, int\nnd_syscall.compat_utimensat, int\nnd_syscall.compat_vmsplice, int\nnd_syscall.fallocate, int\nnd_syscall.futex, int\nnd_syscall.pwritev, int\nnd_syscall.sigaction32, int\nnd_syscall.userfaultfd, iocb_uaddr, iocbpp_uaddr, ioprio, ioprio_str, iov, iov, kernel_fd, key, key, key, key_str, key_str, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len, len_uaddr, length, length, length, length, length, length, length, length, length, length, level, level, level, level_str, level_str, library, library_uaddr, liovcnt, liovcnt, list_head_uaddr, list_head_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, list_uaddr, local_iov_uaddr, local_iov_uaddr, magic2, magic2_str, magic, magic_str, mask, mask, mask, mask, mask, mask_str, mask_str, mask_str, mask_str, mask_uaddr, mask_uaddr, maxevents, maxevents, maxevents, maxnode, maxnode, maxnode, maxnode, min_nr, mmsg_uaddr, mmsg_uaddr, mmsg_uaddr, mnt_id_uaddr, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, mode_str, modtime, modtime, mount_dfd, mount_dfd_str, mountflags, mountflags_str, mqdes, mqdes, mqdes, mqdes, msg_len, msg_len, msg_prio, msg_prio_uaddr, msg_ptr_uaddr, msg_ptr_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msg_uaddr, msgflg, msgflg, msgflg, msgflg, msgflg, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgflg_str, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgp_uaddr, msgsz, msgsz, msgsz, msgsz, msgtyp, msgtyp, msqid, msqid, msqid, msqid, msqid, msqid, my_addr_uaddr, n, n, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_str, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_uaddr, name_user, namelen_uaddr, namelen_uaddr, nbytes, new_address, new_nodes, new_rlim_str, new_rlim_uaddr, new_root_str, new_size, newdfd, newdfd, newdfd, newdfd_str, newdfd_str, newdfd_str, newdirfd, newdirfd_str, newfd, newfd, newmask, newmask_str, newname, newname, newname, newname_str, newname_str, newname_str, newpath, newpath, newpath, newpath, nfds, nfds, nfds, nfds, nfds, nmask_uaddr, nmask_uaddr, nmask_uaddr, node_uaddr, nodes, notification_uaddr, nr, nr, nr_pages, nr_segments, nr_segs, nr_segs, nsems, nsops, nsops, nsops, nstype, nstype_str, num, oact_uaddr, oact_uaddr, oact_uaddr, oact_uaddr, off_in, off_in, off_out, off_out, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset, offset_high, offset_low, offset_uaddr, oflag, oflag_str, old_address, old_nodes, old_rlim_uaddr, old_root_str, old_size, olddfd, olddfd, olddfd_str, olddfd_str, olddirfd, olddirfd_str, oldfd, oldfd, oldfd, oldname, oldname, oldname, oldname_str, oldname_str, oldname_str, oldpath, oldpath, oldpath, oldpath, oldset_uaddr, oldset_uaddr, op, op, op, op, op_str, op_str, operation, option, option, option, options, options, options, options_str, options_str, options_str, optlen, optlen_uaddr, optname, optname, optname_str, optname_str, optval_uaddr, optval_uaddr, out_fd, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, ovalue_uaddr, owner, owner, owner, owner, owner, owner, owner, p_uaddr, p_uaddr, p_uaddr, pages, parent_tid_uaddr, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, path_uaddr, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname, pathname_str, pathname_uaddr, pathname_uaddr, payload_uaddr, persona, pgid, pgoff, pgoffset, pid1, pid2, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pid, pipe0, pipe1, pkey, pkey, plen, policy, policy, policy, policy_str, policy_str, policy_str, policy_uaddr, prio, prot, prot, prot, prot, prot_str, prot_str, prot_str, prot_str, protocol, protocol, protocol_str, protocol_str, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, pt_regs*, ptr_uaddr, readfds, readfds, readfds_uaddr, readfds_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, rem_uaddr, remote_iov_uaddr, remote_iov_uaddr, req_str, req_str, req_str, req_str, req_uaddr, req_uaddr, req_uaddr, req_uaddr, request, request, res_uaddr, resource, resource, resource, resource_str, resource_str, result_uaddr, result_uaddr, rgid, rgid, rgid, rgid, rgid_uaddr, ringid, riovcnt, riovcnt, rlim_str, rlim_uaddr, rlim_uaddr, ruid, ruid, ruid, ruid, ruid_uaddr, rusage_uaddr, rusage_uaddr, s, s, s, s, s, s, s, s, s, s, s, s, s, s, sched_attr_str, sched_attr_str, sched_attr_uaddr, sched_attr_uaddr, seconds, segments_uaddr, semflg, semflg_str, semid, semid, semid, semid, semid, semnum, semnum, serv_addr_uaddr, set, set_str, set_str, set_uaddr, set_uaddr, set_uaddr, set_uaddr, sgid, sgid, sgid_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmaddr_uaddr, shmflg, shmflg, shmflg, shmflg_str, shmflg_str, shmflg_str, shmid, shmid, shmid, shmid, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig, sig_name, sig_name, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, sig_str, siginfo_str, sigmask, sigmask, sigmask, sigmask, sigmask_uaddr, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, sigsetsize, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, size, sockfd, sockfd, sockfd, sockfd, sockfd, sops_uaddr, sops_uaddr, sops_uaddr, source, special, special_str, stack_start, start, start, start, start, start, start, start, status, status, status, status_uaddr, status_uaddr, suid, suid, suid_uaddr, sv_uaddr, swapflags, swapflags_str, sz, sz, t_uaddr, t_uaddr, target, target, tcache_uaddr, tgid, tgid, tid, tidptr_uaddr, timeout, timeout, timeout, timeout, timeout, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_str, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timeout_uaddr, timerid, timerid, timerid, timerid, timerid_uaddr, timestr, timeval, to_str, to_uaddr, tolen, tp_uaddr, tp_uaddr, tp_uaddr, tp_uaddr_str, tsp, tsp, tsp_str, tsp_str, tsp_str, tsp_str, tsp_uaddr, tsp_uaddr, turn_on, tv_str, tv_str, tv_uaddr, tv_uaddr, tv_uaddr, tvp_str, tvp_str, tvp_uaddr, tvp_uaddr, tvp_uaddr, tvp_uaddr_str, tvp_uaddr_str, tx_uaddr, tx_uaddr_str, type, type, type, type, type_str, type_str, type_str, type_str, type_uaddr, type_uaddr, tz_str, tz_str, tz_uaddr, tz_uaddr, tz_uaddr, u_attr_uaddr, u_info_str, u_info_str, u_info_uaddr, u_info_uaddr, u_mqstat_uaddr, u_name, u_name_uaddr, u_omqstat_uaddr, uaddr2_uaddr, uaddr2_uaddr, uaddr_af, uaddr_af, uaddr_ip, uaddr_ip, uaddr_ip_port, uaddr_ip_port, uaddr_ipv6_flowinfo, uaddr_ipv6_flowinfo, uaddr_ipv6_scope_id, uaddr_ipv6_scope_id, uargs, uargs, uargs_uaddr, ubuf_uaddr, ubuf_uaddr, ufds_uaddr, uid, uinfo_str, uinfo_str, uinfo_uaddr, uinfo_uaddr, uinfo_uaddr, umod_uaddr, uname, unshare_flags, unshare_flags_str, uoss_uaddr, usage_uaddr, uss_str, uss_uaddr, uthese_str, uthese_uaddr, utime_uaddr, utime_uaddr, uts_str, uts_uaddr, val3, val3, val, val, value_str, value_str, value_str, value_str, value_str, value_str, value_str, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, value_uaddr, vec_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vector_uaddr, vlen, vlen, vlen, wd, whence, whence, whence_str, whence_str, which, which, which, which, which, which, which, which, which, which_str, which_str, which_str, which_str, which_str, which_str, who, who, who, who, who, who_str, writefds, writefds, writefds_uaddr, writefds_uaddr diff --git a/doc/SystemTap_Tapset_Reference/tapsets.pdf b/doc/SystemTap_Tapset_Reference/tapsets.pdf index a33736f9d..5e33dc958 100644 Binary files a/doc/SystemTap_Tapset_Reference/tapsets.pdf and b/doc/SystemTap_Tapset_Reference/tapsets.pdf differ diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index f7d6a81eb..8c965b942 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -463,6 +463,15 @@ !Itapset/switchfile.stp + + Floating point processing Tapset + + Utility functions to extract, convert, and perform arithmetic + on IEEE-754 doubles. + +!Itapset/floatingpoint.stp + + Syscall Any Tapset diff --git a/doc/Tapset_Reference_Guide/en-US/Tapset_Reference_Guide.xml b/doc/Tapset_Reference_Guide/en-US/Tapset_Reference_Guide.xml index 02466ff65..3d61ac081 100644 --- a/doc/Tapset_Reference_Guide/en-US/Tapset_Reference_Guide.xml +++ b/doc/Tapset_Reference_Guide/en-US/Tapset_Reference_Guide.xml @@ -155,7 +155,7 @@ None This function returns the address and name of the calling function. This is equivalent to calling: -sprintf("s 0xx", symname(caller_addr), caller_addr) +sprintf(s 0xx, symname(caller_addr), caller_addr) @@ -7578,10 +7578,10 @@ Fires when a brk is requested (i.e. the heap will be resized) Values -name +length -name of the probe point +the length of the memory segment @@ -7594,10 +7594,10 @@ the requested address -length +name -the length of the memory segment +name of the probe point @@ -7642,26 +7642,26 @@ name of the probe point -ptr +caller_function -pointer to the kmemory allocated which is returned by kmalloc +name of the caller function. -caller_function +call_site -name of the caller function. +address of the function calling this kmemory function -call_site +ptr -address of the function calling this kmemory function +pointer to the kmemory allocated which is returned by kmalloc @@ -7692,66 +7692,66 @@ Fires when kmalloc is requested Values -name +caller_function -name of the probe point +name of the caller function -ptr +gfp_flags -pointer to the kmemory allocated +type of kmemory to allocate -bytes_alloc +name -allocated Bytes +name of the probe point -bytes_req +gfp_flag_name -requested Bytes +type of kmemory to allocate (in String format) -caller_function +bytes_req -name of the caller function +requested Bytes -gfp_flag_name +call_site -type of kmemory to allocate (in String format) +address of the kmemory function -call_site +ptr -address of the kmemory function +pointer to the kmemory allocated -gfp_flags +bytes_alloc -type of kmemory to allocate +allocated Bytes @@ -7782,66 +7782,66 @@ Fires when kmalloc_node is requested Values -name +gfp_flags -name of the probe point +type of kmemory to allocate -ptr +name -pointer to the kmemory allocated +name of the probe point -bytes_alloc +caller_function -allocated Bytes +name of the caller function -gfp_flag_name +call_site -type of kmemory to allocate(in string format) +address of the function caling this kmemory function -caller_function +gfp_flag_name -name of the caller function +type of kmemory to allocate(in string format) -gfp_flags +bytes_req -type of kmemory to allocate +requested Bytes -call_site +ptr -address of the function caling this kmemory function +pointer to the kmemory allocated -bytes_req +bytes_alloc -requested Bytes +allocated Bytes @@ -7872,42 +7872,42 @@ Fires when kmem_cache_alloc is requested Values -gfp_flag_name +call_site -type of kmemory to allocate(in string format) +address of the function calling this kmemory function. -caller_function +gfp_flag_name -name of the caller function. +type of kmemory to allocate(in string format) -gfp_flags +bytes_req -type of kmemory to allocate +requested Bytes -call_site +caller_function -address of the function calling this kmemory function. +name of the caller function. -bytes_req +gfp_flags -requested Bytes +type of kmemory to allocate @@ -7920,18 +7920,18 @@ name of the probe point -ptr +bytes_alloc -pointer to the kmemory allocated +allocated Bytes -bytes_alloc +ptr -allocated Bytes +pointer to the kmemory allocated @@ -7962,18 +7962,18 @@ Fires when kmem_cache_alloc_node is requested Values -bytes_req +gfp_flag_name -requested Bytes +type of kmemory to allocate(in string format) -gfp_flags +bytes_req -type of kmemory to allocate +requested Bytes @@ -7986,42 +7986,42 @@ address of the function calling this kmemory function -gfp_flag_name +caller_function -type of kmemory to allocate(in string format) +name of the caller function -caller_function +gfp_flags -name of the caller function +type of kmemory to allocate -bytes_alloc +name -allocated Bytes +name of the probe point -ptr +bytes_alloc -pointer to the kmemory allocated +allocated Bytes -name +ptr -name of the probe point +pointer to the kmemory allocated @@ -8052,34 +8052,34 @@ Fires when kmem_cache_free is requested Values -caller_function +ptr -Name of the caller function. +Pointer to the kmemory allocated which is returned by kmem_cache -call_site +caller_function -Address of the function calling this kmemory function +Name of the caller function. -ptr +name -Pointer to the kmemory allocated which is returned by kmem_cache +Name of the probe point -name +call_site -Name of the probe point +Address of the function calling this kmemory function @@ -8110,26 +8110,26 @@ Fires when an mmap is requested Values -address +length -the requested address +the length of the memory segment -name +address -name of the probe point +the requested address -length +name -the length of the memory segment +name of the probe point @@ -8166,26 +8166,26 @@ Fires when an munmap is requested Values -length +name -the length of the memory segment +name of the probe point -name +address -name of the probe point +the requested address -address +length -the requested address +the length of the memory segment @@ -8222,18 +8222,18 @@ Fires when a thread is selected for termination by the OOM killer Values -task +name -the task being killed +name of the probe point -name +task -name of the probe point +the task being killed @@ -8271,27 +8271,27 @@ Records that a page fault occurred Values -name +address -name of the probe point +the address of the faulting memory access; i.e. the address that caused the page fault -write_access +name -indicates whether this was a write or read access; 1 indicates a write, -while 0 indicates a read +name of the probe point -address +write_access -the address of the faulting memory access; i.e. the address that caused the page fault +indicates whether this was a write or read access; 1 indicates a write, +while 0 indicates a read @@ -8328,14 +8328,6 @@ Indicates what type of fault occurred Values -name - - -name of the probe point - - - - fault_type @@ -8347,6 +8339,14 @@ nor major fault. + +name + + +name of the probe point + + + @@ -8374,18 +8374,18 @@ Attempts at writing to a shared page Values -address +name -the address of the shared write +name of the probe point -name +address -name of the probe point +the address of the shared write @@ -8430,27 +8430,27 @@ Page copy for shared page write Values -address +name -The address of the shared write +Name of the probe point -zero +address -boolean indicating whether it is a zero page -(can do a clear instead of a copy) +The address of the shared write -name +zero -Name of the probe point +boolean indicating whether it is a zero page +(can do a clear instead of a copy) @@ -9002,18 +9002,18 @@ the process leaving the cpu (same as current) -name +idle -name of the probe point +boolean indicating whether current is the idle process -idle +name -boolean indicating whether current is the idle process +name of the probe point @@ -9114,6 +9114,46 @@ A context switch is occuring. Values +prevtsk_state + + +the state of the process to be switched out + + + + +prev_tid + + +The TID of the process to be switched out + + + + +next_priority + + +The priority of the process to be switched in + + + + +next_task_name + + +The name of the process to be switched in + + + + +prev_priority + + +The priority of the process to be switched out + + + + prev_task_name @@ -9138,38 +9178,6 @@ the state of the process to be switched in -name - - -name of the probe point - - - - -prev_pid - - -The PID of the process to be switched out - - - - -prev_priority - - -The priority of the process to be switched out - - - - -next_priority - - -The priority of the process to be switched in - - - - next_pid @@ -9178,26 +9186,18 @@ The PID of the process to be switched in -prev_tid - - -The TID of the process to be switched out - - - - -prevtsk_state +prev_pid -the state of the process to be switched out +The PID of the process to be switched out -next_task_name +name -The name of the process to be switched in +name of the probe point @@ -9270,18 +9270,18 @@ A kthread is stopped and gets the return value Values -return_value +name -return value after stopping the thread +name of the probe point -name +return_value -name of the probe point +return value after stopping the thread @@ -9312,26 +9312,26 @@ Task migrating across cpus Values -pid +priority -PID of the task being migrated +priority of the task being migrated -cpu_to +cpu_from -the destination cpu +the original cpu -name +pid -name of the probe point +PID of the task being migrated @@ -9344,18 +9344,18 @@ the process that is being migrated -priority +cpu_to -priority of the task being migrated +the destination cpu -cpu_from +name -the original cpu +name of the probe point @@ -9386,18 +9386,18 @@ Process exiting Values -pid +priority -PID of the process exiting +priority of the process exiting -priority +pid -priority of the process exiting +PID of the process exiting @@ -9436,10 +9436,10 @@ Process forked Values -parent_pid +child_pid -PID of the parent process +PID of the child process @@ -9452,10 +9452,10 @@ name of the probe point -child_pid +parent_pid -PID of the child process +PID of the parent process @@ -9578,10 +9578,10 @@ Sending a signal Values -pid +name -pid of the process sending signal +name of the probe point @@ -9594,10 +9594,10 @@ signal number -name +pid -name of the probe point +pid of the process sending signal @@ -9676,18 +9676,18 @@ Waiting on a task to unschedule (become inactive) Values -name +task_priority -name of the probe point +priority of the task -task_priority +name -priority of the task +name of the probe point @@ -9726,50 +9726,50 @@ Task is woken up Values -task_priority +task_pid -priority of the task being woken up +PID of the task being woken up -task_state +task_cpu -state of the task being woken up +cpu of the task being woken up -task_pid +task_priority -PID of the task being woken up +priority of the task being woken up -task_cpu +task_state -cpu of the task being woken up +state of the task being woken up -task_tid +name -tid of the task being woken up +name of the probe point -name +task_tid -name of the probe point +tid of the task being woken up @@ -9800,50 +9800,50 @@ Newly created task is woken up for the first time Values -name +task_pid -name of the probe point +PID of the new task woken up -task_tid +task_cpu -TID of the new task woken up +cpu of the task woken up -task_cpu +task_state -cpu of the task woken up +state of the task woken up -task_priority +task_tid -priority of the new task +TID of the new task woken up -task_state +name -state of the task woken up +name of the probe point -task_pid +task_priority -PID of the new task woken up +priority of the new task @@ -9879,74 +9879,66 @@ Fires whenever a block I/O transfer is complete. Values -error +rw -0 on success +binary trace for read/write request -devname +ino -block device name +i-node number of the mapped file -flags +size -see below -BIO_UPTODATE 0 ok after I/O completion -BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block -BIO_EOF 2 out-out-bounds error -BIO_SEG_VALID 3 nr_hw_seg valid -BIO_CLONED 4 doesn't own data -BIO_BOUNCED 5 bio is a bounce bio -BIO_USER_MAPPED 6 contains user pages -BIO_EOPNOTSUPP 7 not supported +total size in bytes -phys_segments +hw_segments -number of segments in this bio after physical address coalescing is performed. +number of segments after physical and DMA remapping hardware coalescing is performed -hw_segments +sector -number of segments after physical and DMA remapping hardware coalescing is performed +beginning sector for the entire bio -ino +idx -i-node number of the mapped file +offset into the bio vector array -size +name -total size in bytes +name of the probe point -opf +phys_segments -operations and flags +number of segments in this bio after physical address coalescing is performed. @@ -9959,42 +9951,50 @@ bio vector count which represents number of array element (page, offset, length) -idx +error -offset into the bio vector array +0 on success -name +opf -name of the probe point +operations and flags -sector +bytes_done -beginning sector for the entire bio +number of bytes transferred -rw +flags -binary trace for read/write request +see below +BIO_UPTODATE 0 ok after I/O completion +BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block +BIO_EOF 2 out-out-bounds error +BIO_SEG_VALID 3 nr_hw_seg valid +BIO_CLONED 4 doesn't own data +BIO_BOUNCED 5 bio is a bounce bio +BIO_USER_MAPPED 6 contains user pages +BIO_EOPNOTSUPP 7 not supported -bytes_done +devname -number of bytes transferred +block device name @@ -10031,34 +10031,26 @@ Fires whenever making a generic block I/O request. Values -bdev +name -target block device +name of the probe point -flags +sector -see below -BIO_UPTODATE 0 ok after I/O completion -BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block -BIO_EOF 2 out-out-bounds error -BIO_SEG_VALID 3 nr_hw_seg valid -BIO_CLONED 4 doesn't own data -BIO_BOUNCED 5 bio is a bounce bio -BIO_USER_MAPPED 6 contains user pages -BIO_EOPNOTSUPP 7 not supported +beginning sector for the entire bio -ino +idx -i-node number of the mapped file +offset into the bio vector array @@ -10071,58 +10063,66 @@ number of segments after physical and DMA remapping hardware coalescing is perfo -phys_segments +ino -number of segments in this bio after physical address coalescing is performed +i-node number of the mapped file -devname +size -block device name +total size in bytes -p_start_sect +rw -points to the start sector of the partition structure of the device +binary trace for read/write request -rw +bdev_contains -binary trace for read/write request +points to the device object which contains the partition (when bio structure represents a partition) -sector +p_start_sect -beginning sector for the entire bio +points to the start sector of the partition structure of the device -size +devname -total size in bytes +block device name -vcnt +flags -bio vector count which represents number of array element (page, offset, length) which make up this I/O request +see below +BIO_UPTODATE 0 ok after I/O completion +BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block +BIO_EOF 2 out-out-bounds error +BIO_SEG_VALID 3 nr_hw_seg valid +BIO_CLONED 4 doesn't own data +BIO_BOUNCED 5 bio is a bounce bio +BIO_USER_MAPPED 6 contains user pages +BIO_EOPNOTSUPP 7 not supported @@ -10135,26 +10135,26 @@ operations and flags -bdev_contains +phys_segments -points to the device object which contains the partition (when bio structure represents a partition) +number of segments in this bio after physical address coalescing is performed -idx +bdev -offset into the bio vector array +target block device -name +vcnt -name of the probe point +bio vector count which represents number of array element (page, offset, length) which make up this I/O request @@ -10191,131 +10191,131 @@ Fires whenever a buffer bounce is needed for at least one page of a block IO req Values -bdev +bdev_contains -target block device +points to the device object which contains the partition (when bio structure represents a partition) -bytes_done +size -number of bytes transferred +total size in bytes -flags +ino -see below -BIO_UPTODATE 0 ok after I/O completion -BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block -BIO_EOF 2 out-out-bounds error -BIO_SEG_VALID 3 nr_hw_seg valid -BIO_CLONED 4 doesn't own data -BIO_BOUNCED 5 bio is a bounce bio -BIO_USER_MAPPED 6 contains user pages -BIO_EOPNOTSUPP 7 not supported +i-node number of the mapped file -ino +rw -i-node number of the mapped file +binary trace for read/write request -p_start_sect +sector -points to the start sector of the partition structure of the device +beginning sector for the entire bio -devname +idx -device for which a buffer bounce was needed. +offset into the bio vector array +phys_segments - number of segments in this bio after physical address coalescing is performed. -q +name -request queue on which this bio was queued. +name of the probe point -sector +bdev -beginning sector for the entire bio +target block device -rw +vcnt -binary trace for read/write request +bio vector count which represents number of array element (page, offset, length) which makes up this I/O request -size +q -total size in bytes +request queue on which this bio was queued. -opf +bytes_done -operations and flags +number of bytes transferred -vcnt +flags -bio vector count which represents number of array element (page, offset, length) which makes up this I/O request +see below +BIO_UPTODATE 0 ok after I/O completion +BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block +BIO_EOF 2 out-out-bounds error +BIO_SEG_VALID 3 nr_hw_seg valid +BIO_CLONED 4 doesn't own data +BIO_BOUNCED 5 bio is a bounce bio +BIO_USER_MAPPED 6 contains user pages +BIO_EOPNOTSUPP 7 not supported -bdev_contains +p_start_sect -points to the device object which contains the partition (when bio structure represents a partition) +points to the start sector of the partition structure of the device -idx +devname -offset into the bio vector array -phys_segments - number of segments in this bio after physical address coalescing is performed. +device for which a buffer bounce was needed. -name +opf -name of the probe point +operations and flags @@ -10352,10 +10352,11 @@ Fires whenever a block I/O transfer is complete. Values -rw +idx -binary trace for read/write request +offset into the bio vector array +phys_segments - number of segments in this bio after physical address coalescing is performed. @@ -10368,27 +10369,26 @@ beginning sector for the entire bio -q +name -request queue on which this bio was queued. +name of the probe point -idx +rw -offset into the bio vector array -phys_segments - number of segments in this bio after physical address coalescing is performed. +binary trace for read/write request -bdev_contains +ino -points to the device object which contains the partition (when bio structure represents a partition) +i-node number of the mapped file @@ -10401,26 +10401,26 @@ total size in bytes -opf +bdev_contains -operations and flags +points to the device object which contains the partition (when bio structure represents a partition) -vcnt +opf -bio vector count which represents number of array element (page, offset, length) which makes up this I/O request +operations and flags -name +bytes_done -name of the probe point +number of bytes transferred @@ -10441,10 +10441,10 @@ BIO_EOPNOTSUPP 7 not supported -ino +devname -i-node number of the mapped file +block device name @@ -10457,18 +10457,18 @@ points to the start sector of the partition structure of the device -devname +q -block device name +request queue on which this bio was queued. -bytes_done +vcnt -number of bytes transferred +bio vector count which represents number of array element (page, offset, length) which makes up this I/O request @@ -10513,26 +10513,18 @@ Fires just as a generic block I/O request is created for a bio. Values -flags +bdev -see below -BIO_UPTODATE 0 ok after I/O completion -BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block -BIO_EOF 2 out-out-bounds error -BIO_SEG_VALID 3 nr_hw_seg valid -BIO_CLONED 4 doesn't own data -BIO_BOUNCED 5 bio is a bounce bio -BIO_USER_MAPPED 6 contains user pages -BIO_EOPNOTSUPP 7 not supported +target block device -ino +vcnt -i-node number of the mapped file +bio vector count which represents number of array element (page, offset, length) which make up this I/O request @@ -10553,67 +10545,74 @@ block device name -rw +flags -binary trace for read/write request +see below +BIO_UPTODATE 0 ok after I/O completion +BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block +BIO_EOF 2 out-out-bounds error +BIO_SEG_VALID 3 nr_hw_seg valid +BIO_CLONED 4 doesn't own data +BIO_BOUNCED 5 bio is a bounce bio +BIO_USER_MAPPED 6 contains user pages +BIO_EOPNOTSUPP 7 not supported -sector +bytes_done -beginning sector for the entire bio +number of bytes transferred -q +opf -request queue on which this bio was queued. +operations and flags -bdev_contains +q -points to the device object which contains the partition (when bio structure represents a partition) +request queue on which this bio was queued. -idx +ino -offset into the bio vector array -phys_segments - number of segments in this bio after physical address coalescing is performed. +i-node number of the mapped file -vcnt +size -bio vector count which represents number of array element (page, offset, length) which make up this I/O request +total size in bytes -size +rw -total size in bytes +binary trace for read/write request -opf +bdev_contains -operations and flags +points to the device object which contains the partition (when bio structure represents a partition) @@ -10626,18 +10625,19 @@ name of the probe point -bdev +idx -target block device +offset into the bio vector array +phys_segments - number of segments in this bio after physical address coalescing is performed. -bytes_done +sector -number of bytes transferred +beginning sector for the entire bio @@ -10674,14 +10674,6 @@ probe to indicate request is added to the request queue. Values -disk_major - - -Disk major no of request. - - - - disk_minor @@ -10690,10 +10682,10 @@ Disk minor number of request. -rq +disk_major -Address of request. +Disk major no of request. @@ -10721,6 +10713,14 @@ Request flags. + +rq + + +Address of request. + + + @@ -10748,18 +10748,18 @@ kprobe based probe to indicate that a request was added to the request queue Values -disk_minor +disk_major -Disk minor number of the request +Disk major number of the request -disk_major +disk_minor -Disk major number of the request +Disk minor number of the request @@ -10772,34 +10772,34 @@ Name of the probe point -q +rq_flags -pointer to request queue +Request flags -elevator_name +rq -The type of I/O elevator currently enabled +Address of the request -rq +elevator_name -Address of the request +The type of I/O elevator currently enabled -rq_flags +q -Request flags +pointer to request queue @@ -10830,26 +10830,26 @@ tracepoint based probe to indicate a request is added to the request queue. Values -rq_flags +elevator_name -Request flags. +The type of I/O elevator currently enabled. -elevator_name +q -The type of I/O elevator currently enabled. +Pointer to request queue. -q +rq_flags -Pointer to request queue. +Request flags. @@ -10870,18 +10870,18 @@ Disk minor number of request. -disk_major +name -Disk major no of request. +Name of the probe point -name +disk_major -Name of the probe point +Disk major no of request. @@ -10912,18 +10912,18 @@ Fires when a request is completed Values -rq_flags +elevator_name -Request flags +The type of I/O elevator currently enabled -elevator_name +rq_flags -The type of I/O elevator currently enabled +Request flags @@ -11028,42 +11028,42 @@ Fires when a request retrieval issues a return signal Values -rq_flags +name -Request flags +Name of the probe point -rq +disk_minor -Address of the request +Disk minor number of the request -disk_minor +rq_flags -Disk minor number of the request +Request flags -disk_major +rq -Disk major number of the request +Address of the request -name +disk_major -Name of the probe point +Disk major number of the request @@ -11094,50 +11094,50 @@ Fires when a request is aborted. Values -rq +disk_major -Address of request. +Disk major no of request. -elevator_name +disk_minor -The type of I/O elevator currently enabled. +Disk minor number of request. -disk_major +name -Disk major no of request. +Name of the probe point -disk_minor +rq_flags -Disk minor number of request. +Request flags. -name +rq -Name of the probe point +Address of request. -rq_flags +elevator_name -Request flags. +The type of I/O elevator currently enabled. @@ -11184,10 +11184,10 @@ Address of request. -disk_minor +rq_flags -Disk minor number of request. +Request flags. @@ -11200,18 +11200,18 @@ Name of the probe point -disk_major +disk_minor -Disk major no of request. +Disk minor number of request. -rq_flags +disk_major -Request flags. +Disk major no of request. @@ -11248,50 +11248,50 @@ Fires when a request is Values -elevator_name +rq -The type of I/O elevator currently enabled. +Address of request. -rq +rq_flags -Address of request. +Request flags. -disk_minor +elevator_name -Disk minor number of request. +The type of I/O elevator currently enabled. -name +disk_major -Name of the probe point +Disk major no of request. -disk_major +name -Disk major no of request. +Name of the probe point -rq_flags +disk_minor -Request flags. +Disk minor number of request. @@ -11328,50 +11328,50 @@ Fires when a request is Values -rq_flags +elevator_name -Request flags. +The type of I/O elevator currently enabled. -disk_minor +rq -Disk minor number of request. +Address of request. -name +rq_flags -Name of the probe point +Request flags. -disk_major +disk_minor -Disk major no of request. +Disk minor number of request. -elevator_name +name -The type of I/O elevator currently enabled. +Name of the probe point -rq +disk_major -Address of request. +Disk major no of request. @@ -11456,18 +11456,18 @@ Fires when a request queue is unplugged; Values -name +rq_queue -Name of the probe point +request queue -rq_queue +name -request queue +Name of the probe point @@ -11505,18 +11505,18 @@ Fires when unplug timer associated Values -rq_queue +name -request queue +Name of the probe point -name +rq_queue -Name of the probe point +request queue @@ -11558,83 +11558,83 @@ SCSI mid-layer running the completion processing for block device I/O requests Values -channel +data_direction -The channel number +The data_direction specifies whether this command is from/to +the device -device_state_str +channel -The current state of the device, as a string +The channel number -data_direction +lun -The data_direction specifies whether this command is from/to -the device +The lun number -goodbytes +device_state_str -The bytes completed +The current state of the device, as a string -device_state +req_addr -The current state of the device +The current struct request pointer, as a number -dev_id +host_no -The scsi device id +The host number -req_addr +goodbytes -The current struct request pointer, as a number +The bytes completed -host_no +device_state -The host number +The current state of the device -data_direction_str +dev_id -Data direction, as a string +The scsi device id -lun +data_direction_str -The lun number +Data direction, as a string @@ -11665,10 +11665,10 @@ SCSI mid-layer dispatched low-level SCSI command Values -request_bufflen +data_direction_str -The request buffer length +Data direction, as a string @@ -11681,76 +11681,76 @@ The current state of the device -channel +request_buffer -The channel number +The request buffer address -device_state_str +dev_id -The current state of the device, as a string +The scsi device id -data_direction +host_no -The data_direction specifies whether this command is from/to the device -0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), -2 (DMA_FROM_DEVICE), 3 (DMA_NONE) +The host number -data_direction_str +req_addr -Data direction, as a string +The current struct request pointer, as a number -lun +device_state_str -The lun number +The current state of the device, as a string -request_buffer +channel -The request buffer address +The channel number -dev_id +lun -The scsi device id +The lun number -req_addr +request_bufflen -The current struct request pointer, as a number +The request buffer length -host_no +data_direction -The host number +The data_direction specifies whether this command is from/to the device +0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), +2 (DMA_FROM_DEVICE), 3 (DMA_NONE) @@ -11781,43 +11781,43 @@ SCSI command completed by low level driver and enqueued into the done queue. Values -data_direction +scsi_timer_pending -The data_direction specifies whether this command is -from/to the device. +1 if a timer is pending on this request -scsi_timer_pending +data_direction -1 if a timer is pending on this request +The data_direction specifies whether this command is +from/to the device. -channel +device_state_str -The channel number +The current state of the device, as a string -device_state_str +lun -The current state of the device, as a string +The lun number -device_state +channel -The current state of the device +The channel number @@ -11830,34 +11830,34 @@ The host number -dev_id +req_addr -The scsi device id +The current struct request pointer, as a number -req_addr +data_direction_str -The current struct request pointer, as a number +Data direction, as a string -lun +device_state -The lun number +The current state of the device -data_direction_str +dev_id -Data direction, as a string +The scsi device id @@ -11896,10 +11896,10 @@ The current state of the device, as a string -req_addr +disk_minor -The current struct request pointer, as a number +The minor number of the disk (-1 if no information) @@ -11912,18 +11912,18 @@ The major number of the disk (-1 if no information) -disk_minor +device_state -The minor number of the disk (-1 if no information) +The current state of the device -device_state +req_addr -The current state of the device +The current struct request pointer, as a number @@ -11962,91 +11962,91 @@ The data buffer address -dev_id +host_no -The scsi device id +The host number -retries +device_state_str -Number of times to retry request +The current state of the device, as a string -device_state +timeout -The current state of the device +Request timeout in seconds -request_bufflen +lun -The data buffer buffer length +The lun number -host_no +channel -The host number +The channel number -lun +request_bufflen -The lun number +The data buffer buffer length -data_direction_str +retries -Data direction, as a string +Number of times to retry request -timeout +data_direction_str -Request timeout in seconds +Data direction, as a string -data_direction +device_state -The data_direction specifies whether this command is -from/to the device. +The current state of the device -channel +dev_id -The channel number +The scsi device id -device_state_str +data_direction -The current state of the device, as a string +The data_direction specifies whether this command is +from/to the device. @@ -12077,66 +12077,66 @@ Order SCSI device state change Values -state +state_str -The new state of the device +The new state of the device, as a string -dev_id +state -The scsi device id +The new state of the device -old_state_str +lun -The current state of the device, as a string +The lun number -old_state +channel -The current state of the device +The channel number -channel +old_state_str -The channel number +The current state of the device, as a string -lun +host_no -The lun number +The host number -host_no +old_state -The host number +The current state of the device -state_str +dev_id -The new state of the device, as a string +The scsi device id @@ -12222,26 +12222,26 @@ called when a ioctl is request to the tty Values -arg +cmd -the ioctl argument +the ioctl command -cmd +name -the ioctl command +the file name -name +arg -the file name +the ioctl argument @@ -12280,26 +12280,26 @@ the file mode -inode_number +file_name -the inode number +the file name -inode_flags +inode_number -the inode flags +the inode number -file_name +inode_state -the file name +the inode state @@ -12312,10 +12312,10 @@ the file flags -inode_state +inode_flags -the inode state +the inode flags @@ -12346,18 +12346,18 @@ Called when a tty device is being polled Values -file_name +wait_key -the tty file name +the wait queue key -wait_key +file_name -the wait queue key +the tty file name @@ -12388,18 +12388,18 @@ called when a tty line will be read Values -nr +buffer -The amount of characters to be read +the buffer that will receive the characters -driver_name +nr -the driver name +The amount of characters to be read @@ -12412,10 +12412,10 @@ the file name lreated to the tty -buffer +driver_name -the buffer that will receive the characters +the driver name @@ -12446,58 +12446,58 @@ called when a tty receives a message Values -count +cp -The amount of characters received +the buffer that was received -fp +index -The flag buffer +The tty Index -driver_name +name -the driver name +the name of the module file -cp +fp -the buffer that was received +The flag buffer -id +driver_name -the tty id +the driver name -name +count -the name of the module file +The amount of characters received -index +id -The tty Index +the tty id @@ -12528,34 +12528,34 @@ Called when a tty device is registred Values -driver_name +module -the driver name +the module name -index +name -the tty index requested +the driver .dev_name name -name +index -the driver .dev_name name +the tty index requested -module +driver_name -the module name +the driver name @@ -12586,42 +12586,42 @@ Called when the tty is closed Values -file_mode +file_name -the file mode +the file name -inode_number +file_mode -the inode number +the file mode -file_flags +inode_state -the file flags +the inode state -inode_state +inode_number -the inode state +the inode number -file_name +file_flags -the file name +the file flags @@ -12660,58 +12660,58 @@ Called when a terminal resize happens Values -new_row +new_ypixel -the new row value +the new ypixel value -new_col +old_ypixel -the new col value +the old ypixel -new_ypixel +old_col -the new ypixel value +the old col value -old_xpixel +new_xpixel -the old xpixel +the new xpixel value -name +new_col -the tty name +the new col value -old_ypixel +old_xpixel -the old ypixel +the old xpixel -old_col +name -the old col value +the tty name @@ -12724,10 +12724,10 @@ the old row value -new_xpixel +new_row -the new xpixel value +the new row value @@ -12766,18 +12766,18 @@ the tty index requested -module +name -the module name +the driver .dev_name name -name +module -the driver .dev_name name +the module name @@ -12824,26 +12824,26 @@ the buffer that will be written -nr +file_name -The amount of characters +the file name lreated to the tty -driver_name +nr -the driver name +The amount of characters -file_name +driver_name -the file name lreated to the tty +the driver name @@ -12880,66 +12880,66 @@ Execution of interrupt handler starting Values -flags_str +flags -symbolic string representation of IRQ flags +Flags for IRQ handler -action +dev_id -struct irqaction* for this interrupt num +Cookie to identify device -thread_fn +irq -interrupt handler function for threaded interrupts +irq number -thread_flags +dev_name -Flags related to thread +name of device -dev_name +thread -name of device +thread pointer for threaded interrupts -thread +dir -thread pointer for threaded interrupts +pointer to the proc/irq/NN/name entry -dev_id +action -Cookie to identify device +struct irqaction* for this interrupt num -flags +thread_flags -Flags for IRQ handler +Flags related to thread @@ -12952,26 +12952,26 @@ interrupt handler function -dir +thread_fn -pointer to the proc/irq/NN/name entry +interrupt handler function for threaded interrupts -irq +next_irqaction -irq number +pointer to next irqaction for shared interrupts -next_irqaction +flags_str -pointer to next irqaction for shared interrupts +symbolic string representation of IRQ flags @@ -13002,50 +13002,50 @@ Execution of interrupt handler completed Values -ret +dev_name -return value of the handler +name of device -thread_fn +irq -interrupt handler function for threaded interrupts +interrupt number -thread +flags -thread pointer for threaded interrupts +flags for IRQ handler -dev_name +dev_id -name of device +Cookie to identify device -thread_flags +handler -Flags related to thread +interrupt handler function that was executed -flags_str +thread_flags -symbolic string representation of IRQ flags +Flags related to thread @@ -13058,50 +13058,50 @@ struct irqaction* -irq +thread -interrupt number +thread pointer for threaded interrupts -next_irqaction +dir -pointer to next irqaction for shared interrupts +pointer to the proc/irq/NN/name entry -dev_id +flags_str -Cookie to identify device +symbolic string representation of IRQ flags -handler +next_irqaction -interrupt handler function that was executed +pointer to next irqaction for shared interrupts -dir +thread_fn -pointer to the proc/irq/NN/name entry +interrupt handler function for threaded interrupts -flags +ret -flags for IRQ handler +return value of the handler @@ -13140,26 +13140,26 @@ softirq_action vector -h +action -struct softirq_action* for current pending softirq +pointer to softirq handler just about to execute -action +vec_nr -pointer to softirq handler just about to execute +softirq vector number -vec_nr +h -softirq vector number +struct softirq_action* for current pending softirq @@ -13190,34 +13190,34 @@ Execution of handler for a pending softirq completed Values -vec_nr +h -softirq vector number +struct softirq_action* for just executed softirq -h +vec_nr -struct softirq_action* for just executed softirq +softirq vector number -vec +action -softirq_action vector +pointer to softirq handler that just finished execution -action +vec -pointer to softirq handler that just finished execution +softirq_action vector @@ -13332,18 +13332,18 @@ pointer to handler function -work +wq_thread -work_struct* being executed +task_struct of the workqueue thread -wq_thread +work -task_struct of the workqueue thread +work_struct* being executed @@ -13374,26 +13374,26 @@ Queuing work on a workqueue Values -work +work_func -work_struct* being queued +pointer to handler function -work_func +wq_thread -pointer to handler function +task_struct of the workqueue thread -wq_thread +work -task_struct of the workqueue thread +work_struct* being queued @@ -13717,18 +13717,18 @@ Called when the netdev_name has the MAC changed Values -mac_len +dev_name -The MAC length +The device that will have the MAC changed -dev_name +new_mac -The device that will have the MAC changed +The new MAC address @@ -13741,10 +13741,10 @@ The current MAC address -new_mac +mac_len -The new MAC address +The MAC length @@ -13825,18 +13825,18 @@ Called when the device RX flag will be changed Values -flags +dev_name -The new flags +The device that will be changed -dev_name +flags -The device that will be changed +The new flags @@ -13935,34 +13935,34 @@ Called when the devices is going to TX (hard) Values -truesize +protocol -The size of the data to be transmitted. +The protocol used in the transmission -length +truesize -The length of the transmit buffer. +The size of the data to be transmitted. -dev_name +length -The device scheduled to transmit +The length of the transmit buffer. -protocol +dev_name -The protocol used in the transmission +The device scheduled to transmit @@ -14069,18 +14069,18 @@ Data received from network device. Values -length +dev_name -The length of the receiving buffer. +The name of the device. e.g: eth0, ath1. -dev_name +length -The name of the device. e.g: eth0, ath1. +The length of the receiving buffer. @@ -14153,18 +14153,18 @@ Called when the device is going to receive a packet Values -protocol +dev_name -The packet protocol +The device received the packet -dev_name +protocol -The device received the packet +The packet protocol @@ -14195,34 +14195,34 @@ Called when the device enters/leaves promiscuity Values -enable +inc -If the device is entering promiscuity mode +Count the number of promiscuity openers -inc +enable -Count the number of promiscuity openers +If the device is entering promiscuity mode -dev_name +disable -The device that is entering/leaving promiscuity mode +If the device is leaving promiscuity mode -disable +dev_name -If the device is leaving promiscuity mode +The device that is entering/leaving promiscuity mode @@ -14253,34 +14253,34 @@ Network device transmitting buffer Values -dev_name +truesize -The name of the device. e.g: eth0, ath1. +The size of the data to be transmitted. -length +protocol -The length of the transmit buffer. +The protocol of this packet(defined in include/linux/if_ether.h). -truesize +length -The size of the data to be transmitted. +The length of the transmit buffer. -protocol +dev_name -The protocol of this packet(defined in include/linux/if_ether.h). +The name of the device. e.g: eth0, ath1. @@ -14345,42 +14345,42 @@ The device that is going to be unregistered Values -ar_op +ar_pro -ARP opcode (command) +Format of protocol address -indev_name +ar_hrd -Name of network device packet was received on (if known) +Format of hardware address -pf +outdev -Protocol family -- always arp +Address of net_device representing output device, 0 if unknown -data_hex +pf -A hexadecimal string representing the packet buffer contents +Protocol family -- always arp -ar_hrd +arphdr -Format of hardware address +Address of ARP header @@ -14393,154 +14393,154 @@ Address of ARP packet data region (after the header) -indev +nf_stolen -Address of net_device representing input device, 0 if unknown +Constant used to signify a 'stolen' verdict -data_str +nf_stop -A string representing the packet buffer contents +Constant used to signify a 'stop' verdict -nf_drop +indev -Constant used to signify a 'drop' verdict +Address of net_device representing input device, 0 if unknown -ar_pro +data_str -Format of protocol address +A string representing the packet buffer contents -outdev_name +ar_tha -Name of network device packet will be routed to (if known) +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address -arphdr +indev_name -Address of ARP header +Name of network device packet was received on (if known) -nf_repeat +ar_sip -Constant used to signify a 'repeat' verdict +Ethernet+IP only (ar_pro==0x800): source IP address -ar_hln +nf_drop -Length of hardware address +Constant used to signify a 'drop' verdict -ar_tip +ar_pln -Ethernet+IP only (ar_pro==0x800): target IP address +Length of protocol address -ar_sha +nf_accept -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +Constant used to signify an 'accept' verdict -nf_queue +ar_hln -Constant used to signify a 'queue' verdict +Length of hardware address -nf_accept +ar_op -Constant used to signify an 'accept' verdict +ARP opcode (command) -ar_tha +nf_repeat -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Constant used to signify a 'repeat' verdict -ar_pln +length -Length of protocol address +The length of the packet buffer contents, in bytes -outdev +nf_queue -Address of net_device representing output device, 0 if unknown +Constant used to signify a 'queue' verdict -nf_stolen +data_hex -Constant used to signify a 'stolen' verdict +A hexadecimal string representing the packet buffer contents -length +ar_sha -The length of the packet buffer contents, in bytes +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address -nf_stop +ar_tip -Constant used to signify a 'stop' verdict +Ethernet+IP only (ar_pro==0x800): target IP address -ar_sip +outdev_name -Ethernet+IP only (ar_pro==0x800): source IP address +Name of network device packet will be routed to (if known) @@ -14571,202 +14571,202 @@ Ethernet+IP only (ar_pro==0x800): source IP address Values -ar_hln +data_str -Length of hardware address +A string representing the packet buffer contents -nf_repeat +indev -Constant used to signify a 'repeat' verdict +Address of net_device representing input device, 0 if unknown -ar_tip +nf_stop -Ethernet+IP only (ar_pro==0x800): target IP address +Constant used to signify a 'stop' verdict -nf_queue +nf_stolen -Constant used to signify a 'queue' verdict +Constant used to signify a 'stolen' verdict -nf_accept +ar_data -Constant used to signify an 'accept' verdict +Address of ARP packet data region (after the header) -ar_sha +arphdr -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +Address of ARP header -outdev +pf -Address of net_device representing output device, 0 if unknown +Protocol family -- always arp -ar_tha +ar_hrd -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Format of hardware address -ar_pln +outdev -Length of protocol address +Address of net_device representing output device, 0 if unknown -nf_stolen +ar_pro -Constant used to signify a 'stolen' verdict +Format of protocol address -length +outdev_name -The length of the packet buffer contents, in bytes +Name of network device packet will be routed to (if known) -nf_stop +ar_tip -Constant used to signify a 'stop' verdict +Ethernet+IP only (ar_pro==0x800): target IP address -ar_sip +ar_sha -Ethernet+IP only (ar_pro==0x800): source IP address +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address -pf +data_hex -Protocol family -- always arp +A hexadecimal string representing the packet buffer contents -ar_op +nf_queue -ARP opcode (command) +Constant used to signify a 'queue' verdict -indev_name +nf_repeat -Name of network device packet was received on (if known) +Constant used to signify a 'repeat' verdict -ar_hrd +length -Format of hardware address +The length of the packet buffer contents, in bytes -data_hex +nf_accept -A hexadecimal string representing the packet buffer contents +Constant used to signify an 'accept' verdict -indev +ar_hln -Address of net_device representing input device, 0 if unknown +Length of hardware address -data_str +ar_op -A string representing the packet buffer contents +ARP opcode (command) -ar_data +ar_pln -Address of ARP packet data region (after the header) +Length of protocol address -nf_drop +ar_sip -Constant used to signify a 'drop' verdict +Ethernet+IP only (ar_pro==0x800): source IP address -ar_pro +nf_drop -Format of protocol address +Constant used to signify a 'drop' verdict -outdev_name +indev_name -Name of network device packet will be routed to (if known) +Name of network device packet was received on (if known) -arphdr +ar_tha -Address of ARP header +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address @@ -14797,170 +14797,170 @@ Address of ARP header Values -data_str +ar_tip -A string representing the packet buffer contents +Ethernet+IP only (ar_pro==0x800): target IP address -indev +ar_sha -Address of net_device representing input device, 0 if unknown +Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address -ar_data +data_hex -Address of ARP packet data region (after the header) +A hexadecimal string representing the packet buffer contents -ar_hrd +outdev_name -Format of hardware address +Name of network device packet will be routed to (if known) -data_hex +ar_pln -A hexadecimal string representing the packet buffer contents +Length of protocol address -pf +ar_sip -Protocol family -- always arp +Ethernet+IP only (ar_pro==0x800): source IP address -indev_name +nf_drop -Name of network device packet was received on (if known) +Constant used to signify a 'drop' verdict -ar_op +indev_name -ARP opcode (command) +Name of network device packet was received on (if known) -arphdr +ar_tha -Address of ARP header +Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address -outdev_name +nf_queue -Name of network device packet will be routed to (if known) +Constant used to signify a 'queue' verdict -ar_pro +nf_repeat -Format of protocol address +Constant used to signify a 'repeat' verdict -nf_drop +length -Constant used to signify a 'drop' verdict +The length of the packet buffer contents, in bytes -nf_queue +nf_accept -Constant used to signify a 'queue' verdict +Constant used to signify an 'accept' verdict -nf_accept +ar_hln -Constant used to signify an 'accept' verdict +Length of hardware address -ar_sha +ar_op -Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address +ARP opcode (command) -ar_tip +indev -Ethernet+IP only (ar_pro==0x800): target IP address +Address of net_device representing input device, 0 if unknown -nf_repeat +nf_stop -Constant used to signify a 'repeat' verdict +Constant used to signify a 'stop' verdict -ar_hln +data_str -Length of hardware address +A string representing the packet buffer contents -ar_sip +ar_hrd -Ethernet+IP only (ar_pro==0x800): source IP address +Format of hardware address -nf_stop +outdev -Constant used to signify a 'stop' verdict +Address of net_device representing output device, 0 if unknown -length +ar_pro -The length of the packet buffer contents, in bytes +Format of protocol address @@ -14973,26 +14973,26 @@ Constant used to signify a 'stolen' verdict -outdev +ar_data -Address of net_device representing output device, 0 if unknown +Address of ARP packet data region (after the header) -ar_pln +arphdr -Length of protocol address +Address of ARP header -ar_tha +pf -Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address +Protocol family -- always arp @@ -15023,82 +15023,82 @@ Called on an incoming bridging packet destined for some other computer Values -nf_repeat +br_msg -Constant used to signify a 'repeat' verdict +Message age in 1/256 secs -brhdr +br_type -Address of bridge header +BPDU type -nf_accept +nf_stolen -Constant used to signify an 'accept' verdict +Constant used to signify a 'stolen' verdict -nf_queue +pf -Constant used to signify a 'queue' verdict +Protocol family -- always bridge -br_vid +outdev -Protocol version identifier +Address of net_device representing output device, 0 if unknown -br_cost +br_rmac -Total cost from transmitting bridge to root +Root bridge MAC address -llcproto_stp +br_rid -Constant used to signify Bridge Spanning Tree Protocol packet +Identity of root bridge -outdev +br_bid -Address of net_device representing output device, 0 if unknown +Identity of bridge -br_poid +data_str -Port identifier +A string representing the packet buffer contents -nf_stolen +brhdr -Constant used to signify a 'stolen' verdict +Address of bridge header @@ -15111,170 +15111,170 @@ Constant used to signify a 'stop' verdict -length +protocol -The length of the packet buffer contents, in bytes +Packet protocol -br_type +indev -BPDU type +Address of net_device representing input device, 0 if unknown -protocol +br_poid -Packet protocol +Port identifier -br_flags +length -BPDU flags +The length of the packet buffer contents, in bytes -br_max +nf_repeat -Max age in 1/256 secs +Constant used to signify a 'repeat' verdict -indev_name +llcproto_stp -Name of network device packet was received on (if known) +Constant used to signify Bridge Spanning Tree Protocol packet -br_bid +nf_queue -Identity of bridge +Constant used to signify a 'queue' verdict -pf +nf_accept -Protocol family -- always bridge +Constant used to signify an 'accept' verdict -data_hex +br_max -A hexadecimal string representing the packet buffer contents +Max age in 1/256 secs -br_fd +nf_drop -Forward delay in 1/256 secs +Constant used to signify a 'drop' verdict -br_htime +br_vid -Hello time in 1/256 secs +Protocol version identifier -br_prid +br_mac -Protocol identifier +Bridge MAC address -br_mac +indev_name -Bridge MAC address +Name of network device packet was received on (if known) -br_msg +llcpdu -Message age in 1/256 secs +Address of LLC Protocol Data Unit -br_rid +br_fd -Identity of root bridge +Forward delay in 1/256 secs -data_str +outdev_name -A string representing the packet buffer contents +Name of network device packet will be routed to (if known) -indev +br_htime -Address of net_device representing input device, 0 if unknown +Hello time in 1/256 secs -llcpdu +br_prid -Address of LLC Protocol Data Unit +Protocol identifier -nf_drop +br_flags -Constant used to signify a 'drop' verdict +BPDU flags -outdev_name +br_cost -Name of network device packet will be routed to (if known) +Total cost from transmitting bridge to root -br_rmac +data_hex -Root bridge MAC address +A hexadecimal string representing the packet buffer contents @@ -15305,194 +15305,194 @@ Called on a bridging packet destined for the local computer Values -nf_accept +br_msg -Constant used to signify an 'accept' verdict +Message age in 1/256 secs -nf_queue +br_type -Constant used to signify a 'queue' verdict +BPDU type -brhdr +nf_stolen -Address of bridge header +Constant used to signify a 'stolen' verdict -br_vid +pf -Protocol version identifier +Protocol family -- always bridge -nf_repeat +outdev -Constant used to signify a 'repeat' verdict +Address of net_device representing output device, 0 if unknown -protocol +br_rmac -Packet protocol +Root bridge MAC address -length +br_rid -The length of the packet buffer contents, in bytes +Identity of root bridge -br_type +br_bid -BPDU type +Identity of bridge -nf_stop +data_str -Constant used to signify a 'stop' verdict +A string representing the packet buffer contents -br_max +brhdr -Max age in 1/256 secs +Address of bridge header -br_flags +nf_stop -BPDU flags +Constant used to signify a 'stop' verdict -outdev +protocol -Address of net_device representing output device, 0 if unknown +Packet protocol -llcproto_stp +indev -Constant used to signify Bridge Spanning Tree Protocol packet +Address of net_device representing input device, 0 if unknown -br_cost +br_poid -Total cost from transmitting bridge to root +Port identifier -nf_stolen +length -Constant used to signify a 'stolen' verdict +The length of the packet buffer contents, in bytes -br_poid +nf_repeat -Port identifier +Constant used to signify a 'repeat' verdict -br_msg +nf_queue -Message age in 1/256 secs +Constant used to signify a 'queue' verdict -br_prid +llcproto_stp -Protocol identifier +Constant used to signify Bridge Spanning Tree Protocol packet -br_mac +br_max -Bridge MAC address +Max age in 1/256 secs -indev +nf_accept -Address of net_device representing input device, 0 if unknown +Constant used to signify an 'accept' verdict -data_str +nf_drop -A string representing the packet buffer contents +Constant used to signify a 'drop' verdict -br_rid +br_vid -Identity of root bridge +Protocol version identifier -pf +br_mac -Protocol family -- always bridge +Bridge MAC address -br_bid +llcpdu -Identity of bridge +Address of LLC Protocol Data Unit @@ -15505,58 +15505,58 @@ Name of network device packet was received on (if known) -br_htime +br_fd -Hello time in 1/256 secs +Forward delay in 1/256 secs -br_fd +outdev_name -Forward delay in 1/256 secs +Name of network device packet will be routed to (if known) -data_hex +br_prid -A hexadecimal string representing the packet buffer contents +Protocol identifier -outdev_name +br_htime -Name of network device packet will be routed to (if known) +Hello time in 1/256 secs -br_rmac +br_flags -Root bridge MAC address +BPDU flags -llcpdu +br_cost -Address of LLC Protocol Data Unit +Total cost from transmitting bridge to root -nf_drop +data_hex -Constant used to signify a 'drop' verdict +A hexadecimal string representing the packet buffer contents @@ -15587,130 +15587,130 @@ Called on a bridging packet coming from a local process Values -data_hex +pf -A hexadecimal string representing the packet buffer contents +Protocol family -- always bridge -br_fd +br_type -Forward delay in 1/256 secs +BPDU type -br_htime +br_msg -Hello time in 1/256 secs +Message age in 1/256 secs -indev_name +nf_stolen -Name of network device packet was received on (if known) +Constant used to signify a 'stolen' verdict -br_bid +br_rmac -Identity of bridge +Root bridge MAC address -pf +br_rid -Protocol family -- always bridge +Identity of root bridge -br_rid +br_bid -Identity of root bridge +Identity of bridge -data_str +outdev -A string representing the packet buffer contents +Address of net_device representing output device, 0 if unknown -indev +brhdr -Address of net_device representing input device, 0 if unknown +Address of bridge header -br_mac +data_str -Bridge MAC address +A string representing the packet buffer contents -br_prid +br_poid -Protocol identifier +Port identifier -br_msg +protocol -Message age in 1/256 secs +Packet protocol -nf_drop +nf_stop -Constant used to signify a 'drop' verdict +Constant used to signify a 'stop' verdict -llcpdu +indev -Address of LLC Protocol Data Unit +Address of net_device representing input device, 0 if unknown -br_rmac +br_max -Root bridge MAC address +Max age in 1/256 secs -outdev_name +nf_accept -Name of network device packet will be routed to (if known) +Constant used to signify an 'accept' verdict @@ -15723,74 +15723,74 @@ Constant used to signify a 'repeat' verdict -br_vid +length -Protocol version identifier +The length of the packet buffer contents, in bytes -brhdr +nf_queue -Address of bridge header +Constant used to signify a 'queue' verdict -nf_queue +llcproto_stp -Constant used to signify a 'queue' verdict +Constant used to signify Bridge Spanning Tree Protocol packet -nf_accept +br_vid -Constant used to signify an 'accept' verdict +Protocol version identifier -br_poid +br_fd -Port identifier +Forward delay in 1/256 secs -nf_stolen +br_mac -Constant used to signify a 'stolen' verdict +Bridge MAC address -br_cost +indev_name -Total cost from transmitting bridge to root +Name of network device packet was received on (if known) -llcproto_stp +llcpdu -Constant used to signify Bridge Spanning Tree Protocol packet +Address of LLC Protocol Data Unit -outdev +nf_drop -Address of net_device representing output device, 0 if unknown +Constant used to signify a 'drop' verdict @@ -15803,42 +15803,42 @@ BPDU flags -br_max +br_prid -Max age in 1/256 secs +Protocol identifier -nf_stop +br_htime -Constant used to signify a 'stop' verdict +Hello time in 1/256 secs -length +outdev_name -The length of the packet buffer contents, in bytes +Name of network device packet will be routed to (if known) -br_type +data_hex -BPDU type +A hexadecimal string representing the packet buffer contents -protocol +br_cost -Packet protocol +Total cost from transmitting bridge to root @@ -15869,18 +15869,18 @@ Packet protocol Values -outdev_name +nf_drop -Name of network device packet will be routed to (if known) +Constant used to signify a 'drop' verdict -br_rmac +br_fd -Root bridge MAC address +Forward delay in 1/256 secs @@ -15893,82 +15893,82 @@ Address of LLC Protocol Data Unit -nf_drop +br_mac -Constant used to signify a 'drop' verdict +Bridge MAC address -br_prid +indev_name -Protocol identifier +Name of network device packet was received on (if known) -br_mac +br_vid -Bridge MAC address +Protocol version identifier -br_msg +nf_queue -Message age in 1/256 secs +Constant used to signify a 'queue' verdict -br_rid +llcproto_stp -Identity of root bridge +Constant used to signify Bridge Spanning Tree Protocol packet -data_str +nf_repeat -A string representing the packet buffer contents +Constant used to signify a 'repeat' verdict -indev +length -Address of net_device representing input device, 0 if unknown +The length of the packet buffer contents, in bytes -indev_name +nf_accept -Name of network device packet was received on (if known) +Constant used to signify an 'accept' verdict -br_bid +br_max -Identity of bridge +Max age in 1/256 secs -pf +br_cost -Protocol family -- always bridge +Total cost from transmitting bridge to root @@ -15981,146 +15981,146 @@ A hexadecimal string representing the packet buffer contents -br_fd +outdev_name -Forward delay in 1/256 secs +Name of network device packet will be routed to (if known) -br_htime +br_flags -Hello time in 1/256 secs +BPDU flags -nf_stop +br_prid -Constant used to signify a 'stop' verdict +Protocol identifier -br_type +br_htime -BPDU type +Hello time in 1/256 secs -length +outdev -The length of the packet buffer contents, in bytes +Address of net_device representing output device, 0 if unknown -protocol +br_rid -Packet protocol +Identity of root bridge -br_flags +br_bid -BPDU flags +Identity of bridge -br_max +br_rmac -Max age in 1/256 secs +Root bridge MAC address -br_cost +nf_stolen -Total cost from transmitting bridge to root +Constant used to signify a 'stolen' verdict -llcproto_stp +br_type -Constant used to signify Bridge Spanning Tree Protocol packet +BPDU type -outdev +br_msg -Address of net_device representing output device, 0 if unknown +Message age in 1/256 secs -br_poid +pf -Port identifier +Protocol family -- always bridge -nf_stolen +indev -Constant used to signify a 'stolen' verdict +Address of net_device representing input device, 0 if unknown -brhdr +protocol -Address of bridge header +Packet protocol -nf_queue +nf_stop -Constant used to signify a 'queue' verdict +Constant used to signify a 'stop' verdict -nf_accept +br_poid -Constant used to signify an 'accept' verdict +Port identifier -br_vid +brhdr -Protocol version identifier +Address of bridge header -nf_repeat +data_str -Constant used to signify a 'repeat' verdict +A string representing the packet buffer contents @@ -16151,98 +16151,98 @@ Constant used to signify a 'repeat' verdict Values -nf_accept +nf_drop -Constant used to signify an 'accept' verdict +Constant used to signify a 'drop' verdict -nf_queue +br_mac -Constant used to signify a 'queue' verdict +Bridge MAC address -brhdr +llcpdu -Address of bridge header +Address of LLC Protocol Data Unit -br_vid +indev_name -Protocol version identifier +Name of network device packet was received on (if known) -nf_repeat +br_fd -Constant used to signify a 'repeat' verdict +Forward delay in 1/256 secs -protocol +br_vid -Packet protocol +Protocol version identifier -nf_stop +llcproto_stp -Constant used to signify a 'stop' verdict +Constant used to signify Bridge Spanning Tree Protocol packet -br_type +nf_queue -BPDU type +Constant used to signify a 'queue' verdict -length +nf_repeat -The length of the packet buffer contents, in bytes +Constant used to signify a 'repeat' verdict -br_max +length -Max age in 1/256 secs +The length of the packet buffer contents, in bytes -br_flags +br_max -BPDU flags +Max age in 1/256 secs -outdev +nf_accept -Address of net_device representing output device, 0 if unknown +Constant used to signify an 'accept' verdict @@ -16255,154 +16255,154 @@ Total cost from transmitting bridge to root -llcproto_stp +data_hex -Constant used to signify Bridge Spanning Tree Protocol packet +A hexadecimal string representing the packet buffer contents -br_poid +outdev_name -Port identifier +Name of network device packet will be routed to (if known) -nf_stolen +br_prid -Constant used to signify a 'stolen' verdict +Protocol identifier -br_msg +br_htime -Message age in 1/256 secs +Hello time in 1/256 secs -br_prid +br_flags -Protocol identifier +BPDU flags -br_mac +outdev -Bridge MAC address +Address of net_device representing output device, 0 if unknown -data_str +br_rid -A string representing the packet buffer contents +Identity of root bridge -indev +br_bid -Address of net_device representing input device, 0 if unknown +Identity of bridge -br_rid +br_rmac -Identity of root bridge +Root bridge MAC address -br_bid +nf_stolen -Identity of bridge +Constant used to signify a 'stolen' verdict -pf +br_msg -Protocol family -- always bridge +Message age in 1/256 secs -indev_name +br_type -Name of network device packet was received on (if known) +BPDU type -br_htime +pf -Hello time in 1/256 secs +Protocol family -- always bridge -data_hex +indev -A hexadecimal string representing the packet buffer contents +Address of net_device representing input device, 0 if unknown -br_fd +nf_stop -Forward delay in 1/256 secs +Constant used to signify a 'stop' verdict -outdev_name +protocol -Name of network device packet will be routed to (if known) +Packet protocol -br_rmac +br_poid -Root bridge MAC address +Port identifier -llcpdu +data_str -Address of LLC Protocol Data Unit +A string representing the packet buffer contents -nf_drop +brhdr -Constant used to signify a 'drop' verdict +Address of bridge header @@ -16433,42 +16433,42 @@ Called on an incoming IP packet addressed to some other computer Values -pf +rst -Protocol family -- either ipv4 or ipv6 +TCP RST flag (if protocol is TCP; ipv4 only) -indev_name +nf_stop -Name of network device packet was received on (if known) +Constant used to signify a 'stop' verdict -rst +protocol -TCP RST flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) -data_hex +saddr -A hexadecimal string representing the packet buffer contents +A string representing the source IP address -syn +iphdr -TCP SYN flag (if protocol is TCP; ipv4 only) +Address of IP header @@ -16489,10 +16489,10 @@ A string representing the packet buffer contents -psh +ipproto_udp -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is UDP @@ -16505,146 +16505,146 @@ TCP ACK flag (if protocol is TCP; ipv4 only) -nf_drop +daddr -Constant used to signify a 'drop' verdict +A string representing the destination IP address -outdev_name +outdev -Name of network device packet will be routed to (if known) +Address of net_device representing output device, 0 if unknown -family +pf -IP address family +Protocol family -- either ipv4 or ipv6 -urg +nf_stolen -TCP URG flag (if protocol is TCP; ipv4 only) +Constant used to signify a 'stolen' verdict -sport +data_hex -TCP or UDP source port (ipv4 only) +A hexadecimal string representing the packet buffer contents -dport +sport -TCP or UDP destination port (ipv4 only) +TCP or UDP source port (ipv4 only) -nf_repeat +syn -Constant used to signify a 'repeat' verdict +TCP SYN flag (if protocol is TCP; ipv4 only) -ipproto_udp +outdev_name -Constant used to signify that the packet protocol is UDP +Name of network device packet will be routed to (if known) -nf_queue +ipproto_tcp -Constant used to signify a 'queue' verdict +Constant used to signify that the packet protocol is TCP -nf_accept +indev_name -Constant used to signify an 'accept' verdict +Name of network device packet was received on (if known) -saddr +dport -A string representing the source IP address +TCP or UDP destination port (ipv4 only) -daddr +fin -A string representing the destination IP address +TCP FIN flag (if protocol is TCP; ipv4 only) -iphdr +nf_drop -Address of IP header +Constant used to signify a 'drop' verdict -outdev +urg -Address of net_device representing output device, 0 if unknown +TCP URG flag (if protocol is TCP; ipv4 only) -ipproto_tcp +family -Constant used to signify that the packet protocol is TCP +IP address family -nf_stolen +nf_accept -Constant used to signify a 'stolen' verdict +Constant used to signify an 'accept' verdict -protocol +psh -Packet protocol from driver (ipv4 only) +TCP PSH flag (if protocol is TCP; ipv4 only) -fin +nf_repeat -TCP FIN flag (if protocol is TCP; ipv4 only) +Constant used to signify a 'repeat' verdict @@ -16657,10 +16657,10 @@ The length of the packet buffer contents, in bytes -nf_stop +nf_queue -Constant used to signify a 'stop' verdict +Constant used to signify a 'queue' verdict @@ -16691,234 +16691,234 @@ Called on an incoming IP packet addressed to the local computer Values -indev_name +rst -Name of network device packet was received on (if known) +TCP RST flag (if protocol is TCP; ipv4 only) -pf +iphdr -Protocol family -- either ipv4 or ipv6 +Address of IP header -data_hex +indev -A hexadecimal string representing the packet buffer contents +Address of net_device representing input device, 0 if unknown -rst +nf_stop -TCP RST flag (if protocol is TCP; ipv4 only) +Constant used to signify a 'stop' verdict -syn +protocol -TCP SYN flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) -data_str +saddr -A string representing the packet buffer contents +A string representing the source IP address -indev +data_str -Address of net_device representing input device, 0 if unknown +A string representing the packet buffer contents -psh +ack -TCP PSH flag (if protocol is TCP; ipv4 only) +TCP ACK flag (if protocol is TCP; ipv4 only) -ack +ipproto_udp -TCP ACK flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is UDP -nf_drop +daddr -Constant used to signify a 'drop' verdict +A string representing the destination IP address -family +outdev -IP address family +Address of net_device representing output device, 0 if unknown -outdev_name +pf -Name of network device packet will be routed to (if known) +Protocol family -- either ipv4 or ipv6 -dport +nf_stolen -TCP or UDP destination port (ipv4 only) +Constant used to signify a 'stolen' verdict -sport +data_hex -TCP or UDP source port (ipv4 only) +A hexadecimal string representing the packet buffer contents -urg +sport -TCP URG flag (if protocol is TCP; ipv4 only) +TCP or UDP source port (ipv4 only) -ipproto_udp +syn -Constant used to signify that the packet protocol is UDP +TCP SYN flag (if protocol is TCP; ipv4 only) -nf_repeat +outdev_name -Constant used to signify a 'repeat' verdict +Name of network device packet will be routed to (if known) -iphdr +dport -Address of IP header +TCP or UDP destination port (ipv4 only) -daddr +indev_name -A string representing the destination IP address +Name of network device packet was received on (if known) -saddr +ipproto_tcp -A string representing the source IP address +Constant used to signify that the packet protocol is TCP -nf_accept +urg -Constant used to signify an 'accept' verdict +TCP URG flag (if protocol is TCP; ipv4 only) -nf_queue +family -Constant used to signify a 'queue' verdict +IP address family -outdev +fin -Address of net_device representing output device, 0 if unknown +TCP FIN flag (if protocol is TCP; ipv4 only) -nf_stolen +nf_drop -Constant used to signify a 'stolen' verdict +Constant used to signify a 'drop' verdict -ipproto_tcp +nf_accept -Constant used to signify that the packet protocol is TCP +Constant used to signify an 'accept' verdict -nf_stop +psh -Constant used to signify a 'stop' verdict +TCP PSH flag (if protocol is TCP; ipv4 only) -length +nf_queue -The length of the packet buffer contents, in bytes +Constant used to signify a 'queue' verdict -fin +length -TCP FIN flag (if protocol is TCP; ipv4 only) +The length of the packet buffer contents, in bytes -protocol +nf_repeat -Packet protocol from driver (ipv4 only) +Constant used to signify a 'repeat' verdict @@ -16949,138 +16949,138 @@ Called on an outgoing IP packet Values -ipproto_udp +nf_queue -Constant used to signify that the packet protocol is UDP +Constant used to signify a 'queue' verdict -nf_repeat +length -Constant used to signify a 'repeat' verdict +The length of the packet buffer contents, in bytes -iphdr +nf_repeat -Address of IP header +Constant used to signify a 'repeat' verdict -daddr +psh -A string representing the destination IP address +TCP PSH flag (if protocol is TCP; ipv4 only) -saddr +nf_accept -A string representing the source IP address +Constant used to signify an 'accept' verdict -nf_queue +urg -Constant used to signify a 'queue' verdict +TCP URG flag (if protocol is TCP; ipv4 only) -nf_accept +family -Constant used to signify an 'accept' verdict +IP address family -nf_stolen +nf_drop -Constant used to signify a 'stolen' verdict +Constant used to signify a 'drop' verdict -ipproto_tcp +fin -Constant used to signify that the packet protocol is TCP +TCP FIN flag (if protocol is TCP; ipv4 only) -outdev +dport -Address of net_device representing output device, 0 if unknown +TCP or UDP destination port (ipv4 only) -nf_stop +indev_name -Constant used to signify a 'stop' verdict +Name of network device packet was received on (if known) -length +ipproto_tcp -The length of the packet buffer contents, in bytes +Constant used to signify that the packet protocol is TCP -fin +outdev_name -TCP FIN flag (if protocol is TCP; ipv4 only) +Name of network device packet will be routed to (if known) -protocol +syn -Packet protocol from driver (ipv4 only) +TCP SYN flag (if protocol is TCP; ipv4 only) -data_hex +sport -A hexadecimal string representing the packet buffer contents +TCP or UDP source port (ipv4 only) -rst +data_hex -TCP RST flag (if protocol is TCP; ipv4 only) +A hexadecimal string representing the packet buffer contents -indev_name +nf_stolen -Name of network device packet was received on (if known) +Constant used to signify a 'stolen' verdict @@ -17093,90 +17093,90 @@ Protocol family -- either ipv4 or ipv6 -data_str +outdev -A string representing the packet buffer contents +Address of net_device representing output device, 0 if unknown -indev +daddr -Address of net_device representing input device, 0 if unknown +A string representing the destination IP address -syn +ack -TCP SYN flag (if protocol is TCP; ipv4 only) +TCP ACK flag (if protocol is TCP; ipv4 only) -nf_drop +ipproto_udp -Constant used to signify a 'drop' verdict +Constant used to signify that the packet protocol is UDP -ack +data_str -TCP ACK flag (if protocol is TCP; ipv4 only) +A string representing the packet buffer contents -psh +indev -TCP PSH flag (if protocol is TCP; ipv4 only) +Address of net_device representing input device, 0 if unknown -sport +iphdr -TCP or UDP source port (ipv4 only) +Address of IP header -dport +saddr -TCP or UDP destination port (ipv4 only) +A string representing the source IP address -urg +protocol -TCP URG flag (if protocol is TCP; ipv4 only) +Packet protocol from driver (ipv4 only) -family +nf_stop -IP address family +Constant used to signify a 'stop' verdict -outdev_name +rst -Name of network device packet will be routed to (if known) +TCP RST flag (if protocol is TCP; ipv4 only) @@ -17207,234 +17207,234 @@ Called immediately before an outgoing IP packet leaves the computer Values -syn +ipproto_tcp -TCP SYN flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is TCP -data_str +dport -A string representing the packet buffer contents +TCP or UDP destination port (ipv4 only) -indev +indev_name -Address of net_device representing input device, 0 if unknown +Name of network device packet was received on (if known) -indev_name +nf_drop -Name of network device packet was received on (if known) +Constant used to signify a 'drop' verdict -pf +fin -Protocol family -- either ipv4 or ipv6 +TCP FIN flag (if protocol is TCP; ipv4 only) -data_hex +family -A hexadecimal string representing the packet buffer contents +IP address family -rst +urg -TCP RST flag (if protocol is TCP; ipv4 only) +TCP URG flag (if protocol is TCP; ipv4 only) -family +psh -IP address family +TCP PSH flag (if protocol is TCP; ipv4 only) -outdev_name +nf_accept -Name of network device packet will be routed to (if known) +Constant used to signify an 'accept' verdict -dport +nf_repeat -TCP or UDP destination port (ipv4 only) +Constant used to signify a 'repeat' verdict -sport +length -TCP or UDP source port (ipv4 only) +The length of the packet buffer contents, in bytes -urg +nf_queue -TCP URG flag (if protocol is TCP; ipv4 only) +Constant used to signify a 'queue' verdict -psh +data_hex -TCP PSH flag (if protocol is TCP; ipv4 only) +A hexadecimal string representing the packet buffer contents -ack +sport -TCP ACK flag (if protocol is TCP; ipv4 only) +TCP or UDP source port (ipv4 only) -nf_drop +syn -Constant used to signify a 'drop' verdict +TCP SYN flag (if protocol is TCP; ipv4 only) -iphdr +outdev_name -Address of IP header +Name of network device packet will be routed to (if known) -saddr +daddr -A string representing the source IP address +A string representing the destination IP address -daddr +outdev -A string representing the destination IP address +Address of net_device representing output device, 0 if unknown -nf_queue +pf -Constant used to signify a 'queue' verdict +Protocol family -- either ipv4 or ipv6 -nf_accept +nf_stolen -Constant used to signify an 'accept' verdict +Constant used to signify a 'stolen' verdict -ipproto_udp +rst -Constant used to signify that the packet protocol is UDP +TCP RST flag (if protocol is TCP; ipv4 only) -nf_repeat +protocol -Constant used to signify a 'repeat' verdict +Packet protocol from driver (ipv4 only) -nf_stop +saddr -Constant used to signify a 'stop' verdict +A string representing the source IP address -length +nf_stop -The length of the packet buffer contents, in bytes +Constant used to signify a 'stop' verdict -fin +indev -TCP FIN flag (if protocol is TCP; ipv4 only) +Address of net_device representing input device, 0 if unknown -protocol +iphdr -Packet protocol from driver (ipv4 only) +Address of IP header -outdev +data_str -Address of net_device representing output device, 0 if unknown +A string representing the packet buffer contents -nf_stolen +ipproto_udp -Constant used to signify a 'stolen' verdict +Constant used to signify that the packet protocol is UDP -ipproto_tcp +ack -Constant used to signify that the packet protocol is TCP +TCP ACK flag (if protocol is TCP; ipv4 only) @@ -17465,90 +17465,90 @@ Called before an IP packet is routed Values -fin +pf -TCP FIN flag (if protocol is TCP; ipv4 only) +Protocol family - either 'ipv4' or 'ipv6' -protocol +nf_stolen -Packet protocol from driver (ipv4 only) +Constant used to signify a 'stolen' verdict -nf_stop +daddr -Constant used to signify a 'stop' verdict +A string representing the destination IP address -length +outdev -The length of the packet buffer contents, in bytes +Address of net_device representing output device, 0 if unknown -outdev +data_str -Address of net_device representing output device, 0 if unknown +A string representing the packet buffer contents -ipproto_tcp +ack -Constant used to signify that the packet protocol is TCP +TCP ACK flag (if protocol is TCP; ipv4 only) -nf_stolen +ipproto_udp -Constant used to signify a 'stolen' verdict +Constant used to signify that the packet protocol is UDP -nf_queue +rst -Constant used to signify a 'queue' verdict +TCP RST flag (if protocol is TCP; ipv4 only) -nf_accept +iphdr -Constant used to signify an 'accept' verdict +Address of IP header -iphdr +indev -Address of IP header +Address of net_device representing input device, 0 if unknown -daddr +nf_stop -A string representing the destination IP address +Constant used to signify a 'stop' verdict @@ -17561,122 +17561,122 @@ A string representing the source IP address -ipproto_udp +protocol -Constant used to signify that the packet protocol is UDP +Packet protocol from driver (ipv4 only) -nf_repeat +nf_accept -Constant used to signify a 'repeat' verdict +Constant used to signify an 'accept' verdict -outdev_name +psh -Name of network device packet will be routed to (if known) +TCP PSH flag (if protocol is TCP; ipv4 only) -family +nf_queue -IP address family +Constant used to signify a 'queue' verdict -urg +nf_repeat -TCP URG flag (if protocol is TCP; ipv4 only) +Constant used to signify a 'repeat' verdict -dport +length -TCP or UDP destination port (ipv4 only) +The length of the packet buffer contents, in bytes -sport +indev_name -TCP or UDP source port (ipv4 only) +Name of network device packet was received on (if known) -ack +dport -TCP ACK flag (if protocol is TCP; ipv4 only) +TCP or UDP destination port (ipv4 only) -psh +ipproto_tcp -TCP PSH flag (if protocol is TCP; ipv4 only) +Constant used to signify that the packet protocol is TCP -nf_drop +family -Constant used to signify a 'drop' verdict +IP address family -syn +urg -TCP SYN flag (if protocol is TCP; ipv4 only) +TCP URG flag (if protocol is TCP; ipv4 only) -data_str +fin -A string representing the packet buffer contents +TCP FIN flag (if protocol is TCP; ipv4 only) -indev +nf_drop -Address of net_device representing input device, 0 if unknown +Constant used to signify a 'drop' verdict -pf +syn -Protocol family - either 'ipv4' or 'ipv6' +TCP SYN flag (if protocol is TCP; ipv4 only) -indev_name +outdev_name -Name of network device packet was received on (if known) +Name of network device packet will be routed to (if known) @@ -17689,10 +17689,10 @@ A hexadecimal string representing the packet buffer contents -rst +sport -TCP RST flag (if protocol is TCP; ipv4 only) +TCP or UDP source port (ipv4 only) @@ -17723,58 +17723,58 @@ Bind a new RPC program to an existing client Values -prog +servername -the number of new RPC program +the server machine name -vers +old_vers -the version of new RPC program +the version of old RPC program -servername +prog -the server machine name +the number of new RPC program -old_progname +old_prog -the name of old RPC program +the number of old RPC program -progname +vers -the name of new RPC program +the version of new RPC program -old_vers +progname -the version of old RPC program +the name of new RPC program -old_prog +old_progname -the number of old RPC program +the name of old RPC program @@ -17805,10 +17805,10 @@ Make an asynchronous RPC call Values -port +procname -the port number +the procedure name in this RPC call @@ -17829,66 +17829,66 @@ the IP protocol number -flags +servername -flags +the server machine name -servername +port -the server machine name +the port number -vers +proc -the RPC program version number +the procedure number in this RPC call -progname +xid -the RPC program name +current transmission id -proc +flags -the procedure number in this RPC call +flags -xid +progname -current transmission id +the RPC program name -procname +dead -the procedure name in this RPC call +whether this client is abandoned -dead +vers -whether this client is abandoned +the RPC program version number @@ -17919,90 +17919,90 @@ Make a synchronous RPC call Values -proc +prot -the procedure number in this RPC call +the IP protocol number -xid +servername -current transmission id +the server machine name -procname +prog -the procedure name in this RPC call +the RPC program number -dead +procname -whether this client is abandoned +the procedure name in this RPC call -port +vers -the port number +the RPC program version number -prog +dead -the RPC program number +whether this client is abandoned -prot +xid -the IP protocol number +current transmission id -flags +progname -flags +the RPC program name -servername +flags -the server machine name +flags -vers +proc -the RPC program version number +the procedure number in this RPC call -progname +port -the RPC program name +the port number @@ -18033,58 +18033,58 @@ Clone an RPC client structure Values -vers +port -the RPC program version number +the port number -servername +authflavor -the server machine name +the authentication flavor -prot +servername -the IP protocol number +the server machine name -prog +vers -the RPC program number +the RPC program version number -port +prot -the port number +the IP protocol number -authflavor +progname -the authentication flavor +the RPC program name -progname +prog -the RPC program name +the RPC program number @@ -18115,18 +18115,18 @@ Create an RPC client Values -port +servername -the port number +the server machine name -prog +authflavor -the RPC program number +the authentication flavor @@ -18147,26 +18147,26 @@ the IP protocol number -servername +progname -the server machine name +the RPC program name -authflavor +prog -the authentication flavor +the RPC program number -progname +port -the RPC program name +the port number @@ -18197,18 +18197,18 @@ Restart an asynchronous RPC call Values -tk_pid +tk_flags -the debugging aid of task +the task flags -tk_priority +tk_pid -the task priority +the debugging aid of task @@ -18229,26 +18229,26 @@ the RPC program number -tk_flags +tk_priority -the task flags +the task priority -tk_runstate +xid -the task run status +the transmission id -xid +tk_runstate -the transmission id +the task run status @@ -18279,34 +18279,34 @@ Shutdown an RPC client Values -om_ops +netreconn -the count of operations +the count of reconnections -om_rtt +om_ops -the RPC RTT jiffies +the count of operations -authflavor +tasks -the authentication flavor +the number of references -progname +vers -the RPC program name +the RPC program version number @@ -18319,18 +18319,18 @@ the count of RPC calls -om_bytes_sent +progname -the count of bytes out +the RPC program name -netreconn +om_bytes_sent -the count of reconnections +the count of bytes out @@ -18343,82 +18343,82 @@ the port number -om_execute +om_rtt -the RPC execution jiffies +the RPC RTT jiffies -tasks +om_queue -the number of references +the jiffies queued for xmit -prot +servername -the IP protocol number +the server machine name -servername +authflavor -the server machine name +the authentication flavor -om_bytes_recv +prot -the count of bytes in +the IP protocol number -vers +prog -the RPC program version number +the RPC program number -prog +om_execute -the RPC program number +the RPC execution jiffies -om_queue +clones -the jiffies queued for xmit +the number of clones -om_ntrans +om_bytes_recv -the count of RPC transmissions +the count of bytes in -clones +om_ntrans -the number of clones +the count of RPC transmissions @@ -18449,58 +18449,58 @@ Delay an RPC task Values -delay +xid -the time delayed +the transmission id in the RPC call -tk_pid +vers -the debugging id of the task +the program version in the RPC call -vers +tk_flags -the program version in the RPC call +the flags of the task -prot +tk_pid -the IP protocol in the RPC call +the debugging id of the task -prog +delay -the program number in the RPC call +the time delayed -tk_flags +prog -the flags of the task +the program number in the RPC call -xid +prot -the transmission id in the RPC call +the IP protocol in the RPC call @@ -18531,26 +18531,26 @@ Execute the RPC `scheduler' Values -prog +vers -the program number in the RPC call +the program version in the RPC call -vers +xid -the program version in the RPC call +the transmission id in the RPC call -prot +tk_flags -the IP protocol in the RPC call +the flags of the task @@ -18563,18 +18563,18 @@ the debugging id of the task -tk_flags +prot -the flags of the task +the IP protocol in the RPC call -xid +prog -the transmission id in the RPC call +the program number in the RPC call @@ -18605,18 +18605,18 @@ Create new task for the specified client Values -xid +tk_flags -the transmission id in the RPC call +the flags of the task -tk_flags +prot -the flags of the task +the IP protocol in the RPC call @@ -18629,18 +18629,18 @@ the program number in the RPC call -prot +vers -the IP protocol in the RPC call +the program version in the RPC call -vers +xid -the program version in the RPC call +the transmission id in the RPC call @@ -18671,42 +18671,42 @@ Release all resources associated with a task Values -prog +vers -the program number in the RPC call +the program version in the RPC call -prot +xid -the IP protocol in the RPC call +the transmission id in the RPC call -vers +prot -the program version in the RPC call +the IP protocol in the RPC call -tk_flags +prog -the flags of the task +the program number in the RPC call -xid +tk_flags -the transmission id in the RPC call +the flags of the task @@ -18744,26 +18744,26 @@ Create an RPC service Values -pg_nvers +prog -the number of supported versions +the number of the program -bufsize +pg_nvers -the buffer size +the number of supported versions -prog +bufsize -the number of the program +the buffer size @@ -18802,18 +18802,18 @@ Destroy an RPC service Values -rpcbadfmt +sv_name -the count of requests dropped for bad formats +the service name -sv_prog +rpcbadauth -the number of the program +the count of requests drooped for authentication failure @@ -18826,10 +18826,10 @@ the count of valid RPC requests -netcnt +sv_prog -the count of received RPC requests +the number of the program @@ -18842,34 +18842,34 @@ the name of the program -sv_name +rpcbadfmt -the service name +the count of requests dropped for bad formats -nettcpconn +sv_nrthreads -the count of accepted TCP connections +the number of concurrent threads -rpcbadauth +nettcpconn -the count of requests drooped for authentication failure +the count of accepted TCP connections -sv_nrthreads +netcnt -the number of concurrent threads +the count of received RPC requests @@ -18900,6 +18900,14 @@ Drop RPC request Values +sv_name + + +the service name + + + + rq_prog @@ -18908,10 +18916,10 @@ the program number in the request -sv_name +peer_ip -the service name +the peer address where the request is from @@ -18924,10 +18932,10 @@ the transmission id in the request -peer_ip +rq_prot -the peer address where the request is from +the IP protocol of the reqeust @@ -18947,14 +18955,6 @@ the program version in the request - -rq_prot - - -the IP protocol of the reqeust - - - @@ -18982,74 +18982,74 @@ Process an RPC request Values -rq_proc +sv_nrthreads -the procedure number in the request +the number of concurrent threads -peer_ip +rq_proc -the peer address where the request is from +the procedure number in the request -rq_vers +rq_prot -the program version in the request +the IP protocol of the reqeust -rq_prot +rq_vers -the IP protocol of the reqeust +the program version in the request -sv_prog +rq_prog -the number of the program +the program number in the request -rq_xid +sv_name -the transmission id in the request +the service name -sv_nrthreads +peer_ip -the number of concurrent threads +the peer address where the request is from -rq_prog +rq_xid -the program number in the request +the transmission id in the request -sv_name +sv_prog -the service name +the number of the program @@ -19080,34 +19080,34 @@ Listen for the next RPC request on any socket Values -sv_nrthreads +timeout -the number of concurrent threads +the timeout of waiting for data -sv_name +sv_nrthreads -the service name +the number of concurrent threads -timeout +sv_prog -the timeout of waiting for data +the number of the program -sv_prog +sv_name -the number of the program +the service name @@ -19146,34 +19146,34 @@ the name of the program -prot +sv_name -the IP protocol number +the service name -prog +port -the number of the program +the port number -port +prog -the port number +the number of the program -sv_name +prot -the service name +the IP protocol number @@ -19210,26 +19210,26 @@ Return reply to RPC client Values -sv_name +rq_proc -the service name +the procedure number in the request -rq_prog +rq_prot -the program number in the request +the IP protocol of the reqeust -rq_xid +rq_vers -the transmission id in the request +the program version in the request @@ -19242,26 +19242,26 @@ the peer address where the request is from -rq_proc +rq_prog -the procedure number in the request +the program number in the request -rq_vers +sv_name -the program version in the request +the service name -rq_prot +rq_xid -the IP protocol of the reqeust +the transmission id in the request @@ -19292,26 +19292,26 @@ TCP socket disconnection Values -sock +dport -Network socket +TCP destination port -daddr +name -A string representing the destination IP address +Name of this probe -sport +daddr -TCP source port +A string representing the destination IP address @@ -19324,18 +19324,18 @@ IP address family -flags +sport -TCP flags (e.g. FIN, etc) +TCP source port -dport +sock -TCP destination port +Network socket @@ -19348,10 +19348,10 @@ A string representing the source IP address -name +flags -Name of this probe +TCP flags (e.g. FIN, etc) @@ -19436,50 +19436,50 @@ Called when a TCP packet is received Values -daddr +fin -A string representing the destination IP address +TCP FIN flag -family +ack -IP address family +TCP ACK flag -syn +saddr -TCP SYN flag +A string representing the source IP address -fin +iphdr -TCP FIN flag +IP header address -ack +protocol -TCP ACK flag +Packet protocol from driver -dport +urg -TCP destination port +TCP URG flag @@ -19492,58 +19492,58 @@ TCP PSH flag -sport +dport -TCP source port +TCP destination port -name +rst -Name of the probe point +TCP RST flag -protocol +syn -Packet protocol from driver +TCP SYN flag -saddr +sport -A string representing the source IP address +TCP source port -urg +family -TCP URG flag +IP address family -iphdr +daddr -IP header address +A string representing the destination IP address -rst +name -TCP RST flag +Name of the probe point @@ -19574,18 +19574,18 @@ Receiving TCP message Values -sock +dport -Network socket +TCP destination port -sport +name -TCP source port +Name of this probe @@ -19606,34 +19606,34 @@ A string representing the destination IP address -dport +sock -TCP destination port +Network socket -saddr +size -A string representing the source IP address +Number of bytes to be received -name +sport -Name of this probe +TCP source port -size +saddr -Number of bytes to be received +A string representing the source IP address @@ -19670,58 +19670,58 @@ Receiving TCP message complete Values -size +saddr -Number of bytes received or error code if an error occurred. +A string representing the source IP address -name +sport -Name of this probe +TCP source port -saddr +size -A string representing the source IP address +Number of bytes received or error code if an error occurred. -dport +family -TCP destination port +IP address family -sport +daddr -TCP source port +A string representing the destination IP address -family +name -IP address family +Name of this probe -daddr +dport -A string representing the destination IP address +TCP destination port @@ -19758,34 +19758,34 @@ Sending a tcp message Values -size +sock -Number of bytes to send +Network socket -name +size -Name of this probe +Number of bytes to send -family +name -IP address family +Name of this probe -sock +family -Network socket +IP address family @@ -19822,18 +19822,18 @@ Sending TCP message is done Values -size +name -Number of bytes sent or error code if an error occurred. +Name of this probe -name +size -Name of this probe +Number of bytes sent or error code if an error occurred. @@ -19870,58 +19870,58 @@ Call to setsockopt Values -level +sock -The level at which the socket options will be manipulated +Network socket -name +level -Name of this probe +The level at which the socket options will be manipulated -optstr +optlen -Resolves optname to a human-readable format +Used to access values for setsockopt -family +optstr -IP address family +Resolves optname to a human-readable format -sock +name -Network socket +Name of this probe -optname +family -TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) +IP address family -optlen +optname -Used to access values for setsockopt +TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) @@ -19958,18 +19958,18 @@ Return from setsockopt Values -name +ret -Name of this probe +Error code (0: no error) -ret +name -Error code (0: no error) +Name of this probe @@ -20006,34 +20006,34 @@ Fires when a process requests for a UDP disconnection Values -saddr +daddr -A string representing the source IP address +A string representing the destination IP address -flags +family -Flags (e.g. FIN, etc) +IP address family -name +dport -The name of this probe +UDP destination port -dport +name -UDP destination port +The name of this probe @@ -20046,26 +20046,26 @@ Network socket used by the process -sport +saddr -UDP source port +A string representing the source IP address -family +flags -IP address family +Flags (e.g. FIN, etc) -daddr +sport -A string representing the destination IP address +UDP source port @@ -20102,18 +20102,18 @@ UDP has been disconnected successfully Values -sport +name -UDP source port +The name of this probe -daddr +dport -A string representing the destination IP address +UDP destination port @@ -20126,34 +20126,34 @@ IP address family -name +ret -The name of this probe +Error code (0: no error) -saddr +daddr -A string representing the source IP address +A string representing the destination IP address -ret +sport -Error code (0: no error) +UDP source port -dport +saddr -UDP destination port +A string representing the source IP address @@ -20190,10 +20190,10 @@ Fires whenever a UDP message is received Values -saddr +dport -A string representing the source IP address +UDP destination port @@ -20206,50 +20206,50 @@ The name of this probe -dport +size -UDP destination port +Number of bytes received by the process -sock +daddr -Network socket used by the process +A string representing the destination IP address -sport +family -UDP source port +IP address family -size +sport -Number of bytes received by the process +UDP source port -family +sock -IP address family +Network socket used by the process -daddr +saddr -A string representing the destination IP address +A string representing the source IP address @@ -20286,18 +20286,18 @@ Fires whenever an attempt to receive a UDP message received is completed Values -saddr +daddr -A string representing the source IP address +A string representing the destination IP address -name +family -The name of this probe +IP address family @@ -20310,10 +20310,10 @@ UDP destination port -sport +name -UDP source port +The name of this probe @@ -20326,18 +20326,18 @@ Number of bytes received by the process -family +saddr -IP address family +A string representing the source IP address -daddr +sport -A string representing the destination IP address +UDP source port @@ -20374,50 +20374,50 @@ Fires whenever a process sends a UDP message Values -family +size -IP address family +Number of bytes sent by the process -size +name -Number of bytes sent by the process +The name of this probe -daddr +dport -A string representing the destination IP address +UDP destination port -sock +family -Network socket used by the process +IP address family -sport +daddr -UDP source port +A string representing the destination IP address -dport +sport -UDP destination port +UDP source port @@ -20430,10 +20430,10 @@ A string representing the source IP address -name +sock -The name of this probe +Network socket used by the process @@ -20470,18 +20470,18 @@ Fires whenever an attempt to send a UDP message is completed Values -name +size -The name of this probe +Number of bytes sent by the process -size +name -Number of bytes sent by the process +The name of this probe @@ -20811,50 +20811,50 @@ Message size in bytes -family +flags -Protocol family value +Socket flags value -flags +type -Socket flags value +Socket type value -type +state -Socket type value +Socket state value -protocol +name -Protocol value +Name of this probe -state +family -Socket state value +Protocol family value -name +protocol -Name of this probe +Protocol value @@ -20898,42 +20898,42 @@ Conclusion of message received via sock_aio_readValues -name +family -Name of this probe +Protocol family value -family +protocol -Protocol family value +Protocol value -type +success -Socket type value +Was receive successful? (1 = yes, 0 = no) -flags +name -Socket flags value +Name of this probe -size +type -Size of message received (in bytes) or error code if success = 0 +Socket type value @@ -20946,18 +20946,18 @@ Socket state value -success +size -Was receive successful? (1 = yes, 0 = no) +Size of message received (in bytes) or error code if success = 0 -protocol +flags -Protocol value +Socket flags value @@ -21001,26 +21001,26 @@ Message send via sock_aio_write Values -protocol +name -Protocol value +Name of this probe -state +family -Socket state value +Protocol family value -size +protocol -Message size in bytes +Protocol value @@ -21033,26 +21033,26 @@ Socket flags value -type +size -Socket type value +Message size in bytes -family +state -Protocol family value +Socket state value -name +type -Name of this probe +Socket type value @@ -21096,50 +21096,50 @@ Conclusion of message send via sock_aio_writeValues -state +protocol -Socket state value +Protocol value -success +family -Was receive successful? (1 = yes, 0 = no) +Protocol family value -protocol +success -Protocol value +Was receive successful? (1 = yes, 0 = no) -type +name -Socket type value +Name of this probe -flags +type -Socket flags value +Socket type value -family +state -Protocol family value +Socket state value @@ -21152,10 +21152,10 @@ Size of message received (in bytes) or error code if success = 0 -name +flags -Name of this probe +Socket flags value @@ -21199,18 +21199,18 @@ Close a socket Values -protocol +state -Protocol value +Socket state value -state +type -Socket state value +Socket type value @@ -21223,18 +21223,18 @@ Socket flags value -type +family -Socket type value +Protocol family value -family +protocol -Protocol family value +Protocol value @@ -21331,26 +21331,26 @@ Creation of a socket Values -protocol +type -Protocol value +Socket type value -type +requester -Socket type value +Requested by user process or the kernel (1 = kernel, 0 = user) -requester +name -Requested by user process or the kernel (1 = kernel, 0 = user) +Name of this probe @@ -21363,10 +21363,10 @@ Protocol family value -name +protocol -Name of this probe +Protocol value @@ -21409,58 +21409,58 @@ Return from Creation of a socket Values -family +success -Protocol family value +Was socket creation successful? (1 = yes, 0 = no) -requester +protocol -Requested by user process or the kernel (1 = kernel, 0 = user) +Protocol value -type +family -Socket type value +Protocol family value -protocol +name -Protocol value +Name of this probe -success +requester -Was socket creation successful? (1 = yes, 0 = no) +Requested by user process or the kernel (1 = kernel, 0 = user) -name +err -Name of this probe +Error code if success == 0 -err +type -Error code if success == 0 +Socket type value @@ -21503,58 +21503,58 @@ Receiving message via sock_read_iter Values -name +flags -Name of this probe +Socket flags value -state +size -Socket state value +Message size in bytes -protocol +state -Protocol value +Socket state value -family +type -Protocol family value +Socket type value -type +name -Socket type value +Name of this probe -flags +protocol -Socket flags value +Protocol value -size +family -Message size in bytes +Protocol family value @@ -21598,66 +21598,66 @@ Conclusion of message received via sock_read_iterValues -protocol +size -Protocol value +Size of message received (in bytes) or error code if success = 0 -success +flags -Was receive successful? (1 = yes, 0 = no) +Socket flags value -state +type -Socket state value +Socket type value -size +state -Size of message received (in bytes) or error code if success = 0 +Socket state value -family +name -Protocol family value +Name of this probe -flags +protocol -Socket flags value +Protocol value -type +family -Socket type value +Protocol family value -name +success -Name of this probe +Was receive successful? (1 = yes, 0 = no) @@ -21709,42 +21709,42 @@ Name of this probe -protocol +family -Protocol value +Protocol family value -state +protocol -Socket state value +Protocol value -size +flags -Message size in bytes +Socket flags value -family +size -Protocol family value +Message size in bytes -flags +state -Socket flags value +Socket state value @@ -21804,58 +21804,58 @@ Name of this probe -size +success -Size of message received (in bytes) or error code if success = 0 +Was receive successful? (1 = yes, 0 = no) -type +family -Socket type value +Protocol family value -flags +protocol -Socket flags value +Protocol value -family +flags -Protocol family value +Socket flags value -protocol +size -Protocol value +Size of message received (in bytes) or error code if success = 0 -success +state -Was receive successful? (1 = yes, 0 = no) +Socket state value -state +type -Socket state value +Socket type value @@ -21899,58 +21899,58 @@ Message received on a socket. Values -flags +type -Socket flags value +Socket type value -type +state -Socket type value +Socket state value -family +size -Protocol family value +Size of message received (in bytes) or error code if success = 0 -size +flags -Size of message received (in bytes) or error code if success = 0 +Socket flags value -state +protocol -Socket state value +Protocol value -success +family -Was send successful? (1 = yes, 0 = no) +Protocol family value -protocol +success -Protocol value +Was send successful? (1 = yes, 0 = no) @@ -21995,58 +21995,58 @@ Message being received on socket Values -protocol +name -Protocol value +Name of this probe -state +family -Socket state value +Protocol family value -size +protocol -Message size in bytes +Protocol value -flags +size -Socket flags value +Message size in bytes -type +flags -Socket type value +Socket flags value -family +type -Protocol family value +Socket type value -name +state -Name of this probe +Socket state value @@ -22090,50 +22090,50 @@ Return from Message being received on socket Values -name +flags -Name of this probe +Socket flags value -state +size -Socket state value +Size of message received (in bytes) or error code if success = 0 -success +state -Was receive successful? (1 = yes, 0 = no) +Socket state value -protocol +type -Protocol value +Socket type value -flags +name -Socket flags value +Name of this probe -type +success -Socket type value +Was receive successful? (1 = yes, 0 = no) @@ -22146,10 +22146,10 @@ Protocol family value -size +protocol -Size of message received (in bytes) or error code if success = 0 +Protocol value @@ -22193,66 +22193,66 @@ Message sent on a socket. Values -type +name -Socket type value +Name of this probe -flags +family -Socket flags value +Protocol family value -family +protocol -Protocol family value +Protocol value -size +success -Size of message sent (in bytes) or error code if success = 0 +Was send successful? (1 = yes, 0 = no) -state +size -Socket state value +Size of message sent (in bytes) or error code if success = 0 -success +flags -Was send successful? (1 = yes, 0 = no) +Socket flags value -protocol +type -Protocol value +Socket type value -name +state -Name of this probe +Socket state value @@ -22289,26 +22289,26 @@ Message is currently being sent on a socket. Values -name +type -Name of this probe +Socket type value -family +state -Protocol family value +Socket state value -type +size -Socket type value +Message size in bytes @@ -22321,26 +22321,26 @@ Socket flags value -size +family -Message size in bytes +Protocol family value -state +protocol -Socket state value +Protocol value -protocol +name -Protocol value +Name of this probe @@ -22384,66 +22384,66 @@ Return from socket.sendmsg. Values -size +success -Size of message sent (in bytes) or error code if success = 0 +Was send successful? (1 = yes, 0 = no) -family +protocol -Protocol family value +Protocol value -flags +family -Socket flags value +Protocol family value -type +name -Socket type value +Name of this probe -protocol +state -Protocol value +Socket state value -success +type -Was send successful? (1 = yes, 0 = no) +Socket type value -state +flags -Socket state value +Socket flags value -name +size -Name of this probe +Size of message sent (in bytes) or error code if success = 0 @@ -22487,58 +22487,58 @@ Message send via sock_write_iter Values -name +size -Name of this probe +Message size in bytes -state +flags -Socket state value +Socket flags value -protocol +type -Protocol value +Socket type value -family +state -Protocol family value +Socket state value -type +name -Socket type value +Name of this probe -flags +family -Socket flags value +Protocol family value -size +protocol -Message size in bytes +Protocol value @@ -22582,58 +22582,58 @@ Conclusion of message send via sock_write_iterValues -size +state -Size of message received (in bytes) or error code if success = 0 +Socket state value -flags +type -Socket flags value +Socket type value -type +flags -Socket type value +Socket flags value -family +size -Protocol family value +Size of message received (in bytes) or error code if success = 0 -protocol +success -Protocol value +Was receive successful? (1 = yes, 0 = no) -success +protocol -Was receive successful? (1 = yes, 0 = no) +Protocol value -state +family -Socket state value +Protocol family value @@ -22685,26 +22685,26 @@ Message sent via socket_writev Values -state +protocol -Socket state value +Protocol value -protocol +family -Protocol value +Protocol family value -family +name -Protocol family value +Name of this probe @@ -22717,10 +22717,10 @@ Socket type value -flags +state -Socket flags value +Socket state value @@ -22733,10 +22733,10 @@ Message size in bytes -name +flags -Name of this probe +Socket flags value @@ -22780,66 +22780,66 @@ Conclusion of message sent via socket_writevValues -state +size -Socket state value +Size of message sent (in bytes) or error code if success = 0 -success +flags -Was send successful? (1 = yes, 0 = no) +Socket flags value -protocol +type -Protocol value +Socket type value -family +state -Protocol family value +Socket state value -type +name -Socket type value +Name of this probe -flags +protocol -Socket flags value +Protocol value -size +family -Size of message sent (in bytes) or error code if success = 0 +Protocol family value -name +success -Name of this probe +Was send successful? (1 = yes, 0 = no) @@ -23701,18 +23701,18 @@ Count discarded inbound packets Values -op +skb -value to be added to the counter (default value of 1) +pointer to the struct sk_buff being acted on -skb +op -pointer to the struct sk_buff being acted on +value to be added to the counter (default value of 1) @@ -23956,18 +23956,18 @@ Count number of packet fragments reassembly requests Values -op +skb -value to be added to the counter (default value of 1) +pointer to the struct sk_buff being acted on -skb +op -pointer to the struct sk_buff being acted on +value to be added to the counter (default value of 1) @@ -24058,18 +24058,18 @@ Count of delayed acks Values -op +sk -Value to be added to the counter (default value of 1) +Pointer to the struct sock being acted on -sk +op -Pointer to the struct sock being acted on +Value to be added to the counter (default value of 1) @@ -24160,18 +24160,18 @@ Count of times a listen queue overflowed Values -sk +op -Pointer to the struct sock being acted on +Value to be added to the counter (default value of 1) -op +sk -Value to be added to the counter (default value of 1) +Pointer to the struct sock being acted on @@ -24415,18 +24415,18 @@ Count the reset of a socket Values -op +sk -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on -sk +op -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) @@ -24569,18 +24569,18 @@ Count the sending of a TCP segment Values -sk +op -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) -op +sk -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on @@ -24620,18 +24620,18 @@ Count the passive creation of a socket Values -op +sk -value to be added to the counter (default value of 1) +pointer to the struct sock being acted on -sk +op -pointer to the struct sock being acted on +value to be added to the counter (default value of 1) @@ -24949,18 +24949,18 @@ the 0th arg (SystemTap v2.5+) -name +filename -Name of the system call (execve) (SystemTap v2.5+) +The path to the new executable -filename +name -The path to the new executable +Name of the system call (execve) (SystemTap v2.5+) @@ -25013,10 +25013,10 @@ Return from exec to a new program Values -name +retstr -Name of the system call (execve) (SystemTap v2.5+) +A string representation of errno (SystemTap v2.5+) @@ -25037,10 +25037,10 @@ The error number resulting from the exec -retstr +name -A string representation of errno (SystemTap v2.5+) +Name of the system call (execve) (SystemTap v2.5+) @@ -25133,34 +25133,34 @@ Process released Values -released_tid +pid -TID of the task being released +Same as released_pid for compatibility (deprecated) -pid +released_tid -Same as released_pid for compatibility (deprecated) +TID of the task being released -task +released_pid -A task handle to the process being released +PID of the process being released -released_pid +task -PID of the process being released +A task handle to the process being released @@ -25510,34 +25510,34 @@ Checking to see signal is ignored Values -sig_name +pid_name -A string representation of the signal +Name of the process receiving the signal -sig +sig_name -The number of the signal +A string representation of the signal -pid_name +sig_pid -Name of the process receiving the signal +The PID of the process receiving the signal -sig_pid +sig -The PID of the process receiving the signal +The number of the signal @@ -25568,18 +25568,18 @@ Check to see signal is ignored completed Values -name +retstr -Name of the probe point +Return value as a string -retstr +name -Return value as a string +Name of the probe point @@ -25610,66 +25610,66 @@ Check being performed on a sent signal Values -sig_pid +sig_name -The PID of the process receiving the signal +A string representation of the signal -pid_name +sinfo -Name of the process receiving the signal +The address of the siginfo structure -name +sig_pid -Name of the probe point +The PID of the process receiving the signal -sinfo +sig -The address of the siginfo structure +The number of the signal -task +name -A task handle to the signal recipient +Name of the probe point -sig +task -The number of the signal +A task handle to the signal recipient -sig_name +si_code -A string representation of the signal +Indicates the signal type -si_code +pid_name -Indicates the signal type +Name of the process receiving the signal @@ -25742,36 +25742,35 @@ Examining or changing a signal action Values -sig_name +sa_mask -A string representation of the signal +The new mask of the signal -sa_mask +sa_handler -The new mask of the signal +The new handler of the signal -sigact_addr +oldsigact_addr -The address of the new sigaction +The address of the old sigaction struct associated with the signal -oldsigact_addr +sig_name -The address of the old sigaction -struct associated with the signal +A string representation of the signal @@ -25792,10 +25791,11 @@ The signal to be examined/changed -sa_handler +sigact_addr -The new handler of the signal +The address of the new sigaction +struct associated with the signal @@ -25876,28 +25876,28 @@ The task handler of the process performing the flush -sig_pid +pid_name -The PID of the process associated with the task +The name of the process associated with the task performing the flush -name +sig_pid -Name of the probe point +The PID of the process associated with the task +performing the flush -pid_name +name -The name of the process associated with the task -performing the flush +Name of the probe point @@ -25928,42 +25928,42 @@ Forcing send of SIGSEGV Values -sig +sig_name -The number of the signal +A string representation of the signal -name +sig_pid -Name of the probe point +The PID of the process receiving the signal -pid_name +sig -Name of the process receiving the signal +The number of the signal -sig_pid +name -The PID of the process receiving the signal +Name of the probe point -sig_name +pid_name -A string representation of the signal +Name of the process receiving the signal @@ -26036,77 +26036,77 @@ Signal handler being invoked Values -sig +regs -The signal number that invoked the signal handler +The address of the kernel-mode stack area (deprecated in +SystemTap 2.1) -oldset_addr +ka_addr -The address of the bitmask array of blocked signals -(deprecated in SystemTap 2.1) +The address of the k_sigaction table +associated with the signal -sig_mode +oldset_addr -Indicates whether the signal was a user-mode or kernel-mode signal +The address of the bitmask array of blocked signals +(deprecated in SystemTap 2.1) -name +sig_code -Name of the probe point +The si_code value of the siginfo signal -sinfo +sig_mode -The address of the siginfo table +Indicates whether the signal was a user-mode or kernel-mode signal -regs +sig_name -The address of the kernel-mode stack area (deprecated in -SystemTap 2.1) +A string representation of the signal -sig_name +sinfo -A string representation of the signal +The address of the siginfo table -sig_code +sig -The si_code value of the siginfo signal +The signal number that invoked the signal handler -ka_addr +name -The address of the k_sigaction table -associated with the signal +Name of the probe point @@ -26185,27 +26185,27 @@ Examining pending signal Values -sigset_add +sigset_size -The address of the user-space signal set -(sigset_t) +The size of the user-space signal set -sigset_size +name -The size of the user-space signal set +Name of the probe point -name +sigset_add -Name of the probe point +The address of the user-space signal set +(sigset_t) @@ -26244,18 +26244,18 @@ Examination of pending signal completed Values -retstr +name -Return value as a string +Name of the probe point -name +retstr -Name of the probe point +Return value as a string @@ -26286,20 +26286,20 @@ Examining or changing blocked signals Values -oldsigset_addr +sigset -The old address of the signal set -(sigset_t) +The actual value to be set for sigset_t +(correct?) -sigset +oldsigset_addr -The actual value to be set for sigset_t -(correct?) +The old address of the signal set +(sigset_t) @@ -26315,19 +26315,19 @@ SIG_SETMASK=2 for setting the signal mask. -name +sigset_addr -Name of the probe point +The address of the signal set (sigset_t) +to be implemented -sigset_addr +name -The address of the signal set (sigset_t) -to be implemented +Name of the probe point @@ -26400,51 +26400,50 @@ Signal being sent to a process Values -sig_name +name -A string representation of the signal +The name of the function used to send out the signal -shared +sig -Indicates whether the signal is shared by the thread group +The number of the signal -send2queue +sig_pid -Indicates whether the signal is sent to an existing -sigqueue (deprecated in SystemTap 2.1) +The PID of the process receiving the signal -si_code +sinfo -Indicates the signal type +The address of siginfo struct -name +sig_name -The name of the function used to send out the signal +A string representation of the signal -sinfo +shared -The address of siginfo struct +Indicates whether the signal is shared by the thread group @@ -26457,26 +26456,27 @@ The name of the signal recipient -sig_pid +si_code -The PID of the process receiving the signal +Indicates the signal type -sig +task -The number of the signal +A task handle to the signal recipient -task +send2queue -A task handle to the signal recipient +Indicates whether the signal is sent to an existing +sigqueue (deprecated in SystemTap 2.1) @@ -26513,34 +26513,34 @@ Signal being sent to a process completed (deprecated in SystemTap 2.1) Values -retstr +shared -The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue +Indicates whether the sent signal is shared by the thread group. -name +send2queue -The name of the function used to send out the signal +Indicates whether the sent signal was sent to an existing sigqueue -send2queue +retstr -Indicates whether the sent signal was sent to an existing sigqueue +The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue -shared +name -Indicates whether the sent signal is shared by the thread group. +The name of the function used to send out the signal @@ -26612,26 +26612,26 @@ Queuing a signal to a process Values -sig +pid_name -The queued signal +Name of the process to which the signal is queued -name +sigqueue_addr -Name of the probe point +The address of the signal queue -pid_name +name -Name of the process to which the signal is queued +Name of the probe point @@ -26644,10 +26644,10 @@ The PID of the process to which the signal is queued -sigqueue_addr +sig -The address of the signal queue +The queued signal @@ -26686,18 +26686,18 @@ Queuing a signal to a process completed Values -retstr +name -Return value as a string +Name of the probe point -name +retstr -Name of the probe point +Return value as a string @@ -26728,18 +26728,18 @@ Sending kill signal to a thread group Values -sig_name +pid_name -A string representation of the signal +The name of the signal recipient -tgid +task -The thread group ID of the thread receiving the kill signal +A task handle to the signal recipient @@ -26752,10 +26752,10 @@ The specific kill signal sent to the process -task +sig_pid -A task handle to the signal recipient +The PID of the thread receiving the kill signal @@ -26768,18 +26768,18 @@ Name of the probe point -pid_name +sig_name -The name of the signal recipient +A string representation of the signal -sig_pid +tgid -The PID of the thread receiving the kill signal +The thread group ID of the thread receiving the kill signal @@ -26860,42 +26860,42 @@ Sending a kill signal to a thread Values -name +pid_name -Name of the probe point +The name of the signal recipient -pid_name +task -The name of the signal recipient +A task handle to the signal recipient -sig_pid +sig -The PID of the process receiving the kill signal +The specific signal sent to the process -task +sig_pid -A task handle to the signal recipient +The PID of the process receiving the kill signal -sig +name -The specific signal sent to the process +Name of the probe point @@ -26943,18 +26943,18 @@ Sending kill signal to a process Values -task +pid_name -A task handle to the signal recipient +The name of the signal recipient -sig +task -The specific signal sent to the process +A task handle to the signal recipient @@ -26967,10 +26967,10 @@ The PID of the process receiving the signal -pid_name +sig -The name of the signal recipient +The specific signal sent to the process @@ -27086,38 +27086,38 @@ Sleeping process being wakened for signal Values -resume +sig_pid -Indicates whether to wake up a task in a -STOPPED or TRACED state +The PID of the process to wake -pid_name +state_mask -Name of the process to wake +A string representation indicating the mask +of task states to wake. Possible values are +TASK_INTERRUPTIBLE, TASK_STOPPED, +TASK_TRACED, TASK_WAKEKILL, and TASK_INTERRUPTIBLE. -sig_pid +resume -The PID of the process to wake +Indicates whether to wake up a task in a +STOPPED or TRACED state -state_mask +pid_name -A string representation indicating the mask -of task states to wake. Possible values are -TASK_INTERRUPTIBLE, TASK_STOPPED, -TASK_TRACED, TASK_WAKEKILL, and TASK_INTERRUPTIBLE. +Name of the process to wake @@ -35303,18 +35303,18 @@ a ptr to a binary blob of data sent as the control message -type +len -type of message being send; defined in runtime/transport/transport_msgs.h +the length (in bytes) of the data blob -len +type -the length (in bytes) of the data blob +type of message being send; defined in runtime/transport/transport_msgs.h @@ -35398,75 +35398,75 @@ NFS client synchronously reading a page Values -i_flag +dev -file flags +device identifier -size +page_index -number of pages to be read in this execution +offset within mapping, can used a page identifier +and position identifier in the page frame -__page +ino -the address of page +inode number -sb_flag +__page -super block flags +the address of page -rsize +sb_flag -read size (in bytes) +super block flags -page_index +file -offset within mapping, can used a page identifier -and position identifier in the page frame +file argument -dev +rsize -device identifier +read size (in bytes) -ino +size -inode number +number of pages to be read in this execution -file +i_flag -file argument +file flags @@ -35512,18 +35512,18 @@ NFS client reading multiple pages Values -ino +rpages -inode number +read size (in pages) -file +size -filp argument +number of pages attempted to read in this execution @@ -35536,10 +35536,10 @@ read size (in bytes) -dev +file -device identifier +filp argument @@ -35552,18 +35552,18 @@ number of pages attempted to read in this execution -rpages +dev -read size (in pages) +device identifier -size +ino -number of pages attempted to read in this execution +inode number @@ -35600,6 +35600,14 @@ NFS client releasing page Values +size + + +release pages + + + + ino @@ -35632,14 +35640,6 @@ the address of page - -size - - -release pages - - - @@ -35723,51 +35723,51 @@ NFS client begin to write data Values -dev +size -device identifier +write bytes -page_index +to -offset within mapping, can used a page identifier -and position identifier in the page frame +end address of this write operation -ino +dev -inode number +device identifier -size +page_index -write bytes +offset within mapping, can used a page identifier +and position identifier in the page frame -to +offset -end address of this write operation +start address of this write operation -offset +ino -start address of this write operation +inode number @@ -35825,34 +35825,34 @@ file length in bytes -ino +i_flag -inode number +file flags -sb_flag +size -super block flags +write bytes -dev +to -device identifier +end address of this write operation -page_index +sb_flag -offset within mapping, can used a page identifier and position identifier in the page frame +super block flags @@ -35865,34 +35865,34 @@ the address of page -offset +page_index -start address of this write operation +offset within mapping, can used a page identifier and position identifier in the page frame -to +ino -end address of this write operation +inode number -i_flag +offset -file flags +start address of this write operation -size +dev -write bytes +device identifier @@ -35933,101 +35933,101 @@ NFS client writing a mapped page to the NFS server Values -i_state +size -inode state flags +number of pages to be written in this execution -for_kupdate +i_flag -a flag of writeback_control, -indicates if it's a kupdate writeback +file flags -__page +for_kupdate -the address of page +a flag of writeback_control, +indicates if it's a kupdate writeback -i_flag +i_state -file flags +inode state flags -size +i_size -number of pages to be written in this execution +file length in bytes -ino +page_index -inode number +offset within mapping, +can used a page identifier and position identifier in the page frame -for_reclaim +dev -a flag of writeback_control, -indicates if it's invoked from the page allocator +device identifier -i_size +ino -file length in bytes +inode number -sb_flag +for_reclaim -super block flags +a flag of writeback_control, +indicates if it's invoked from the page allocator -page_index +__page -offset within mapping, -can used a page identifier and position identifier in the page frame +the address of page -wsize +sb_flag -write size +super block flags -dev +wsize -device identifier +write size @@ -36081,10 +36081,10 @@ number of pages attempted to be written in this execution -wsize +ino -write size +inode number @@ -36098,10 +36098,10 @@ indicates if it's invoked from the page allocator -ino +wsize -inode number +write size @@ -36164,44 +36164,44 @@ NFS client aio_read file operation Values -buf +file_name -the address of buf in user space +file name -attrtimeo +parent_name -how long the cached information is assumed to be valid. -We need to revalidate the cached attrs for this inode -if jiffies - read_cache_jiffies > attrtimeo. +parent dir name -file_name +cache_valid -file name +cache related bit mask flag -ino +buf -inode number +the address of buf in user space -cache_valid +attrtimeo -cache related bit mask flag +how long the cached information is assumed to be valid. +We need to revalidate the cached attrs for this inode +if jiffies - read_cache_jiffies > attrtimeo. @@ -36222,18 +36222,18 @@ current position of file -parent_name +dev -parent dir name +device identifier -dev +ino -device identifier +inode number @@ -36272,58 +36272,58 @@ NFS client aio_write file operation Values -dev +buf -device identifier +the address of buf in user space -pos +parent_name -offset of the file +parent dir name -count +file_name -read bytes +file name -parent_name +dev -parent dir name +device identifier -buf +ino -the address of buf in user space +inode number -file_name +count -file name +read bytes -ino +pos -inode number +offset of the file @@ -36388,34 +36388,34 @@ NFS client flush file operation Values -dev +mode -device identifier +file mode -ino +ndirty -inode number +number of dirty page -mode +dev -file mode +device identifier -ndirty +ino -number of dirty page +inode number @@ -36504,26 +36504,26 @@ the position to seek from -dev +whence_str -device identifier +symbolic string representation of the position to seek from -offset +dev -the offset of the file will be repositioned +device identifier -whence_str +offset -symbolic string representation of the position to seek from +the offset of the file will be repositioned @@ -36562,18 +36562,18 @@ NFS client file lock operation Values -fl_flag +cmd -lock flags +cmd arguments -fl_type +dev -lock type +device identifier @@ -36586,18 +36586,18 @@ inode number -dev +fl_type -device identifier +lock type -cmd +fl_end -cmd arguments +ending offset of locked region @@ -36610,10 +36610,10 @@ file type and access rights -fl_end +fl_flag -ending offset of locked region +lock flags @@ -36652,18 +36652,10 @@ NFS client mmap operation Values -vm_start - - -start address within vm_mm - - - - -parent_name +cache_time -parent dir name +when we started read-caching this inode @@ -36684,44 +36676,44 @@ inode number -buf +attrtimeo -the address of buf in user space +how long the cached information is assumed to be valid. +We need to revalidate the cached attrs for this inode +if jiffies - read_cache_jiffies > attrtimeo. -cache_valid +vm_end -cache related bit mask flag +the first byte after end address within vm_mm -vm_end +buf -the first byte after end address within vm_mm +the address of buf in user space -cache_time +cache_valid -when we started read-caching this inode +cache related bit mask flag -attrtimeo +parent_name -how long the cached information is assumed to be valid. -We need to revalidate the cached attrs for this inode -if jiffies - read_cache_jiffies > attrtimeo. +parent dir name @@ -36741,6 +36733,14 @@ vm flags + +vm_start + + +start address within vm_mm + + + @@ -36768,18 +36768,18 @@ NFS client file open operation Values -file_name +flag -file name +file flag -flag +ino -file flag +inode number @@ -36792,10 +36792,10 @@ device identifier -ino +file_name -inode number +file name @@ -36876,10 +36876,10 @@ NFS client read_iter file operation Values -cache_valid +dev -cache related bit mask flag +device identifier @@ -36892,60 +36892,60 @@ inode number -attrtimeo +cache_time -how long the cached information is assumed to be valid. -We need to revalidate the cached attrs for this inode -if jiffies - read_cache_jiffies > attrtimeo. +when we started read-caching this inode -file_name +attrtimeo -file name +how long the cached information is assumed to be valid. +We need to revalidate the cached attrs for this inode +if jiffies - read_cache_jiffies > attrtimeo. -cache_time +pos -when we started read-caching this inode +current position of file -dev +count -device identifier +read bytes -parent_name +cache_valid -parent dir name +cache related bit mask flag -pos +file_name -current position of file +file name -count +parent_name -read bytes +parent dir name @@ -36976,26 +36976,26 @@ NFS client release page operation Values -mode +ino -file mode +inode number -ino +dev -inode number +device identifier -dev +mode -device identifier +file mode @@ -37026,60 +37026,60 @@ NFS client send file operation Values -dev +ppos -device identifier +current position of file -count +cache_valid -read bytes +cache related bit mask flag -ppos +count -current position of file +read bytes -cache_valid +attrtimeo -cache related bit mask flag +how long the cached information is assumed to be valid. +We need to revalidate the cached attrs for this inode +if jiffies - read_cache_jiffies > attrtimeo. -ino +cache_time -inode number +when we started read-caching this inode -cache_time +ino -when we started read-caching this inode +inode number -attrtimeo +dev -how long the cached information is assumed to be valid. -We need to revalidate the cached attrs for this inode -if jiffies - read_cache_jiffies > attrtimeo. +device identifier @@ -37152,34 +37152,34 @@ NFS client write_iter file operation Values -pos +count -offset of the file +read bytes -count +pos -read bytes +offset of the file -parent_name +dev -parent dir name +device identifier -dev +ino -device identifier +inode number @@ -37192,10 +37192,10 @@ file name -ino +parent_name -inode number +parent dir name @@ -37226,40 +37226,39 @@ NFS client committing data on server Values -size +version -read bytes in this execution +NFS version -version +prot -NFS version +transfer protocol -bitmask1 +server_ip -V4 bitmask representing the set of attributes supported -on this filesystem +IP address of server -server_ip +size -IP address of server +read bytes in this execution -bitmask0 +bitmask1 V4 bitmask representing the set of attributes supported @@ -37268,18 +37267,19 @@ on this filesystem -prot +offset -transfer protocol +the file offset -offset +bitmask0 -the file offset +V4 bitmask representing the set of attributes supported +on this filesystem @@ -37324,34 +37324,34 @@ NFS client response to a commit RPC task Values -valid +count -fattr->valid, indicates which fields are valid +number of bytes committed -prot +version -transfer protocol +NFS version -timestamp +prot -V4 timestamp, which is used for lease renewal +transfer protocol -status +timestamp -result of last operation +V4 timestamp, which is used for lease renewal @@ -37364,18 +37364,18 @@ IP address of server -count +valid -number of bytes committed +fattr->valid, indicates which fields are valid -version +status -NFS version +result of last operation @@ -37413,10 +37413,10 @@ NFS client setting up a commit RPC task Values -offset +server_ip -the file offset +IP address of server @@ -37429,48 +37429,48 @@ transfer protocol -bitmask0 +version -V4 bitmask representing the set of attributes supported -on this filesystem +NFS version -version +size -NFS version +bytes in this commit -size +offset -bytes in this commit +the file offset -count +bitmask1 -bytes in this commit +V4 bitmask representing the set of attributes supported +on this filesystem -server_ip +count -IP address of server +bytes in this commit -bitmask1 +bitmask0 V4 bitmask representing the set of attributes supported @@ -37521,34 +37521,34 @@ file name -flag +prot -indicates create mode (only for NFSv3 and NFSv4) +transfer protocol -prot +flag -transfer protocol +indicates create mode (only for NFSv3 and NFSv4) -filelen +version -length of file name +NFS version (the function is used for all NFS version) -version +server_ip -NFS version (the function is used for all NFS version) +IP address of server @@ -37561,10 +37561,10 @@ file handle of parent dir -server_ip +filelen -IP address of server +length of file name @@ -37635,10 +37635,11 @@ NFS client opens/searches a file on server Values -version +bitmask0 -NFS version +V4 bitmask representing the set of attributes supported +on this filesystem @@ -37652,35 +37653,34 @@ on this filesystem -server_ip +version -IP address of server +NFS version -filename +prot -the name of file which client opens/searches on server +transfer protocol -bitmask0 +filename -V4 bitmask representing the set of attributes supported -on this filesystem +the name of file which client opens/searches on server -prot +server_ip -transfer protocol +IP address of server @@ -37719,42 +37719,42 @@ NFS client allocates file read/write context information Values -prot +mode -transfer protocol +file mode -flag +filename -file flag +file name -filename +prot -file name +transfer protocol -mode +version -file mode +NFS version (the function is used for all NFS version) -version +flag -NFS version (the function is used for all NFS version) +file flag @@ -37799,10 +37799,10 @@ NFS client synchronously reads file from server Values -flags +version -used to set task->tk_flags in rpc_init_task function +NFS version @@ -37815,10 +37815,10 @@ transfer protocol -offset +flags -the file offset +used to set task->tk_flags in rpc_init_task function @@ -37839,10 +37839,10 @@ read bytes in this execution -version +offset -NFS version +the file offset @@ -37889,42 +37889,42 @@ NFS version -server_ip +prot -IP address of server +transfer protocol -count +timestamp -number of bytes read +V4 timestamp, which is used for lease renewal -status +server_ip -result of last operation +IP address of server -prot +status -transfer protocol +result of last operation -timestamp +count -V4 timestamp, which is used for lease renewal +number of bytes read @@ -37962,10 +37962,10 @@ NFS client setting up a read RPC task Values -offset +size -the file offset +read bytes in this execution @@ -37978,10 +37978,10 @@ transfer protocol -count +version -read bytes in this execution +NFS version @@ -37994,15 +37994,15 @@ IP address of server -version +offset -NFS version +the file offset -size +count read bytes in this execution @@ -38043,42 +38043,42 @@ NFS client releases file read/write context information Values -filename +mode -file name +file mode -flag +version -file flag +NFS version (the function is used for all NFS version) -prot +flag -transfer protocol +file flag -version +filename -NFS version (the function is used for all NFS version) +file name -mode +prot -file mode +transfer protocol @@ -38123,26 +38123,26 @@ NFS client removes a file on server Values -prot +server_ip -transfer protocol +IP address of server -filename +prot -file name +transfer protocol -fh +filename -file handle of parent dir +file name @@ -38155,18 +38155,18 @@ NFS version (the function is used for all NFS version) -filelen +fh -length of file name +file handle of parent dir -server_ip +filelen -IP address of server +length of file name @@ -38197,74 +38197,74 @@ NFS client renames a file on server Values -server_ip +old_name -IP address of server +old file name -version +new_name -NFS version (the function is used for all NFS version) +new file name -new_filelen +prot -length of new file name +transfer protocol -old_filelen +version -length of old file name +NFS version (the function is used for all NFS version) -old_name +old_filelen -old file name +length of old file name -new_name +new_fh -new file name +file handle of new parent dir -new_fh +server_ip -file handle of new parent dir +IP address of server -old_fh +new_filelen -file handle of old parent dir +length of new file name -prot +old_fh -transfer protocol +file handle of old parent dir @@ -38295,58 +38295,58 @@ NFS client response to a rename RPC task Values -version +old_fh -NFS version +file handle of old parent dir -server_ip +status -IP address of server +result of last operation -new_fh +timestamp -file handle of new parent dir +V4 timestamp, which is used for lease renewal -timestamp +server_ip -V4 timestamp, which is used for lease renewal +IP address of server -old_fh +new_fh -file handle of old parent dir +file handle of new parent dir -prot +version -transfer protocol +NFS version -status +prot -result of last operation +transfer protocol @@ -38400,18 +38400,18 @@ NFS version -fh +server_ip -file handle of parent dir +IP address of server -server_ip +fh -IP address of server +file handle of parent dir @@ -38449,68 +38449,68 @@ NFS client synchronously writes file to server Values -size +server_ip -read bytes in this execution +IP address of server -version +flags -NFS version +used to set task->tk_flags in rpc_init_task function -server_ip +prot -IP address of server +transfer protocol -bitmask1 +version -V4 bitmask representing the set of attributes supported -on this filesystem +NFS version -offset +size -the file offset +read bytes in this execution -bitmask0 +offset -V4 bitmask representing the set of attributes supported -on this filesystem +the file offset -prot +bitmask1 -transfer protocol +V4 bitmask representing the set of attributes supported +on this filesystem -flags +bitmask0 -used to set task->tk_flags in rpc_init_task function +V4 bitmask representing the set of attributes supported +on this filesystem @@ -38549,6 +38549,14 @@ NFS client response to a write RPC task Values +count + + +number of bytes written + + + + valid @@ -38565,10 +38573,10 @@ result of last operation -timestamp +version -V4 timestamp, which is used for lease renewal +NFS version @@ -38581,10 +38589,10 @@ transfer protocol -count +timestamp -number of bytes written +V4 timestamp, which is used for lease renewal @@ -38596,14 +38604,6 @@ IP address of server - -version - - -NFS version - - - @@ -38638,7 +38638,16 @@ NFS client setting up a write RPC task Values -size +bitmask0 + + +V4 bitmask representing the set of attributes supported +on this filesystem + + + + +count bytes written in this execution @@ -38646,10 +38655,10 @@ bytes written in this execution -version +offset -NFS version +the file offset @@ -38673,7 +38682,7 @@ NFS_UNSTABLE,NFS_DATA_SYNC,NFS_FILE_SYNC -count +size bytes written in this execution @@ -38689,11 +38698,10 @@ IP address of server -bitmask0 +version -V4 bitmask representing the set of attributes supported -on this filesystem +NFS version @@ -38705,14 +38713,6 @@ transfer protocol - -offset - - -the file offset - - - @@ -38787,18 +38787,18 @@ NFS server committing all pending writes to stable storage Values -flag +offset -indicates whether this execution is a sync operation +the offset of file -fh +client_ip -file handle (the first part is the length of the file handle) +the ip address of client @@ -38811,26 +38811,26 @@ read bytes -size +fh -read bytes +file handle (the first part is the length of the file handle) -client_ip +size -the ip address of client +read bytes -offset +flag -the offset of file +indicates whether this execution is a sync operation @@ -38861,50 +38861,50 @@ NFS server creating a file(regular,dir,device,fifo) for client Values -filelen +fh -the length of file name +file handle (the first part is the length of the file handle) -type +client_ip -file type(regular,dir,device,fifo ...) +the ip address of client -fh +iap_valid -file handle (the first part is the length of the file handle) +Attribute flags -client_ip +type -the ip address of client +file type(regular,dir,device,fifo ...) -iap_valid +iap_mode -Attribute flags +file access mode -iap_mode +filelen -file access mode +the length of file name @@ -38949,26 +38949,26 @@ NFS server creating a regular file or set file attributes for client Values -verifier +iap_valid -file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE +Attribute flags -truncp +fh -trunp arguments, indicates if the file shouldbe truncate +file handle (the first part is the length of the file handle) -filelen +client_ip -the length of file name +the ip address of client @@ -38981,10 +38981,10 @@ create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UN -fh +truncp -file handle (the first part is the length of the file handle) +trunp arguments, indicates if the file shouldbe truncate @@ -38997,26 +38997,26 @@ file access mode -filename +filelen -file name +the length of file name -client_ip +verifier -the ip address of client +file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE -iap_valid +filename -Attribute flags +file name @@ -39062,42 +39062,42 @@ procedure number -client_ip +version -the ip address of client +nfs version -xid +client_ip -transmission id +the ip address of client -prog +proto -program number +transfer protocol -proto +xid -transfer protocol +transmission id -version +prog -nfs version +program number @@ -39128,34 +39128,34 @@ NFS server opening or searching file for a file for client Values -fh +client_ip -file handle of parent dir(the first part is the length of the file handle) +the ip address of client -filelen +fh -the length of file name +file handle of parent dir(the first part is the length of the file handle) -client_ip +filename -the ip address of client +file name -filename +filelen -file name +the length of file name @@ -39186,14 +39186,6 @@ NFS server opening a file for client Values -fh - - -file handle (the first part is the length of the file handle) - - - - type @@ -39217,6 +39209,14 @@ indicates the type of open (read/write/commit/readdir...) + +fh + + +file handle (the first part is the length of the file handle) + + + @@ -39244,42 +39244,42 @@ NFS server performing a commit operation for client Values -client_ip +proto -the ip address of client +transfer protocol -proto +size -transfer protocol +read bytes -version +offset -nfs version +the offset of file -offset +client_ip -the offset of file +the ip address of client -uid +gid -requester's user id +requester's group id @@ -39292,10 +39292,10 @@ file handle (the first part is the length of the file handle) -size +uid -read bytes +requester's user id @@ -39308,10 +39308,10 @@ read bytes -gid +version -requester's group id +nfs version @@ -39342,26 +39342,26 @@ NFS server creating a file for client Values -version +fh -nfs version +file handle (the first part is the length of the file handle) -proto +uid -transfer protocol +requester's user id -filename +version -file name +nfs version @@ -39374,34 +39374,34 @@ the ip address of client -uid +gid -requester's user id +requester's group id -fh +proto -file handle (the first part is the length of the file handle) +transfer protocol -gid +filelen -requester's group id +length of file name -filelen +filename -length of file name +file name @@ -39432,58 +39432,58 @@ NFS server opening or searching for a file for client Values -client_ip +proto -the ip address of client +transfer protocol -fh +client_ip -file handle of parent dir (the first part is the length of the file handle) +the ip address of client -filename +gid -file name +requester's group id -version +filename -nfs version +file name -proto +filelen -transfer protocol +the length of file name -filelen +version -the length of file name +nfs version -gid +fh -requester's group id +file handle of parent dir (the first part is the length of the file handle) @@ -39522,26 +39522,26 @@ NFS server reading file for client Values -version +client_ip -nfs version +the ip address of client -proto +gid -transfer protocol +requester's group id -client_ip +version -the ip address of client +nfs version @@ -39554,50 +39554,50 @@ read blocks -vec +count -struct kvec, includes buf address in kernel address and length of each buffer +read bytes -uid +fh -requester's user id +file handle (the first part is the length of the file handle) -offset +uid -the offset of file +requester's user id -fh +offset -file handle (the first part is the length of the file handle) +the offset of file -count +proto -read bytes +transfer protocol -gid +vec -requester's group id +struct kvec, includes buf address in kernel address and length of each buffer @@ -39636,50 +39636,50 @@ NFS server removing a file for client Values -uid +gid -requester's user id +requester's group id -filename +client_ip -file name +the ip address of client -version +fh -nfs version +file handle (the first part is the length of the file handle) -proto +uid -transfer protocol +requester's user id -client_ip +version -the ip address of client +nfs version -gid +filename -requester's group id +file name @@ -39692,10 +39692,10 @@ length of file name -fh +proto -file handle (the first part is the length of the file handle) +transfer protocol @@ -39726,58 +39726,58 @@ NFS Server renaming a file for client Values -fh +filename -file handler of old path +old file name -tlen +tname -length of new file name +new file name -gid +flen -requester's group id +length of old file name -flen +tfh -length of old file name +file handler of new path -client_ip +tlen -the ip address of client +length of new file name -filename +client_ip -old file name +the ip address of client -tname +gid -new file name +requester's group id @@ -39790,10 +39790,10 @@ requester's user id -tfh +fh -file handler of new path +file handler of old path @@ -39824,10 +39824,10 @@ NFS server writing data to file for client Values -fh +proto -file handle (the first part is the length of the file handle) +transfer protocol @@ -39840,34 +39840,34 @@ read bytes -gid +vec -requester's group id +struct kvec, includes buf address in kernel address and length of each buffer -count +stable -read bytes +argp->stable -vlen +offset -read blocks +the offset of file -stable +gid -argp->stable +requester's group id @@ -39880,42 +39880,42 @@ the ip address of client -version +uid -nfs version +requester's user id -proto +fh -transfer protocol +file handle (the first part is the length of the file handle) -offset +version -the offset of file +nfs version -vec +vlen -struct kvec, includes buf address in kernel address and length of each buffer +read blocks -uid +count -requester's user id +read bytes @@ -39946,42 +39946,42 @@ NFS server reading data from a file for client Values -file +size -argument file, indicates if the file has been opened. +read bytes -fh +vec -file handle (the first part is the length of the file handle) +struct kvec, includes buf address in kernel address and length of each buffer -count +file -read bytes +argument file, indicates if the file has been opened. -size +client_ip -read bytes +the ip address of client -client_ip +fh -the ip address of client +file handle (the first part is the length of the file handle) @@ -39994,10 +39994,10 @@ read blocks -vec +count -struct kvec, includes buf address in kernel address and length of each buffer +read bytes @@ -40036,26 +40036,26 @@ NFS server renaming a file for client Values -tname +fh -new file name +file handler of old path -tfh +client_ip -file handler of new path +the ip address of client -client_ip +tfh -the ip address of client +file handler of new path @@ -40076,18 +40076,18 @@ length of old file name -tlen +tname -length of new file name +new file name -fh +tlen -file handler of old path +length of new file name @@ -40118,26 +40118,26 @@ NFS server removing a file or a directory for client Values -filename +client_ip -file name +the ip address of client -client_ip +fh -the ip address of client +file handle (the first part is the length of the file handle) -fh +filename -file handle (the first part is the length of the file handle) +file name @@ -40184,10 +40184,18 @@ NFS server writing data to a file for client Values -size +offset -read bytes +the offset of file + + + + +vlen + + +read blocks @@ -40216,10 +40224,10 @@ argument file, indicates if the file has been opened. -offset +client_ip -the offset of file +the ip address of client @@ -40232,18 +40240,10 @@ struct kvec, includes buf address in kernel address and length of each buffer -vlen - - -read blocks - - - - -client_ip +size -the ip address of client +read bytes @@ -41098,12 +41098,12 @@ None This probe fires when the JSON data is about to be read. This probe must gather up data and then call the following macros to -output the data in JSON format. First, @json_output_data_start +output the data in JSON format. First, json_output_data_start() must be called. That call is followed by one or more of the following (one call for each data item): -@json_output_string_value, @json_output_numeric_value, -@json_output_array_string_value, and -@json_output_array_numeric_value. Finally @json_output_data_end +json_output_string_value(), json_output_numeric_value(), +json_output_array_string_value(), and +json_output_array_numeric_value(). Finally json_output_data_end() must be called. @@ -41149,6 +41149,591 @@ sent to file(s). +Floating point processing Tapset +Utility functions to extract, convert, and perform arithmetic +on IEEE-754 doubles. + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_add +3stap + + +function::fp_add + +Addition between floating points + + + +Synopsis + +fp_add:long(add1:long,add2:long) + + + +Arguments + + +add1 + + +the 64 bit floating point addend + + + + +add2 + + +second 64 bit floating point addend + + + + + + +Description + +Given addend 1 and addend 2, apply floating point adding + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_eq +3stap + + +function::fp_eq + +fp comparison function equal + + + +Synopsis + +fp_eq:long(infp1:long,infp2:long) + + + +Arguments + + +infp1 + + +the 64 bit floating point input + + + + +infp2 + + +second 64 bit floating point input + + + + + + +Description + +check if infp1 is equal to infp2 + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_le +3stap + + +function::fp_le + +Check if first fp is less than or equal to + + + +Synopsis + +fp_le:long(infp1:long,infp2:long) + + + +Arguments + + +infp1 + + +the 64 bit floating point input + + + + +infp2 + + +second 64 bit floating point input + + + + + + +Description + +check if infp1 is less than or equal to infp2 + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_lt +3stap + + +function::fp_lt + +fp comparison function less than + + + +Synopsis + +fp_lt:long(infp1:long,infp2:long) + + + +Arguments + + +infp1 + + +the 64 bit floating point input + + + + +infp2 + + +second 64 bit floating point input + + + + + + +Description + +check if infp1 is strictly less than infp2 + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_mul +3stap + + +function::fp_mul + +Multiplication between floating points + + + +Synopsis + +fp_mul:long(mul1:long,mul2:long) + + + +Arguments + + +mul1 + + +the 64 bit floating point multiplicand + + + + +mul2 + + +64 bit floating point multiplier + + + + + + +Description + +result is multiplicand times multiplier + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_rem +3stap + + +function::fp_rem + +Floating point division + + + +Synopsis + +fp_rem:long(div1:long,div2:long) + + + +Arguments + + +div1 + + +the 64 bit floating point dividend + + + + +div2 + + +64 bit floating point divisor + + + + + + +Description + +result would be the remainder after divisor divides dividend + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_sqrt +3stap + + +function::fp_sqrt + +Floating point square root + + + +Synopsis + +fp_sqrt:long(infp:long) + + + +Arguments + + +infp + + +the 64 bit floating point input + + + + + + +Description + +apply sqrt to input floating point + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_sub +3stap + + +function::fp_sub + +Subtraction between floating points + + + +Synopsis + +fp_sub:long(sub1:long,sub2:long) + + + +Arguments + + +sub1 + + +the 64 bit floating point minuend + + + + +sub2 + + +64 bit floating point subtrahend + + + + + + +Description + +result would be minuend minus subtrahend + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_to_long +3stap + + +function::fp_to_long + +Convert fp to int64 + + + +Synopsis + +fp_to_long:long(infp:long,roundingMode:long,exact:long) + + + +Arguments + + +infp + + +the 64 bit floating point stored in long + + + + +roundingMode + + +through 0-6, which are round to nearest even, minMag, +min, max, near maxMag and round to odd + + + + +exact + + +the boolean value, if exact is 1 than raising inexact +exception, otherwise ignore the exception. + + + + + + +Description + +Given a 64 bit floating point, which is stored in long, +use the long value to initiate self-defined float64_t type, then +apply the f64_to_i64 function to get the string representation. + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::fp_to_string +3stap + + +function::fp_to_string + +Convert 64 bit floating point to string + + + +Synopsis + +fp_to_string:string(infp:long,precision:long) + + + +Arguments + + +infp + + +the 64 bit floating point stored in long + + + + +precision + + +number of digits after decimal point + + + + + + +Description + +Given a 64 bit floating point, which is stored in long, +use the long value to initiate self-defined float64_t type, then +apply the f64_to_i64 function to get the string representation. + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::long_to_fp +3stap + + +function::long_to_fp + +Convert long int to 64 bit floating point + + + +Synopsis + +long_to_fp:long(input:long) + + + +Arguments + + +input + + +a long integer + + + + + + +Description + +Convert from a long to a softfloat floating point, then +print the floating point value. + + + + +LINUX +SystemTap Tapset Reference +November 2020 + + +function::string_to_fp +3stap + + +function::string_to_fp + +Convert the given string into floating point + + + +Synopsis + +string_to_fp:long(input:string) + + + +Arguments + + +input + + +the string representation of a decimal number + + + + + + +Description + +Given the string representation of a decimal number, convert +it to a floating point which is stored in 64 bit long. + + + + Syscall Any Tapset This family of probe points is designed to provide low cost instrumentation for cases where only the syscall name (or number) @@ -41180,18 +41765,18 @@ Record entry into a syscall Values -name +syscall_nr -name of the syscall +number of the syscall -syscall_nr +name -number of the syscall +name of the syscall @@ -41242,10 +41827,10 @@ Record exit from a syscall Values -syscall_nr +retval -number of the syscall +return value of the syscall @@ -41258,10 +41843,10 @@ name of the syscall -retval +syscall_nr -return value of the syscall +number of the syscall