--- /srv/reproducible-results/rbuild-debian/r-b-build.BpwSvkQD/b1/systemtap_4.8-2_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.BpwSvkQD/b2/systemtap_4.8-2_i386.changes ├── Files │ @@ -1,11 +1,11 @@ │ │ 4dda445e6f6607eea73a660e2523c34b 9028 devel optional systemtap-client_4.8-2_i386.deb │ d184789b4507212c01d2aa735ceafc31 678376 devel optional systemtap-common_4.8-2_i386.deb │ 52f34f3954c04bcd92a66fad274607fb 20118692 debug optional systemtap-dbgsym_4.8-2_i386.deb │ - df91b894fb38de8f169f7560d28191ea 2570404 doc optional systemtap-doc_4.8-2_i386.deb │ + 62709afc7333e9af2719eba6c8e6cb71 2570444 doc optional systemtap-doc_4.8-2_i386.deb │ 79d179a333d5989770c8cdb897fce057 1162368 debug optional systemtap-runtime-dbgsym_4.8-2_i386.deb │ aed9c1408df895fb9fefa9d125c74d7d 147752 devel optional systemtap-runtime_4.8-2_i386.deb │ debd47f752232ff325e90ab9e6466e0b 19380 devel optional systemtap-sdt-dev_4.8-2_i386.deb │ 62a367d0dee1eadf87de92280c8d16d1 1952944 debug optional systemtap-server-dbgsym_4.8-2_i386.deb │ 02d317f4ab3fbfce5f042a6f3e0f63cc 165640 devel optional systemtap-server_4.8-2_i386.deb │ b6e6c316b4a2d81543941c402a074bb2 1498124 devel optional systemtap_4.8-2_i386.deb ├── systemtap-doc_4.8-2_i386.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2023-02-28 20:45:06.000000 debian-binary │ │ --rw-r--r-- 0 0 0 53880 2023-02-28 20:45:06.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2516332 2023-02-28 20:45:06.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 53900 2023-02-28 20:45:06.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 2516352 2023-02-28 20:45:06.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-end.html │ │ │ │ @@ -1,41 +1,41 @@ │ │ │ │ probe::ioblock.end

Name

probe::ioblock.end — │ │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ │ -

Synopsis

ioblock.end 

Values

size

│ │ │ │ +

Synopsis

ioblock.end 

Values

opf

│ │ │ │ + operations and flags │ │ │ │ +

idx

│ │ │ │ + offset into the bio vector array │ │ │ │ +

size

│ │ │ │ total size in bytes │ │ │ │ +

vcnt

│ │ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ +

error

│ │ │ │ + 0 on success │ │ │ │ +

sector

│ │ │ │ + beginning sector for the entire bio │ │ │ │ +

phys_segments

│ │ │ │ + number of segments in this bio after physical address coalescing is performed. │ │ │ │

hw_segments

│ │ │ │ number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ -

idx

│ │ │ │ - offset into the bio vector array │ │ │ │ -

opf

│ │ │ │ - operations and flags │ │ │ │ +

bytes_done

│ │ │ │ + number of bytes transferred │ │ │ │ +

devname

│ │ │ │ + block device name │ │ │ │

rw

│ │ │ │ binary trace for read/write request │ │ │ │ -

phys_segments

│ │ │ │ - number of segments in this bio after physical address coalescing is performed. │ │ │ │

ino

│ │ │ │ i-node number of the mapped file │ │ │ │ -

sector

│ │ │ │ - beginning sector for the entire bio │ │ │ │ -

error

│ │ │ │ - 0 on success │ │ │ │ -

bytes_done

│ │ │ │ - number of bytes transferred │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │ -

devname

│ │ │ │ - block device name │ │ │ │

flags

│ │ │ │ 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 │ │ │ │ -

vcnt

│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │

Context

│ │ │ │ The process signals the transfer is done. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,47 +2,47 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioblock.end — Fires whenever a block I/O transfer is complete. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioblock.end │ │ │ │ │ ***** Values ***** │ │ │ │ │ + opf │ │ │ │ │ + operations and flags │ │ │ │ │ + idx │ │ │ │ │ + offset into the bio vector array │ │ │ │ │ size │ │ │ │ │ total size in bytes │ │ │ │ │ + vcnt │ │ │ │ │ + bio vector count which represents number of array element (page, offset, │ │ │ │ │ + length) which makes up this I/O request │ │ │ │ │ + error │ │ │ │ │ + 0 on success │ │ │ │ │ + sector │ │ │ │ │ + beginning sector for the entire bio │ │ │ │ │ + phys_segments │ │ │ │ │ + number of segments in this bio after physical address coalescing is │ │ │ │ │ + performed. │ │ │ │ │ hw_segments │ │ │ │ │ number of segments after physical and DMA remapping hardware coalescing │ │ │ │ │ is performed │ │ │ │ │ - idx │ │ │ │ │ - offset into the bio vector array │ │ │ │ │ - opf │ │ │ │ │ - operations and flags │ │ │ │ │ + bytes_done │ │ │ │ │ + number of bytes transferred │ │ │ │ │ + devname │ │ │ │ │ + block device name │ │ │ │ │ rw │ │ │ │ │ binary trace for read/write request │ │ │ │ │ - phys_segments │ │ │ │ │ - number of segments in this bio after physical address coalescing is │ │ │ │ │ - performed. │ │ │ │ │ ino │ │ │ │ │ i-node number of the mapped file │ │ │ │ │ - sector │ │ │ │ │ - beginning sector for the entire bio │ │ │ │ │ - error │ │ │ │ │ - 0 on success │ │ │ │ │ - bytes_done │ │ │ │ │ - number of bytes transferred │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ - devname │ │ │ │ │ - block device name │ │ │ │ │ flags │ │ │ │ │ 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 │ │ │ │ │ - vcnt │ │ │ │ │ - bio vector count which represents number of array element (page, offset, │ │ │ │ │ - length) which makes up this I/O request │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process signals the transfer is done. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ Chapter 9. IO Scheduler and block IO TapsetHome  probe::ioblock.request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-request.html │ │ │ │ @@ -1,43 +1,43 @@ │ │ │ │ probe::ioblock.request

Name

probe::ioblock.request — │ │ │ │ Fires whenever making a generic block I/O request. │ │ │ │ -

Synopsis

ioblock.request 

Values

devname

│ │ │ │ - block device name │ │ │ │ +

Synopsis

ioblock.request 

Values

phys_segments

│ │ │ │ + number of segments in this bio after physical address coalescing is performed │ │ │ │ +

sector

│ │ │ │ + beginning sector for the entire bio │ │ │ │ +

hw_segments

│ │ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ +

p_start_sect

│ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │ -

vcnt

│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ +

rw

│ │ │ │ + binary trace for read/write request │ │ │ │ +

ino

│ │ │ │ + i-node number of the mapped file │ │ │ │

flags

│ │ │ │ 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

│ │ │ │ - target block device │ │ │ │ +

devname

│ │ │ │ + block device name │ │ │ │ +

size

│ │ │ │ + total size in bytes │ │ │ │

opf

│ │ │ │ operations and flags │ │ │ │

idx

│ │ │ │ offset into the bio vector array │ │ │ │

bdev_contains

│ │ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -

hw_segments

│ │ │ │ - number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ -

size

│ │ │ │ - total size in bytes │ │ │ │ -

p_start_sect

│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ -

sector

│ │ │ │ - beginning sector for the entire bio │ │ │ │ -

rw

│ │ │ │ - binary trace for read/write request │ │ │ │ -

ino

│ │ │ │ - i-node number of the mapped file │ │ │ │ -

phys_segments

│ │ │ │ - number of segments in this bio after physical address coalescing is performed │ │ │ │ +

vcnt

│ │ │ │ + bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ +

bdev

│ │ │ │ + target block device │ │ │ │

Context

│ │ │ │ The process makes block I/O request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,50 +2,50 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioblock.request — Fires whenever making a generic block I/O request. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioblock.request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - devname │ │ │ │ │ - block device name │ │ │ │ │ + phys_segments │ │ │ │ │ + number of segments in this bio after physical address coalescing is │ │ │ │ │ + performed │ │ │ │ │ + sector │ │ │ │ │ + beginning sector for the entire bio │ │ │ │ │ + hw_segments │ │ │ │ │ + number of segments after physical and DMA remapping hardware coalescing │ │ │ │ │ + is performed │ │ │ │ │ + p_start_sect │ │ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ - vcnt │ │ │ │ │ - bio vector count which represents number of array element (page, offset, │ │ │ │ │ - length) which make up this I/O request │ │ │ │ │ + rw │ │ │ │ │ + binary trace for read/write request │ │ │ │ │ + ino │ │ │ │ │ + i-node number of the mapped file │ │ │ │ │ flags │ │ │ │ │ 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 │ │ │ │ │ - target block device │ │ │ │ │ + devname │ │ │ │ │ + block device name │ │ │ │ │ + size │ │ │ │ │ + total size in bytes │ │ │ │ │ opf │ │ │ │ │ operations and flags │ │ │ │ │ idx │ │ │ │ │ offset into the bio vector array │ │ │ │ │ bdev_contains │ │ │ │ │ points to the device object which contains the partition (when bio │ │ │ │ │ structure represents a partition) │ │ │ │ │ - hw_segments │ │ │ │ │ - number of segments after physical and DMA remapping hardware coalescing │ │ │ │ │ - is performed │ │ │ │ │ - size │ │ │ │ │ - total size in bytes │ │ │ │ │ - p_start_sect │ │ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ │ - sector │ │ │ │ │ - beginning sector for the entire bio │ │ │ │ │ - rw │ │ │ │ │ - binary trace for read/write request │ │ │ │ │ - ino │ │ │ │ │ - i-node number of the mapped file │ │ │ │ │ - phys_segments │ │ │ │ │ - number of segments in this bio after physical address coalescing is │ │ │ │ │ - performed │ │ │ │ │ + vcnt │ │ │ │ │ + bio vector count which represents number of array element (page, offset, │ │ │ │ │ + length) which make up this I/O request │ │ │ │ │ + bdev │ │ │ │ │ + target block device │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process makes block I/O request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioblock.end Home  probe::ioblock_trace.bounce │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-trace-bounce.html │ │ │ │ @@ -1,44 +1,44 @@ │ │ │ │ probe::ioblock_trace.bounce

Name

probe::ioblock_trace.bounce — │ │ │ │ Fires whenever a buffer bounce is needed for at least one page of a block IO request. │ │ │ │ -

Synopsis

ioblock_trace.bounce 

Values

opf

│ │ │ │ - operations and flags │ │ │ │ +

Synopsis

ioblock_trace.bounce 

Values

bdev

│ │ │ │ + target block device │ │ │ │ +

bdev_contains

│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ +

vcnt

│ │ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │

idx

│ │ │ │ offset into the bio vector array │ │ │ │ phys_segments - number of segments in this bio after physical address coalescing is performed. │ │ │ │ +

opf

│ │ │ │ + operations and flags │ │ │ │

size

│ │ │ │ total size in bytes │ │ │ │ -

bdev_contains

│ │ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -

sector

│ │ │ │ - beginning sector for the entire bio │ │ │ │ -

p_start_sect

│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ -

ino

│ │ │ │ - i-node number of the mapped file │ │ │ │ -

rw

│ │ │ │ - binary trace for read/write request │ │ │ │

devname

│ │ │ │ device for which a buffer bounce was needed. │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │

bytes_done

│ │ │ │ number of bytes transferred │ │ │ │

q

│ │ │ │ request queue on which this bio was queued. │ │ │ │ -

vcnt

│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ -

bdev

│ │ │ │ - target block device │ │ │ │

flags

│ │ │ │ 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 │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │ +

rw

│ │ │ │ + binary trace for read/write request │ │ │ │ +

ino

│ │ │ │ + i-node number of the mapped file │ │ │ │ +

p_start_sect

│ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ +

sector

│ │ │ │ + beginning sector for the entire bio │ │ │ │

Context

│ │ │ │ The process creating a block IO request. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,49 +3,49 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioblock_trace.bounce — Fires whenever a buffer bounce is needed for at │ │ │ │ │ least one page of a block IO request. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioblock_trace.bounce │ │ │ │ │ ***** Values ***** │ │ │ │ │ - opf │ │ │ │ │ - operations and flags │ │ │ │ │ + bdev │ │ │ │ │ + target block device │ │ │ │ │ + bdev_contains │ │ │ │ │ + points to the device object which contains the partition (when bio │ │ │ │ │ + structure represents a partition) │ │ │ │ │ + vcnt │ │ │ │ │ + bio vector count which represents number of array element (page, offset, │ │ │ │ │ + length) which makes up this I/O request │ │ │ │ │ idx │ │ │ │ │ offset into the bio vector array phys_segments - number of segments in │ │ │ │ │ this bio after physical address coalescing is performed. │ │ │ │ │ + opf │ │ │ │ │ + operations and flags │ │ │ │ │ size │ │ │ │ │ total size in bytes │ │ │ │ │ - bdev_contains │ │ │ │ │ - points to the device object which contains the partition (when bio │ │ │ │ │ - structure represents a partition) │ │ │ │ │ - sector │ │ │ │ │ - beginning sector for the entire bio │ │ │ │ │ - p_start_sect │ │ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ │ - ino │ │ │ │ │ - i-node number of the mapped file │ │ │ │ │ - rw │ │ │ │ │ - binary trace for read/write request │ │ │ │ │ devname │ │ │ │ │ device for which a buffer bounce was needed. │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ bytes_done │ │ │ │ │ number of bytes transferred │ │ │ │ │ q │ │ │ │ │ request queue on which this bio was queued. │ │ │ │ │ - vcnt │ │ │ │ │ - bio vector count which represents number of array element (page, offset, │ │ │ │ │ - length) which makes up this I/O request │ │ │ │ │ - bdev │ │ │ │ │ - target block device │ │ │ │ │ flags │ │ │ │ │ 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 │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ + rw │ │ │ │ │ + binary trace for read/write request │ │ │ │ │ + ino │ │ │ │ │ + i-node number of the mapped file │ │ │ │ │ + p_start_sect │ │ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ │ + sector │ │ │ │ │ + beginning sector for the entire bio │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process creating a block IO request. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioblock.request Home  probe::ioblock_trace.end │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-trace-end.html │ │ │ │ @@ -1,44 +1,44 @@ │ │ │ │ probe::ioblock_trace.end

Name

probe::ioblock_trace.end — │ │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ │ -

Synopsis

ioblock_trace.end 

Values

size

│ │ │ │ - total size in bytes │ │ │ │ -

bdev_contains

│ │ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -

idx

│ │ │ │ - offset into the bio vector array │ │ │ │ - phys_segments - number of segments in this bio after physical address coalescing is performed. │ │ │ │ -

opf

│ │ │ │ - operations and flags │ │ │ │ -

ino

│ │ │ │ - i-node number of the mapped file │ │ │ │ -

rw

│ │ │ │ - binary trace for read/write request │ │ │ │ -

p_start_sect

│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ -

sector

│ │ │ │ - beginning sector for the entire bio │ │ │ │ +

Synopsis

ioblock_trace.end 

Values

devname

│ │ │ │ + block device name │ │ │ │

bytes_done

│ │ │ │ number of bytes transferred │ │ │ │ -

devname

│ │ │ │ - block device name │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │ -

bdev

│ │ │ │ - target block device │ │ │ │ +

q

│ │ │ │ + request queue on which this bio was queued. │ │ │ │

flags

│ │ │ │ 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 │ │ │ │ -

q

│ │ │ │ - request queue on which this bio was queued. │ │ │ │ +

ino

│ │ │ │ + i-node number of the mapped file │ │ │ │ +

rw

│ │ │ │ + binary trace for read/write request │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │ +

p_start_sect

│ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ +

sector

│ │ │ │ + beginning sector for the entire bio │ │ │ │ +

bdev

│ │ │ │ + target block device │ │ │ │

vcnt

│ │ │ │ bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ +

bdev_contains

│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ +

idx

│ │ │ │ + offset into the bio vector array │ │ │ │ + phys_segments - number of segments in this bio after physical address coalescing is performed. │ │ │ │ +

opf

│ │ │ │ + operations and flags │ │ │ │ +

size

│ │ │ │ + total size in bytes │ │ │ │

Context

│ │ │ │ The process signals the transfer is done. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,49 +2,49 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioblock_trace.end — Fires whenever a block I/O transfer is complete. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioblock_trace.end │ │ │ │ │ ***** Values ***** │ │ │ │ │ - size │ │ │ │ │ - total size in bytes │ │ │ │ │ - bdev_contains │ │ │ │ │ - points to the device object which contains the partition (when bio │ │ │ │ │ - structure represents a partition) │ │ │ │ │ - idx │ │ │ │ │ - offset into the bio vector array phys_segments - number of segments in │ │ │ │ │ - this bio after physical address coalescing is performed. │ │ │ │ │ - opf │ │ │ │ │ - operations and flags │ │ │ │ │ + devname │ │ │ │ │ + block device name │ │ │ │ │ + bytes_done │ │ │ │ │ + number of bytes transferred │ │ │ │ │ + q │ │ │ │ │ + request queue on which this bio was queued. │ │ │ │ │ + flags │ │ │ │ │ + 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 │ │ │ │ │ ino │ │ │ │ │ i-node number of the mapped file │ │ │ │ │ rw │ │ │ │ │ binary trace for read/write request │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ p_start_sect │ │ │ │ │ points to the start sector of the partition structure of the device │ │ │ │ │ sector │ │ │ │ │ beginning sector for the entire bio │ │ │ │ │ - bytes_done │ │ │ │ │ - number of bytes transferred │ │ │ │ │ - devname │ │ │ │ │ - block device name │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ bdev │ │ │ │ │ target block device │ │ │ │ │ - flags │ │ │ │ │ - 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 │ │ │ │ │ - q │ │ │ │ │ - request queue on which this bio was queued. │ │ │ │ │ vcnt │ │ │ │ │ bio vector count which represents number of array element (page, offset, │ │ │ │ │ length) which makes up this I/O request │ │ │ │ │ + bdev_contains │ │ │ │ │ + points to the device object which contains the partition (when bio │ │ │ │ │ + structure represents a partition) │ │ │ │ │ + idx │ │ │ │ │ + offset into the bio vector array phys_segments - number of segments in │ │ │ │ │ + this bio after physical address coalescing is performed. │ │ │ │ │ + opf │ │ │ │ │ + operations and flags │ │ │ │ │ + size │ │ │ │ │ + total size in bytes │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process signals the transfer is done. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioblock_trace.bounce Home  probe::ioblock_trace.request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-trace-request.html │ │ │ │ @@ -1,44 +1,44 @@ │ │ │ │ probe::ioblock_trace.request

Name

probe::ioblock_trace.request — │ │ │ │ Fires just as a generic block I/O request is created for a bio. │ │ │ │ -

Synopsis

ioblock_trace.request 

Values

opf

│ │ │ │ - operations and flags │ │ │ │ -

idx

│ │ │ │ - offset into the bio vector array │ │ │ │ - phys_segments - number of segments in this bio after physical address coalescing is performed. │ │ │ │ -

bdev_contains

│ │ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -

size

│ │ │ │ - total size in bytes │ │ │ │ +

Synopsis

ioblock_trace.request 

Values

sector

│ │ │ │ + beginning sector for the entire bio │ │ │ │

p_start_sect

│ │ │ │ points to the start sector of the partition structure of the device │ │ │ │ -

sector

│ │ │ │ - beginning sector for the entire bio │ │ │ │

rw

│ │ │ │ binary trace for read/write request │ │ │ │

ino

│ │ │ │ i-node number of the mapped file │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │ -

devname

│ │ │ │ - block device name │ │ │ │ -

bytes_done

│ │ │ │ - number of bytes transferred │ │ │ │ -

vcnt

│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ -

q

│ │ │ │ - request queue on which this bio was queued. │ │ │ │

flags

│ │ │ │ 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

│ │ │ │ + number of bytes transferred │ │ │ │ +

q

│ │ │ │ + request queue on which this bio was queued. │ │ │ │ +

devname

│ │ │ │ + block device name │ │ │ │ +

size

│ │ │ │ + total size in bytes │ │ │ │ +

opf

│ │ │ │ + operations and flags │ │ │ │ +

idx

│ │ │ │ + offset into the bio vector array │ │ │ │ + phys_segments - number of segments in this bio after physical address coalescing is performed. │ │ │ │ +

vcnt

│ │ │ │ + bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ +

bdev_contains

│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │

bdev

│ │ │ │ target block device │ │ │ │

Context

│ │ │ │ The process makes block I/O request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,49 +3,49 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioblock_trace.request — Fires just as a generic block I/O request is │ │ │ │ │ created for a bio. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioblock_trace.request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - opf │ │ │ │ │ - operations and flags │ │ │ │ │ - idx │ │ │ │ │ - offset into the bio vector array phys_segments - number of segments in │ │ │ │ │ - this bio after physical address coalescing is performed. │ │ │ │ │ - bdev_contains │ │ │ │ │ - points to the device object which contains the partition (when bio │ │ │ │ │ - structure represents a partition) │ │ │ │ │ - size │ │ │ │ │ - total size in bytes │ │ │ │ │ - p_start_sect │ │ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ │ sector │ │ │ │ │ beginning sector for the entire bio │ │ │ │ │ + p_start_sect │ │ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ │ rw │ │ │ │ │ binary trace for read/write request │ │ │ │ │ ino │ │ │ │ │ i-node number of the mapped file │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ - devname │ │ │ │ │ - block device name │ │ │ │ │ - bytes_done │ │ │ │ │ - number of bytes transferred │ │ │ │ │ - vcnt │ │ │ │ │ - bio vector count which represents number of array element (page, offset, │ │ │ │ │ - length) which make up this I/O request │ │ │ │ │ - q │ │ │ │ │ - request queue on which this bio was queued. │ │ │ │ │ flags │ │ │ │ │ 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 │ │ │ │ │ + number of bytes transferred │ │ │ │ │ + q │ │ │ │ │ + request queue on which this bio was queued. │ │ │ │ │ + devname │ │ │ │ │ + block device name │ │ │ │ │ + size │ │ │ │ │ + total size in bytes │ │ │ │ │ + opf │ │ │ │ │ + operations and flags │ │ │ │ │ + idx │ │ │ │ │ + offset into the bio vector array phys_segments - number of segments in │ │ │ │ │ + this bio after physical address coalescing is performed. │ │ │ │ │ + vcnt │ │ │ │ │ + bio vector count which represents number of array element (page, offset, │ │ │ │ │ + length) which make up this I/O request │ │ │ │ │ + bdev_contains │ │ │ │ │ + points to the device object which contains the partition (when bio │ │ │ │ │ + structure represents a partition) │ │ │ │ │ bdev │ │ │ │ │ target block device │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process makes block I/O request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioblock_trace.end Home  probe::ioscheduler.elv_add_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-add-request-kp.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::ioscheduler.elv_add_request.kp

Name

probe::ioscheduler.elv_add_request.kp — │ │ │ │ kprobe based probe to indicate that a request was added to the request queue │ │ │ │ -

Synopsis

ioscheduler.elv_add_request.kp 

Values

disk_minor

│ │ │ │ - Disk minor number of the request │ │ │ │ -

q

│ │ │ │ - pointer to request queue │ │ │ │ +

Synopsis

ioscheduler.elv_add_request.kp 

Values

disk_major

│ │ │ │ + Disk major number of the request │ │ │ │

rq

│ │ │ │ Address of the request │ │ │ │

elevator_name

│ │ │ │ The type of I/O elevator currently enabled │ │ │ │ +

q

│ │ │ │ + pointer to request queue │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of the request │ │ │ │

rq_flags

│ │ │ │ Request flags │ │ │ │ -

disk_major

│ │ │ │ - Disk major number of the request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,24 +3,24 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_add_request.kp — kprobe based probe to indicate that a │ │ │ │ │ request was added to the request queue │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_add_request.kp │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of the request │ │ │ │ │ - q │ │ │ │ │ - pointer to request queue │ │ │ │ │ + disk_major │ │ │ │ │ + Disk major number of the request │ │ │ │ │ rq │ │ │ │ │ Address of the request │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled │ │ │ │ │ + q │ │ │ │ │ + pointer to request queue │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of the request │ │ │ │ │ rq_flags │ │ │ │ │ Request flags │ │ │ │ │ - disk_major │ │ │ │ │ - Disk major number of the request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioscheduler.elv_add_request Home  probe::ioscheduler.elv_add_request.tp │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-add-request-tp.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::ioscheduler.elv_add_request.tp

Name

probe::ioscheduler.elv_add_request.tp — │ │ │ │ tracepoint based probe to indicate a request is added to the request queue. │ │ │ │ -

Synopsis

ioscheduler.elv_add_request.tp 

Values

disk_minor

│ │ │ │ - Disk minor number of request. │ │ │ │ +

Synopsis

ioscheduler.elv_add_request.tp 

Values

q

│ │ │ │ + Pointer to request queue. │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

rq_flags

│ │ │ │ Request flags. │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of request. │ │ │ │

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │

rq

│ │ │ │ Address of request. │ │ │ │ -

q

│ │ │ │ - Pointer to request queue. │ │ │ │

elevator_name

│ │ │ │ The type of I/O elevator currently enabled. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,25 +3,25 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_add_request.tp — tracepoint based probe to indicate a │ │ │ │ │ request is added to the request queue. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_add_request.tp │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of request. │ │ │ │ │ + q │ │ │ │ │ + Pointer to request queue. │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ rq_flags │ │ │ │ │ Request flags. │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of request. │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ rq │ │ │ │ │ Address of request. │ │ │ │ │ - q │ │ │ │ │ - Pointer to request queue. │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioscheduler.elv_add_request.kp Home  probe:: │ │ │ │ │ ioscheduler.elv_completed_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-add-request.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::ioscheduler.elv_add_request

Name

probe::ioscheduler.elv_add_request — │ │ │ │ probe to indicate request is added to the request queue. │ │ │ │ -

Synopsis

ioscheduler.elv_add_request 

Values

disk_minor

│ │ │ │ - Disk minor number of request. │ │ │ │ -

rq

│ │ │ │ - Address of request. │ │ │ │ -

q

│ │ │ │ +

Synopsis

ioscheduler.elv_add_request 

Values

q

│ │ │ │ Pointer to request queue. │ │ │ │ -

elevator_name

│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │

rq_flags

│ │ │ │ Request flags. │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of request. │ │ │ │

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ +

elevator_name

│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │ +

rq

│ │ │ │ + Address of request. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,22 +3,22 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_add_request — probe to indicate request is added to the │ │ │ │ │ request queue. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_add_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of request. │ │ │ │ │ - rq │ │ │ │ │ - Address of request. │ │ │ │ │ q │ │ │ │ │ Pointer to request queue. │ │ │ │ │ - elevator_name │ │ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │ │ rq_flags │ │ │ │ │ Request flags. │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of request. │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ + elevator_name │ │ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │ │ + rq │ │ │ │ │ + Address of request. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioblock_trace.request Home  probe::ioscheduler.elv_add_request.kp │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-completed-request.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::ioscheduler.elv_completed_request

Name

probe::ioscheduler.elv_completed_request — │ │ │ │ Fires when a request is completed │ │ │ │ -

Synopsis

ioscheduler.elv_completed_request 

Values

disk_minor

│ │ │ │ - Disk minor number of the request │ │ │ │ -

rq_flags

│ │ │ │ - Request flags │ │ │ │ -

disk_major

│ │ │ │ +

Synopsis

ioscheduler.elv_completed_request 

Values

disk_major

│ │ │ │ Disk major number of the request │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │

rq

│ │ │ │ Address of the request │ │ │ │

elevator_name

│ │ │ │ The type of I/O elevator currently enabled │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of the request │ │ │ │ +

rq_flags

│ │ │ │ + Request flags │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,23 +2,23 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_completed_request — Fires when a request is completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_completed_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of the request │ │ │ │ │ - rq_flags │ │ │ │ │ - Request flags │ │ │ │ │ disk_major │ │ │ │ │ Disk major number of the request │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ rq │ │ │ │ │ Address of the request │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of the request │ │ │ │ │ + rq_flags │ │ │ │ │ + Request flags │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe::ioscheduler.elv_next_request │ │ │ │ │ ioscheduler.elv_add_request.tp │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-next-request-return.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::ioscheduler.elv_next_request.return

Name

probe::ioscheduler.elv_next_request.return — │ │ │ │ Fires when a request retrieval issues a return signal │ │ │ │ -

Synopsis

ioscheduler.elv_next_request.return 

Values

disk_major

│ │ │ │ - Disk major number of the request │ │ │ │ -

disk_minor

│ │ │ │ - Disk minor number of the request │ │ │ │ -

rq_flags

│ │ │ │ - Request flags │ │ │ │ -

name

│ │ │ │ +

Synopsis

ioscheduler.elv_next_request.return 

Values

name

│ │ │ │ Name of the probe point │ │ │ │

rq

│ │ │ │ Address of the request │ │ │ │ +

rq_flags

│ │ │ │ + Request flags │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of the request │ │ │ │ +

disk_major

│ │ │ │ + Disk major number of the request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,21 +3,21 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_next_request.return — Fires when a request retrieval │ │ │ │ │ issues a return signal │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_next_request.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_major │ │ │ │ │ - Disk major number of the request │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of the request │ │ │ │ │ - rq_flags │ │ │ │ │ - Request flags │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ rq │ │ │ │ │ Address of the request │ │ │ │ │ + rq_flags │ │ │ │ │ + Request flags │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of the request │ │ │ │ │ + disk_major │ │ │ │ │ + Disk major number of the request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioscheduler.elv_next_request Home  probe:: │ │ │ │ │ ioscheduler_trace.elv_abort_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-elv-next-request.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::ioscheduler.elv_next_request

Name

probe::ioscheduler.elv_next_request — │ │ │ │ Fires when a request is retrieved from the request queue │ │ │ │ -

Synopsis

ioscheduler.elv_next_request 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ -

elevator_name

│ │ │ │ +

Synopsis

ioscheduler.elv_next_request 

Values

elevator_name

│ │ │ │ The type of I/O elevator currently enabled │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,15 +3,15 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler.elv_next_request — Fires when a request is retrieved from │ │ │ │ │ the request queue │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler.elv_next_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe:: │ │ │ │ │ ioscheduler.elv_completed_request  ioscheduler.elv_next_request.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-trace-elv-abort-request.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::ioscheduler_trace.elv_abort_request

Name

probe::ioscheduler_trace.elv_abort_request — │ │ │ │ Fires when a request is aborted. │ │ │ │ -

Synopsis

ioscheduler_trace.elv_abort_request 

Values

rq

│ │ │ │ - Address of request. │ │ │ │ -

elevator_name

│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │ -

name

│ │ │ │ +

Synopsis

ioscheduler_trace.elv_abort_request 

Values

name

│ │ │ │ Name of the probe point │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of request. │ │ │ │

rq_flags

│ │ │ │ Request flags. │ │ │ │

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ -

disk_minor

│ │ │ │ - Disk minor number of request. │ │ │ │ +

rq

│ │ │ │ + Address of request. │ │ │ │ +

elevator_name

│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,23 +2,23 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler_trace.elv_abort_request — Fires when a request is aborted. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler_trace.elv_abort_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - rq │ │ │ │ │ - Address of request. │ │ │ │ │ - elevator_name │ │ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of request. │ │ │ │ │ rq_flags │ │ │ │ │ Request flags. │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of request. │ │ │ │ │ + rq │ │ │ │ │ + Address of request. │ │ │ │ │ + elevator_name │ │ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe:: │ │ │ │ │ ioscheduler.elv_next_request.return  ioscheduler_trace.elv_completed_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-trace-elv-completed-request.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::ioscheduler_trace.elv_completed_request

Name

probe::ioscheduler_trace.elv_completed_request — │ │ │ │ Fires when a request is │ │ │ │ -

Synopsis

ioscheduler_trace.elv_completed_request 

Values

disk_minor

│ │ │ │ - Disk minor number of request. │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │ -

rq

│ │ │ │ +

Synopsis

ioscheduler_trace.elv_completed_request 

Values

rq

│ │ │ │ Address of request. │ │ │ │

elevator_name

│ │ │ │ The type of I/O elevator currently enabled. │ │ │ │ -

rq_flags

│ │ │ │ - Request flags. │ │ │ │

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │ +

rq_flags

│ │ │ │ + Request flags. │ │ │ │ +

disk_minor

│ │ │ │ + Disk minor number of request. │ │ │ │

Description

│ │ │ │ completed. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,25 +2,25 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler_trace.elv_completed_request — Fires when a request is │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler_trace.elv_completed_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - disk_minor │ │ │ │ │ - Disk minor number of request. │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ rq │ │ │ │ │ Address of request. │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled. │ │ │ │ │ - rq_flags │ │ │ │ │ - Request flags. │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ + rq_flags │ │ │ │ │ + Request flags. │ │ │ │ │ + disk_minor │ │ │ │ │ + Disk minor number of request. │ │ │ │ │ ***** Description ***** │ │ │ │ │ completed. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe:: │ │ │ │ │ ioscheduler_trace.elv_abort_request  ioscheduler_trace.elv_issue_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-trace-elv-issue-request.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::ioscheduler_trace.elv_issue_request

Name

probe::ioscheduler_trace.elv_issue_request — │ │ │ │ Fires when a request is │ │ │ │ -

Synopsis

ioscheduler_trace.elv_issue_request 

Values

rq_flags

│ │ │ │ - Request flags. │ │ │ │ -

disk_major

│ │ │ │ +

Synopsis

ioscheduler_trace.elv_issue_request 

Values

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │ -

rq

│ │ │ │ - Address of request. │ │ │ │

elevator_name

│ │ │ │ The type of I/O elevator currently enabled. │ │ │ │ +

rq

│ │ │ │ + Address of request. │ │ │ │ +

rq_flags

│ │ │ │ + Request flags. │ │ │ │

disk_minor

│ │ │ │ Disk minor number of request. │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

Description

│ │ │ │ scheduled. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,25 +2,25 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler_trace.elv_issue_request — Fires when a request is │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler_trace.elv_issue_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ - rq_flags │ │ │ │ │ - Request flags. │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ - rq │ │ │ │ │ - Address of request. │ │ │ │ │ elevator_name │ │ │ │ │ The type of I/O elevator currently enabled. │ │ │ │ │ + rq │ │ │ │ │ + Address of request. │ │ │ │ │ + rq_flags │ │ │ │ │ + Request flags. │ │ │ │ │ disk_minor │ │ │ │ │ Disk minor number of request. │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ ***** Description ***** │ │ │ │ │ scheduled. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe:: │ │ │ │ │ ioscheduler_trace.elv_completed_request  ioscheduler_trace.elv_requeue_request │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-trace-elv-requeue-request.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::ioscheduler_trace.elv_requeue_request

Name

probe::ioscheduler_trace.elv_requeue_request — │ │ │ │ Fires when a request is │ │ │ │

Synopsis

ioscheduler_trace.elv_requeue_request 

Values

disk_major

│ │ │ │ Disk major no of request. │ │ │ │ -

rq_flags

│ │ │ │ - Request flags. │ │ │ │ -

elevator_name

│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │

rq

│ │ │ │ Address of request. │ │ │ │ +

elevator_name

│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │

disk_minor

│ │ │ │ Disk minor number of request. │ │ │ │ +

rq_flags

│ │ │ │ + Request flags. │ │ │ │

Description

│ │ │ │ put back on the queue, when the hadware cannot accept more requests. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,22 +4,22 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler_trace.elv_requeue_request — Fires when a request is │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler_trace.elv_requeue_request │ │ │ │ │ ***** Values ***** │ │ │ │ │ disk_major │ │ │ │ │ Disk major no of request. │ │ │ │ │ - rq_flags │ │ │ │ │ - Request flags. │ │ │ │ │ - elevator_name │ │ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │ │ rq │ │ │ │ │ Address of request. │ │ │ │ │ + elevator_name │ │ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ disk_minor │ │ │ │ │ Disk minor number of request. │ │ │ │ │ + rq_flags │ │ │ │ │ + Request flags. │ │ │ │ │ ***** Description ***** │ │ │ │ │ put back on the queue, when the hadware cannot accept more requests. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ioscheduler_trace.elv_issue_request Home  probe::ioscheduler_trace.plug │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioscheduler-trace-plug.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::ioscheduler_trace.plug

Name

probe::ioscheduler_trace.plug — │ │ │ │ Fires when a request queue is plugged; │ │ │ │ -

Synopsis

ioscheduler_trace.plug 

Values

rq_queue

│ │ │ │ - request queue │ │ │ │ -

name

│ │ │ │ +

Synopsis

ioscheduler_trace.plug 

Values

name

│ │ │ │ Name of the probe point │ │ │ │ +

rq_queue

│ │ │ │ + request queue │ │ │ │

Description

│ │ │ │ ie, requests in the queue cannot be serviced by block driver. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,17 +2,17 @@ │ │ │ │ │ Prev Chapter 9. IO Scheduler and block IO Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ioscheduler_trace.plug — Fires when a request queue is plugged; │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ioscheduler_trace.plug │ │ │ │ │ ***** Values ***** │ │ │ │ │ - rq_queue │ │ │ │ │ - request queue │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + rq_queue │ │ │ │ │ + request queue │ │ │ │ │ ***** Description ***** │ │ │ │ │ ie, requests in the queue cannot be serviced by block driver. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe:: Home  probe:: │ │ │ │ │ ioscheduler_trace.elv_requeue_request  ioscheduler_trace.unplug_io │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-FragFails.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.FragFails

Name

probe::ipmib.FragFails — │ │ │ │ Count datagram fragmented unsuccessfully │ │ │ │ -

Synopsis

ipmib.FragFails 

Values

skb

│ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

ipmib.FragFails 

Values

op

│ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ +

skb

│ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global FragFails (equivalent to SNMP's MIB │ │ │ │ IPSTATS_MIB_FRAGFAILS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.FragFails — Count datagram fragmented unsuccessfully │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.FragFails │ │ │ │ │ ***** Values ***** │ │ │ │ │ - skb │ │ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ │ op │ │ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ │ + skb │ │ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global FragFails (equivalent │ │ │ │ │ to SNMP's MIB IPSTATS_MIB_FRAGFAILS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.ForwDatagrams Home  probe::ipmib.FragOKs │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-FragOKs.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.FragOKs

Name

probe::ipmib.FragOKs — │ │ │ │ Count datagram fragmented successfully │ │ │ │ -

Synopsis

ipmib.FragOKs 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

skb

│ │ │ │ +

Synopsis

ipmib.FragOKs 

Values

skb

│ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global FragOKs (equivalent to SNMP's MIB │ │ │ │ IPSTATS_MIB_FRAGOKS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.FragOKs — Count datagram fragmented successfully │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.FragOKs │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ skb │ │ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global FragOKs (equivalent to │ │ │ │ │ SNMP's MIB IPSTATS_MIB_FRAGOKS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.FragFails Home  probe::ipmib.InAddrErrors │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-InAddrErrors.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.InAddrErrors

Name

probe::ipmib.InAddrErrors — │ │ │ │ Count arriving packets with an incorrect address │ │ │ │ -

Synopsis

ipmib.InAddrErrors 

Values

skb

│ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

ipmib.InAddrErrors 

Values

op

│ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ +

skb

│ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global InAddrErrors (equivalent to SNMP's MIB │ │ │ │ IPSTATS_MIB_INADDRERRORS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.InAddrErrors — Count arriving packets with an incorrect address │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.InAddrErrors │ │ │ │ │ ***** Values ***** │ │ │ │ │ - skb │ │ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ │ op │ │ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ │ + skb │ │ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global InAddrErrors │ │ │ │ │ (equivalent to SNMP's MIB IPSTATS_MIB_INADDRERRORS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.FragOKs Home  probe::ipmib.InDiscards │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-InDiscards.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.InDiscards

Name

probe::ipmib.InDiscards — │ │ │ │ Count discarded inbound packets │ │ │ │ -

Synopsis

ipmib.InDiscards 

Values

skb

│ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

ipmib.InDiscards 

Values

op

│ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ +

skb

│ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global InDiscards (equivalent to SNMP's MIB │ │ │ │ STATS_MIB_INDISCARDS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.InDiscards — Count discarded inbound packets │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.InDiscards │ │ │ │ │ ***** Values ***** │ │ │ │ │ - skb │ │ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ │ op │ │ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ │ + skb │ │ │ │ │ + pointer to the struct sk_buff being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global InDiscards (equivalent │ │ │ │ │ to SNMP's MIB STATS_MIB_INDISCARDS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.InAddrErrors Home  probe::ipmib.InNoRoutes │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-InNoRoutes.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.InNoRoutes

Name

probe::ipmib.InNoRoutes — │ │ │ │ Count an arriving packet with no matching socket │ │ │ │ -

Synopsis

ipmib.InNoRoutes 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

skb

│ │ │ │ +

Synopsis

ipmib.InNoRoutes 

Values

skb

│ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global InNoRoutes (equivalent to SNMP's MIB │ │ │ │ IPSTATS_MIB_INNOROUTES) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.InNoRoutes — Count an arriving packet with no matching socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.InNoRoutes │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ skb │ │ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global InNoRoutes (equivalent │ │ │ │ │ to SNMP's MIB IPSTATS_MIB_INNOROUTES) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.InDiscards Home  probe::ipmib.InReceives │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ipmib-OutRequests.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::ipmib.OutRequests

Name

probe::ipmib.OutRequests — │ │ │ │ Count a request to send a packet │ │ │ │ -

Synopsis

ipmib.OutRequests 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

skb

│ │ │ │ +

Synopsis

ipmib.OutRequests 

Values

skb

│ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ ipmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global OutRequests (equivalent to SNMP's MIB │ │ │ │ IPSTATS_MIB_OUTREQUESTS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::ipmib.OutRequests — Count a request to send a packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ ipmib.OutRequests │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ skb │ │ │ │ │ pointer to the struct sk_buff being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function ipmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global OutRequests │ │ │ │ │ (equivalent to SNMP's MIB IPSTATS_MIB_OUTREQUESTS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::ipmib.InUnknownProtos Home  probe::ipmib.ReasmReqds │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-irq-handler-entry.html │ │ │ │ @@ -1,27 +1,27 @@ │ │ │ │ probe::irq_handler.entry

Name

probe::irq_handler.entry — │ │ │ │ Execution of interrupt handler starting │ │ │ │ -

Synopsis

irq_handler.entry 

Values

thread_flags

│ │ │ │ - Flags related to thread │ │ │ │ +

Synopsis

irq_handler.entry 

Values

irq

│ │ │ │ + irq number │ │ │ │

dir

│ │ │ │ pointer to the proc/irq/NN/name entry │ │ │ │ -

thread_fn

│ │ │ │ - interrupt handler function for threaded interrupts │ │ │ │ -

dev_name

│ │ │ │ - name of device │ │ │ │

next_irqaction

│ │ │ │ pointer to next irqaction for shared interrupts │ │ │ │ +

thread_flags

│ │ │ │ + Flags related to thread │ │ │ │ +

thread_fn

│ │ │ │ + interrupt handler function for threaded interrupts │ │ │ │ +

action

│ │ │ │ + struct irqaction* for this interrupt num │ │ │ │

flags

│ │ │ │ Flags for IRQ handler │ │ │ │

handler

│ │ │ │ interrupt handler function │ │ │ │

flags_str

│ │ │ │ symbolic string representation of IRQ flags │ │ │ │ -

action

│ │ │ │ - struct irqaction* for this interrupt num │ │ │ │ -

irq

│ │ │ │ - irq number │ │ │ │ -

dev_id

│ │ │ │ - Cookie to identify device │ │ │ │

thread

│ │ │ │ thread pointer for threaded interrupts │ │ │ │ +

dev_name

│ │ │ │ + name of device │ │ │ │ +

dev_id

│ │ │ │ + Cookie to identify device │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,34 +2,34 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::irq_handler.entry — Execution of interrupt handler starting │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ irq_handler.entry │ │ │ │ │ ***** Values ***** │ │ │ │ │ - thread_flags │ │ │ │ │ - Flags related to thread │ │ │ │ │ + irq │ │ │ │ │ + irq number │ │ │ │ │ dir │ │ │ │ │ pointer to the proc/irq/NN/name entry │ │ │ │ │ - thread_fn │ │ │ │ │ - interrupt handler function for threaded interrupts │ │ │ │ │ - dev_name │ │ │ │ │ - name of device │ │ │ │ │ next_irqaction │ │ │ │ │ pointer to next irqaction for shared interrupts │ │ │ │ │ + thread_flags │ │ │ │ │ + Flags related to thread │ │ │ │ │ + thread_fn │ │ │ │ │ + interrupt handler function for threaded interrupts │ │ │ │ │ + action │ │ │ │ │ + struct irqaction* for this interrupt num │ │ │ │ │ flags │ │ │ │ │ Flags for IRQ handler │ │ │ │ │ handler │ │ │ │ │ interrupt handler function │ │ │ │ │ flags_str │ │ │ │ │ symbolic string representation of IRQ flags │ │ │ │ │ - action │ │ │ │ │ - struct irqaction* for this interrupt num │ │ │ │ │ - irq │ │ │ │ │ - irq number │ │ │ │ │ - dev_id │ │ │ │ │ - Cookie to identify device │ │ │ │ │ thread │ │ │ │ │ thread pointer for threaded interrupts │ │ │ │ │ + dev_name │ │ │ │ │ + name of device │ │ │ │ │ + dev_id │ │ │ │ │ + Cookie to identify device │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ Chapter 12. Interrupt Request (IRQ) TapsetHome  probe::irq_handler.exit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-irq-handler-exit.html │ │ │ │ @@ -1,29 +1,29 @@ │ │ │ │ probe::irq_handler.exit

Name

probe::irq_handler.exit — │ │ │ │ Execution of interrupt handler completed │ │ │ │ -

Synopsis

irq_handler.exit 

Values

dev_name

│ │ │ │ +

Synopsis

irq_handler.exit 

Values

flags

│ │ │ │ + flags for IRQ handler │ │ │ │ +

handler

│ │ │ │ + interrupt handler function that was executed │ │ │ │ +

flags_str

│ │ │ │ + symbolic string representation of IRQ flags │ │ │ │ +

dev_id

│ │ │ │ + Cookie to identify device │ │ │ │ +

ret

│ │ │ │ + return value of the handler │ │ │ │ +

thread

│ │ │ │ + thread pointer for threaded interrupts │ │ │ │ +

dev_name

│ │ │ │ name of device │ │ │ │ +

irq

│ │ │ │ + interrupt number │ │ │ │ +

action

│ │ │ │ + struct irqaction* │ │ │ │

next_irqaction

│ │ │ │ pointer to next irqaction for shared interrupts │ │ │ │ +

dir

│ │ │ │ + pointer to the proc/irq/NN/name entry │ │ │ │

thread_flags

│ │ │ │ Flags related to thread │ │ │ │

thread_fn

│ │ │ │ interrupt handler function for threaded interrupts │ │ │ │ -

dir

│ │ │ │ - pointer to the proc/irq/NN/name entry │ │ │ │ -

flags_str

│ │ │ │ - symbolic string representation of IRQ flags │ │ │ │ -

handler

│ │ │ │ - interrupt handler function that was executed │ │ │ │ -

irq

│ │ │ │ - interrupt number │ │ │ │ -

action

│ │ │ │ - struct irqaction* │ │ │ │ -

dev_id

│ │ │ │ - Cookie to identify device │ │ │ │ -

thread

│ │ │ │ - thread pointer for threaded interrupts │ │ │ │ -

flags

│ │ │ │ - flags for IRQ handler │ │ │ │ -

ret

│ │ │ │ - return value of the handler │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,36 +2,36 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::irq_handler.exit — Execution of interrupt handler completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ irq_handler.exit │ │ │ │ │ ***** Values ***** │ │ │ │ │ + flags │ │ │ │ │ + flags for IRQ handler │ │ │ │ │ + handler │ │ │ │ │ + interrupt handler function that was executed │ │ │ │ │ + flags_str │ │ │ │ │ + symbolic string representation of IRQ flags │ │ │ │ │ + dev_id │ │ │ │ │ + Cookie to identify device │ │ │ │ │ + ret │ │ │ │ │ + return value of the handler │ │ │ │ │ + thread │ │ │ │ │ + thread pointer for threaded interrupts │ │ │ │ │ dev_name │ │ │ │ │ name of device │ │ │ │ │ + irq │ │ │ │ │ + interrupt number │ │ │ │ │ + action │ │ │ │ │ + struct irqaction* │ │ │ │ │ next_irqaction │ │ │ │ │ pointer to next irqaction for shared interrupts │ │ │ │ │ + dir │ │ │ │ │ + pointer to the proc/irq/NN/name entry │ │ │ │ │ thread_flags │ │ │ │ │ Flags related to thread │ │ │ │ │ thread_fn │ │ │ │ │ interrupt handler function for threaded interrupts │ │ │ │ │ - dir │ │ │ │ │ - pointer to the proc/irq/NN/name entry │ │ │ │ │ - flags_str │ │ │ │ │ - symbolic string representation of IRQ flags │ │ │ │ │ - handler │ │ │ │ │ - interrupt handler function that was executed │ │ │ │ │ - irq │ │ │ │ │ - interrupt number │ │ │ │ │ - action │ │ │ │ │ - struct irqaction* │ │ │ │ │ - dev_id │ │ │ │ │ - Cookie to identify device │ │ │ │ │ - thread │ │ │ │ │ - thread pointer for threaded interrupts │ │ │ │ │ - flags │ │ │ │ │ - flags for IRQ handler │ │ │ │ │ - ret │ │ │ │ │ - return value of the handler │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::irq_handler.entry Home  probe::softirq.entry │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-kprocess-create.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::kprocess.create

Name

probe::kprocess.create — │ │ │ │ Fires whenever a new process or thread is successfully created │ │ │ │ -

Synopsis

kprocess.create 

Values

new_pid

│ │ │ │ - The PID of the newly created process │ │ │ │ -

new_tid

│ │ │ │ +

Synopsis

kprocess.create 

Values

new_tid

│ │ │ │ The TID of the newly created task │ │ │ │ +

new_pid

│ │ │ │ + The PID of the newly created process │ │ │ │

Context

│ │ │ │ Parent of the created process. │ │ │ │

Description

│ │ │ │ Fires whenever a new process is successfully created, either as a result of │ │ │ │ fork (or one of its syscall variants), or a new kernel thread. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,18 +3,18 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::kprocess.create — Fires whenever a new process or thread is successfully │ │ │ │ │ created │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ kprocess.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ - new_pid │ │ │ │ │ - The PID of the newly created process │ │ │ │ │ new_tid │ │ │ │ │ The TID of the newly created task │ │ │ │ │ + new_pid │ │ │ │ │ + The PID of the newly created process │ │ │ │ │ ***** Context ***** │ │ │ │ │ Parent of the created process. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires whenever a new process is successfully created, either as a result of │ │ │ │ │ fork (or one of its syscall variants), or a new kernel thread. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-kprocess-exec-complete.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::kprocess.exec_complete

Name

probe::kprocess.exec_complete — │ │ │ │ Return from exec to a new program │ │ │ │ -

Synopsis

kprocess.exec_complete 

Values

success

│ │ │ │ - A boolean indicating whether the exec was successful │ │ │ │ -

errno

│ │ │ │ +

Synopsis

kprocess.exec_complete 

Values

errno

│ │ │ │ The error number resulting from the exec │ │ │ │ -

name

│ │ │ │ - Name of the system call (execve) (SystemTap v2.5+) │ │ │ │

retstr

│ │ │ │ A string representation of errno (SystemTap v2.5+) │ │ │ │ +

success

│ │ │ │ + A boolean indicating whether the exec was successful │ │ │ │ +

name

│ │ │ │ + Name of the system call (execve) (SystemTap v2.5+) │ │ │ │

Context

│ │ │ │ On success, the context of the new executable. │ │ │ │ On failure, remains in the context of the caller. │ │ │ │

Description

│ │ │ │ Fires at the completion of an exec call. Aliased to the │ │ │ │ syscall.execve.return probe in SystemTap v2.5+. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 16. Kernel Process Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::kprocess.exec_complete — Return from exec to a new program │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ kprocess.exec_complete │ │ │ │ │ ***** Values ***** │ │ │ │ │ - success │ │ │ │ │ - A boolean indicating whether the exec was successful │ │ │ │ │ errno │ │ │ │ │ The error number resulting from the exec │ │ │ │ │ - name │ │ │ │ │ - Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │ │ retstr │ │ │ │ │ A string representation of errno (SystemTap v2.5+) │ │ │ │ │ + success │ │ │ │ │ + A boolean indicating whether the exec was successful │ │ │ │ │ + name │ │ │ │ │ + Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │ │ ***** Context ***** │ │ │ │ │ On success, the context of the new executable. On failure, remains in the │ │ │ │ │ context of the caller. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the completion of an exec call. Aliased to the syscall.execve.return │ │ │ │ │ probe in SystemTap v2.5+. │ │ │ │ │ =============================================================================== │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-linuxmib-ListenDrops.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::linuxmib.ListenDrops

Name

probe::linuxmib.ListenDrops — │ │ │ │ Count of times conn request that were dropped │ │ │ │ -

Synopsis

linuxmib.ListenDrops 

Values

sk

│ │ │ │ - Pointer to the struct sock being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

linuxmib.ListenDrops 

Values

op

│ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ +

sk

│ │ │ │ + Pointer to the struct sock being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ linuxmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global ListenDrops (equivalent to SNMP's MIB │ │ │ │ LINUX_MIB_LISTENDROPS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::linuxmib.ListenDrops — Count of times conn request that were dropped │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ linuxmib.ListenDrops │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sk │ │ │ │ │ - Pointer to the struct sock being acted on │ │ │ │ │ op │ │ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ │ + sk │ │ │ │ │ + Pointer to the struct sock being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function linuxmib_filter_key. │ │ │ │ │ If the packet passes the filter is is counted in the global ListenDrops │ │ │ │ │ (equivalent to SNMP's MIB LINUX_MIB_LISTENDROPS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::linuxmib.DelayedACKs Home  probe::linuxmib.ListenOverflows │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-linuxmib-ListenOverflows.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::linuxmib.ListenOverflows

Name

probe::linuxmib.ListenOverflows — │ │ │ │ Count of times a listen queue overflowed │ │ │ │ -

Synopsis

linuxmib.ListenOverflows 

Values

sk

│ │ │ │ - Pointer to the struct sock being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

linuxmib.ListenOverflows 

Values

op

│ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ +

sk

│ │ │ │ + Pointer to the struct sock being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ linuxmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global ListenOverflows (equivalent to SNMP's MIB │ │ │ │ LINUX_MIB_LISTENOVERFLOWS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::linuxmib.ListenOverflows — Count of times a listen queue overflowed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ linuxmib.ListenOverflows │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sk │ │ │ │ │ - Pointer to the struct sock being acted on │ │ │ │ │ op │ │ │ │ │ Value to be added to the counter (default value of 1) │ │ │ │ │ + sk │ │ │ │ │ + Pointer to the struct sock being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function linuxmib_filter_key. │ │ │ │ │ If the packet passes the filter is is counted in the global ListenOverflows │ │ │ │ │ (equivalent to SNMP's MIB LINUX_MIB_LISTENOVERFLOWS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::linuxmib.ListenDrops Home  probe::linuxmib.TCPMemoryPressures │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-change-mac.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::netdev.change_mac

Name

probe::netdev.change_mac — │ │ │ │ Called when the netdev_name has the MAC changed │ │ │ │

Synopsis

netdev.change_mac 

Values

mac_len

│ │ │ │ The MAC length │ │ │ │ -

dev_name

│ │ │ │ - The device that will have the MAC changed │ │ │ │

new_mac

│ │ │ │ The new MAC address │ │ │ │

old_mac

│ │ │ │ The current MAC address │ │ │ │ +

dev_name

│ │ │ │ + The device that will have the MAC changed │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,16 +4,16 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.change_mac — Called when the netdev_name has the MAC changed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.change_mac │ │ │ │ │ ***** Values ***** │ │ │ │ │ mac_len │ │ │ │ │ The MAC length │ │ │ │ │ - dev_name │ │ │ │ │ - The device that will have the MAC changed │ │ │ │ │ new_mac │ │ │ │ │ The new MAC address │ │ │ │ │ old_mac │ │ │ │ │ The current MAC address │ │ │ │ │ + dev_name │ │ │ │ │ + The device that will have the MAC changed │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ function::ntohs Home  probe::netdev.change_mtu │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-change-mtu.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::netdev.change_mtu

Name

probe::netdev.change_mtu — │ │ │ │ Called when the netdev MTU is changed │ │ │ │ -

Synopsis

netdev.change_mtu 

Values

dev_name

│ │ │ │ - The device that will have the MTU changed │ │ │ │ +

Synopsis

netdev.change_mtu 

Values

new_mtu

│ │ │ │ + The new MTU │ │ │ │

old_mtu

│ │ │ │ The current MTU │ │ │ │ -

new_mtu

│ │ │ │ - The new MTU │ │ │ │ +

dev_name

│ │ │ │ + The device that will have the MTU changed │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.change_mtu — Called when the netdev MTU is changed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.change_mtu │ │ │ │ │ ***** Values ***** │ │ │ │ │ - dev_name │ │ │ │ │ - The device that will have the MTU changed │ │ │ │ │ - old_mtu │ │ │ │ │ - The current MTU │ │ │ │ │ new_mtu │ │ │ │ │ The new MTU │ │ │ │ │ + old_mtu │ │ │ │ │ + The current MTU │ │ │ │ │ + dev_name │ │ │ │ │ + The device that will have the MTU changed │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.change_mac Home  probe::netdev.change_rx_flag │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-change-rx-flag.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::netdev.change_rx_flag

Name

probe::netdev.change_rx_flag — │ │ │ │ Called when the device RX flag will be changed │ │ │ │ -

Synopsis

netdev.change_rx_flag 

Values

flags

│ │ │ │ - The new flags │ │ │ │ -

dev_name

│ │ │ │ +

Synopsis

netdev.change_rx_flag 

Values

dev_name

│ │ │ │ The device that will be changed │ │ │ │ +

flags

│ │ │ │ + The new flags │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.change_rx_flag — Called when the device RX flag will be changed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.change_rx_flag │ │ │ │ │ ***** Values ***** │ │ │ │ │ - flags │ │ │ │ │ - The new flags │ │ │ │ │ dev_name │ │ │ │ │ The device that will be changed │ │ │ │ │ + flags │ │ │ │ │ + The new flags │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.change_mtu Home  probe::netdev.close │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-hard-transmit.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::netdev.hard_transmit

Name

probe::netdev.hard_transmit — │ │ │ │ Called when the devices is going to TX (hard) │ │ │ │

Synopsis

netdev.hard_transmit 

Values

protocol

│ │ │ │ The protocol used in the transmission │ │ │ │ +

length

│ │ │ │ + The length of the transmit buffer. │ │ │ │

truesize

│ │ │ │ The size of the data to be transmitted. │ │ │ │

dev_name

│ │ │ │ The device scheduled to transmit │ │ │ │ -

length

│ │ │ │ - The length of the transmit buffer. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,16 +4,16 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.hard_transmit — Called when the devices is going to TX (hard) │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.hard_transmit │ │ │ │ │ ***** Values ***** │ │ │ │ │ protocol │ │ │ │ │ The protocol used in the transmission │ │ │ │ │ + length │ │ │ │ │ + The length of the transmit buffer. │ │ │ │ │ truesize │ │ │ │ │ The size of the data to be transmitted. │ │ │ │ │ dev_name │ │ │ │ │ The device scheduled to transmit │ │ │ │ │ - length │ │ │ │ │ - The length of the transmit buffer. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.get_stats Home  probe::netdev.ioctl │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-receive.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::netdev.receive

Name

probe::netdev.receive — │ │ │ │ Data received from network device. │ │ │ │ -

Synopsis

netdev.receive 

Values

length

│ │ │ │ - The length of the receiving buffer. │ │ │ │ -

dev_name

│ │ │ │ +

Synopsis

netdev.receive 

Values

dev_name

│ │ │ │ The name of the device. e.g: eth0, ath1. │ │ │ │ +

length

│ │ │ │ + The length of the receiving buffer. │ │ │ │

protocol

│ │ │ │ Protocol of received packet. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.receive — Data received from network device. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.receive │ │ │ │ │ ***** Values ***** │ │ │ │ │ - length │ │ │ │ │ - The length of the receiving buffer. │ │ │ │ │ dev_name │ │ │ │ │ The name of the device. e.g: eth0, ath1. │ │ │ │ │ + length │ │ │ │ │ + The length of the receiving buffer. │ │ │ │ │ protocol │ │ │ │ │ Protocol of received packet. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.open Home  probe::netdev.register │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-rx.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::netdev.rx

Name

probe::netdev.rx — │ │ │ │ Called when the device is going to receive a packet │ │ │ │ -

Synopsis

netdev.rx 

Values

protocol

│ │ │ │ - The packet protocol │ │ │ │ -

dev_name

│ │ │ │ +

Synopsis

netdev.rx 

Values

dev_name

│ │ │ │ The device received the packet │ │ │ │ +

protocol

│ │ │ │ + The packet protocol │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.rx — Called when the device is going to receive a packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.rx │ │ │ │ │ ***** Values ***** │ │ │ │ │ - protocol │ │ │ │ │ - The packet protocol │ │ │ │ │ dev_name │ │ │ │ │ The device received the packet │ │ │ │ │ + protocol │ │ │ │ │ + The packet protocol │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.register Home  probe::netdev.set_promiscuity │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-set-promiscuity.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::netdev.set_promiscuity

Name

probe::netdev.set_promiscuity — │ │ │ │ Called when the device enters/leaves promiscuity │ │ │ │ -

Synopsis

netdev.set_promiscuity 

Values

enable

│ │ │ │ - If the device is entering promiscuity mode │ │ │ │ -

disable

│ │ │ │ - If the device is leaving promiscuity mode │ │ │ │ +

Synopsis

netdev.set_promiscuity 

Values

dev_name

│ │ │ │ + The device that is entering/leaving promiscuity mode │ │ │ │

inc

│ │ │ │ Count the number of promiscuity openers │ │ │ │ -

dev_name

│ │ │ │ - The device that is entering/leaving promiscuity mode │ │ │ │ +

disable

│ │ │ │ + If the device is leaving promiscuity mode │ │ │ │ +

enable

│ │ │ │ + If the device is entering promiscuity mode │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,18 +3,18 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.set_promiscuity — Called when the device enters/leaves │ │ │ │ │ promiscuity │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.set_promiscuity │ │ │ │ │ ***** Values ***** │ │ │ │ │ - enable │ │ │ │ │ - If the device is entering promiscuity mode │ │ │ │ │ - disable │ │ │ │ │ - If the device is leaving promiscuity mode │ │ │ │ │ - inc │ │ │ │ │ - Count the number of promiscuity openers │ │ │ │ │ dev_name │ │ │ │ │ The device that is entering/leaving promiscuity mode │ │ │ │ │ + inc │ │ │ │ │ + Count the number of promiscuity openers │ │ │ │ │ + disable │ │ │ │ │ + If the device is leaving promiscuity mode │ │ │ │ │ + enable │ │ │ │ │ + If the device is entering promiscuity mode │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.rx Home  probe::netdev.transmit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netdev-transmit.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::netdev.transmit

Name

probe::netdev.transmit — │ │ │ │ Network device transmitting buffer │ │ │ │ -

Synopsis

netdev.transmit 

Values

dev_name

│ │ │ │ - The name of the device. e.g: eth0, ath1. │ │ │ │ +

Synopsis

netdev.transmit 

Values

protocol

│ │ │ │ + The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ │

length

│ │ │ │ The length of the transmit buffer. │ │ │ │ -

protocol

│ │ │ │ - The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ │

truesize

│ │ │ │ The size of the data to be transmitted. │ │ │ │ +

dev_name

│ │ │ │ + The name of the device. e.g: eth0, ath1. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netdev.transmit — Network device transmitting buffer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netdev.transmit │ │ │ │ │ ***** Values ***** │ │ │ │ │ - dev_name │ │ │ │ │ - The name of the device. e.g: eth0, ath1. │ │ │ │ │ - length │ │ │ │ │ - The length of the transmit buffer. │ │ │ │ │ protocol │ │ │ │ │ The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ │ │ + length │ │ │ │ │ + The length of the transmit buffer. │ │ │ │ │ truesize │ │ │ │ │ The size of the data to be transmitted. │ │ │ │ │ + dev_name │ │ │ │ │ + The name of the device. e.g: eth0, ath1. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.set_promiscuity Home  probe::netdev.unregister │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-arp-forward.html │ │ │ │ @@ -1,53 +1,53 @@ │ │ │ │ probe::netfilter.arp.forward

Name

probe::netfilter.arp.forward — │ │ │ │ - Called for each ARP packet to be forwarded │ │ │ │ -

Synopsis

netfilter.arp.forward 

Values

ar_op

│ │ │ │ - ARP opcode (command) │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

ar_pro

│ │ │ │ - Format of protocol address │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

length

│ │ │ │ +

Synopsis

netfilter.arp.forward 

Values

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

ar_tip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

ar_sip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ +

ar_data

│ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │

ar_tha

│ │ │ │ Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ -

arphdr

│ │ │ │ - Address of ARP header │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ +

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │

ar_sha

│ │ │ │ Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

arphdr

│ │ │ │ + Address of ARP header │ │ │ │ +

pf

│ │ │ │ + Protocol family -- always arp │ │ │ │

ar_hln

│ │ │ │ Length of hardware address │ │ │ │

outdev_name

│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +

ar_op

│ │ │ │ + ARP opcode (command) │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

ar_hrd

│ │ │ │ + Format of hardware address │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +

ar_sip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ +

ar_tip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │

indev_name

│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ -

ar_data

│ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always arp │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │

ar_pln

│ │ │ │ Length of protocol address │ │ │ │ -

ar_hrd

│ │ │ │ - Format of hardware address │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

ar_pro

│ │ │ │ + Format of protocol address │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,60 +2,60 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.arp.forward — - Called for each ARP packet to be forwarded │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.arp.forward │ │ │ │ │ ***** Values ***** │ │ │ │ │ - ar_op │ │ │ │ │ - ARP opcode (command) │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - ar_pro │ │ │ │ │ - Format of protocol address │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - ar_tip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - ar_sip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ + ar_data │ │ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │ │ ar_tha │ │ │ │ │ Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ │ - arphdr │ │ │ │ │ - Address of ARP header │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ ar_sha │ │ │ │ │ Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + arphdr │ │ │ │ │ + Address of ARP header │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “arp” │ │ │ │ │ ar_hln │ │ │ │ │ Length of hardware address │ │ │ │ │ outdev_name │ │ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ + ar_op │ │ │ │ │ + ARP opcode (command) │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + ar_hrd │ │ │ │ │ + Format of hardware address │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ + ar_sip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ + ar_tip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ indev_name │ │ │ │ │ Name of network device packet was received on (if known) │ │ │ │ │ - ar_data │ │ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “arp” │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ ar_pln │ │ │ │ │ Length of protocol address │ │ │ │ │ - ar_hrd │ │ │ │ │ - Format of hardware address │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + ar_pro │ │ │ │ │ + Format of protocol address │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netdev.unregister Home  probe::netfilter.arp.in │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-arp-in.html │ │ │ │ @@ -1,53 +1,53 @@ │ │ │ │ probe::netfilter.arp.in

Name

probe::netfilter.arp.in — │ │ │ │ - Called for each incoming ARP packet │ │ │ │ -

Synopsis

netfilter.arp.in 

Values

nf_stop

│ │ │ │ +

Synopsis

netfilter.arp.in 

Values

pf

│ │ │ │ + Protocol family -- always arp │ │ │ │ +

arphdr

│ │ │ │ + Address of ARP header │ │ │ │ +

ar_hln

│ │ │ │ + Length of hardware address │ │ │ │ +

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ +

ar_op

│ │ │ │ + ARP opcode (command) │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +

ar_hrd

│ │ │ │ + Format of hardware address │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -

ar_pro

│ │ │ │ - Format of protocol address │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ +

ar_data

│ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

ar_sip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ -

ar_tip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ -

ar_op

│ │ │ │ - ARP opcode (command) │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +

ar_sha

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ +

ar_tha

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │

nf_drop

│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always arp │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │

ar_pln

│ │ │ │ Length of protocol address │ │ │ │ -

ar_hrd

│ │ │ │ - Format of hardware address │ │ │ │ +

ar_pro

│ │ │ │ + Format of protocol address │ │ │ │

outdev

│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -

arphdr

│ │ │ │ - Address of ARP header │ │ │ │ -

ar_hln

│ │ │ │ - Length of hardware address │ │ │ │ -

ar_sha

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ -

ar_tha

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

ar_data

│ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

ar_tip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ +

ar_sip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │

indev_name

│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,60 +2,60 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.arp.in — - Called for each incoming ARP packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.arp.in │ │ │ │ │ ***** Values ***** │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “arp” │ │ │ │ │ + arphdr │ │ │ │ │ + Address of ARP header │ │ │ │ │ + ar_hln │ │ │ │ │ + Length of hardware address │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ + ar_op │ │ │ │ │ + ARP opcode (command) │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ + ar_hrd │ │ │ │ │ + Format of hardware address │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ - ar_pro │ │ │ │ │ - Format of protocol address │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ + ar_data │ │ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - ar_sip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ - ar_tip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ - ar_op │ │ │ │ │ - ARP opcode (command) │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ + ar_sha │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ │ nf_accept │ │ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ │ + ar_tha │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ │ nf_drop │ │ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “arp” │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ ar_pln │ │ │ │ │ Length of protocol address │ │ │ │ │ - ar_hrd │ │ │ │ │ - Format of hardware address │ │ │ │ │ + ar_pro │ │ │ │ │ + Format of protocol address │ │ │ │ │ outdev │ │ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ │ - arphdr │ │ │ │ │ - Address of ARP header │ │ │ │ │ - ar_hln │ │ │ │ │ - Length of hardware address │ │ │ │ │ - ar_sha │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ │ - ar_tha │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - ar_data │ │ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + ar_tip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ + ar_sip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ indev_name │ │ │ │ │ Name of network device packet was received on (if known) │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.arp.forward Home  probe::netfilter.arp.out │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-arp-out.html │ │ │ │ @@ -1,53 +1,53 @@ │ │ │ │ probe::netfilter.arp.out

Name

probe::netfilter.arp.out — │ │ │ │ - Called for each outgoing ARP packet │ │ │ │ -

Synopsis

netfilter.arp.out 

Values

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

ar_sip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ -

ar_tip

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ +

Synopsis

netfilter.arp.out 

Values

arphdr

│ │ │ │ + Address of ARP header │ │ │ │ +

pf

│ │ │ │ + Protocol family -- always arp │ │ │ │ +

ar_hln

│ │ │ │ + Length of hardware address │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -

ar_pro

│ │ │ │ - Format of protocol address │ │ │ │ +

ar_op

│ │ │ │ + ARP opcode (command) │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ +

ar_hrd

│ │ │ │ + Format of hardware address │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

ar_data

│ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │ +

ar_tha

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ +

ar_sha

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │

nf_drop

│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -

ar_op

│ │ │ │ - ARP opcode (command) │ │ │ │ -

ar_hrd

│ │ │ │ - Format of hardware address │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │

ar_pln

│ │ │ │ Length of protocol address │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always arp │ │ │ │ -

ar_data

│ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

arphdr

│ │ │ │ - Address of ARP header │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

ar_pro

│ │ │ │ + Format of protocol address │ │ │ │

outdev

│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -

ar_hln

│ │ │ │ - Length of hardware address │ │ │ │ -

ar_sha

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ -

ar_tha

│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ +

ar_sip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ +

ar_tip

│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,60 +2,60 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.arp.out — - Called for each outgoing ARP packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.arp.out │ │ │ │ │ ***** Values ***** │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - ar_sip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ - ar_tip │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ + arphdr │ │ │ │ │ + Address of ARP header │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “arp” │ │ │ │ │ + ar_hln │ │ │ │ │ + Length of hardware address │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ - ar_pro │ │ │ │ │ - Format of protocol address │ │ │ │ │ + ar_op │ │ │ │ │ + ARP opcode (command) │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ + ar_hrd │ │ │ │ │ + Format of hardware address │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ + ar_data │ │ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │ │ + ar_tha │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ │ + ar_sha │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ │ nf_accept │ │ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ nf_drop │ │ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ │ - ar_op │ │ │ │ │ - ARP opcode (command) │ │ │ │ │ - ar_hrd │ │ │ │ │ - Format of hardware address │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ ar_pln │ │ │ │ │ Length of protocol address │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “arp” │ │ │ │ │ - ar_data │ │ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - arphdr │ │ │ │ │ - Address of ARP header │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + ar_pro │ │ │ │ │ + Format of protocol address │ │ │ │ │ outdev │ │ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ │ - ar_hln │ │ │ │ │ - Length of hardware address │ │ │ │ │ - ar_sha │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ │ - ar_tha │ │ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ │ + ar_sip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ │ + ar_tip │ │ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.arp.in Home  probe::netfilter.bridge.forward │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-bridge-forward.html │ │ │ │ @@ -1,67 +1,67 @@ │ │ │ │ probe::netfilter.bridge.forward

Name

probe::netfilter.bridge.forward — │ │ │ │ Called on an incoming bridging packet destined for some other computer │ │ │ │ -

Synopsis

netfilter.bridge.forward 

Values

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

br_cost

│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -

br_bid

│ │ │ │ - Identity of bridge │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

llcproto_stp

│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

Synopsis

netfilter.bridge.forward 

Values

br_vid

│ │ │ │ + Protocol version identifier │ │ │ │ +

brhdr

│ │ │ │ + Address of bridge header │ │ │ │ +

br_rmac

│ │ │ │ + Root bridge MAC address │ │ │ │

pf

│ │ │ │ Protocol family -- always bridge │ │ │ │ -

br_poid

│ │ │ │ - Port identifier │ │ │ │ -

br_type

│ │ │ │ - BPDU type │ │ │ │ -

br_max

│ │ │ │ - Max age in 1/256 secs │ │ │ │

br_prid

│ │ │ │ Protocol identifier │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

br_rid

│ │ │ │ - Identity of root bridge │ │ │ │ -

brhdr

│ │ │ │ - Address of bridge header │ │ │ │ -

br_msg

│ │ │ │ - Message age in 1/256 secs │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │

br_mac

│ │ │ │ Bridge MAC address │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

br_flags

│ │ │ │ BPDU flags │ │ │ │ -

br_fd

│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ -

br_vid

│ │ │ │ - Protocol version identifier │ │ │ │ -

llcpdu

│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -

br_rmac

│ │ │ │ - Root bridge MAC address │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

br_htime

│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ +

br_rid

│ │ │ │ + Identity of root bridge │ │ │ │ +

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

protocol

│ │ │ │ + Packet protocol │ │ │ │

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

br_fd

│ │ │ │ + Forward delay in 1/256 secs │ │ │ │ +

br_bid

│ │ │ │ + Identity of bridge │ │ │ │ +

br_max

│ │ │ │ + Max age in 1/256 secs │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

br_cost

│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +

llcproto_stp

│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

br_htime

│ │ │ │ + Hello time in 1/256 secs │ │ │ │ +

br_type

│ │ │ │ + BPDU type │ │ │ │ +

br_poid

│ │ │ │ + Port identifier │ │ │ │ +

br_msg

│ │ │ │ + Message age in 1/256 secs │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │

data_str

│ │ │ │ A string representing the packet buffer contents │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

llcpdu

│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,74 +3,74 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.bridge.forward — Called on an incoming bridging packet │ │ │ │ │ destined for some other computer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.bridge.forward │ │ │ │ │ ***** Values ***** │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - br_cost │ │ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ │ - br_bid │ │ │ │ │ - Identity of bridge │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - llcproto_stp │ │ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + br_vid │ │ │ │ │ + Protocol version identifier │ │ │ │ │ + brhdr │ │ │ │ │ + Address of bridge header │ │ │ │ │ + br_rmac │ │ │ │ │ + Root bridge MAC address │ │ │ │ │ pf │ │ │ │ │ Protocol family -- always “bridge” │ │ │ │ │ - br_poid │ │ │ │ │ - Port identifier │ │ │ │ │ - br_type │ │ │ │ │ - BPDU type │ │ │ │ │ - br_max │ │ │ │ │ - Max age in 1/256 secs │ │ │ │ │ br_prid │ │ │ │ │ Protocol identifier │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - br_rid │ │ │ │ │ - Identity of root bridge │ │ │ │ │ - brhdr │ │ │ │ │ - Address of bridge header │ │ │ │ │ - br_msg │ │ │ │ │ - Message age in 1/256 secs │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ br_mac │ │ │ │ │ Bridge MAC address │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ br_flags │ │ │ │ │ BPDU flags │ │ │ │ │ - br_fd │ │ │ │ │ - Forward delay in 1/256 secs │ │ │ │ │ - br_vid │ │ │ │ │ - Protocol version identifier │ │ │ │ │ - llcpdu │ │ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ - br_rmac │ │ │ │ │ - Root bridge MAC address │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ - br_htime │ │ │ │ │ - Hello time in 1/256 secs │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ + br_rid │ │ │ │ │ + Identity of root bridge │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + br_fd │ │ │ │ │ + Forward delay in 1/256 secs │ │ │ │ │ + br_bid │ │ │ │ │ + Identity of bridge │ │ │ │ │ + br_max │ │ │ │ │ + Max age in 1/256 secs │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + br_cost │ │ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ │ + llcproto_stp │ │ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + br_htime │ │ │ │ │ + Hello time in 1/256 secs │ │ │ │ │ + br_type │ │ │ │ │ + BPDU type │ │ │ │ │ + br_poid │ │ │ │ │ + Port identifier │ │ │ │ │ + br_msg │ │ │ │ │ + Message age in 1/256 secs │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ data_str │ │ │ │ │ A string representing the packet buffer contents │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + llcpdu │ │ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.arp.out Home  probe::netfilter.bridge.local_in │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-bridge-local-in.html │ │ │ │ @@ -1,67 +1,67 @@ │ │ │ │ probe::netfilter.bridge.local_in

Name

probe::netfilter.bridge.local_in — │ │ │ │ Called on a bridging packet destined for the local computer │ │ │ │ -

Synopsis

netfilter.bridge.local_in 

Values

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

br_rmac

│ │ │ │ - Root bridge MAC address │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ +

Synopsis

netfilter.bridge.local_in 

Values

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

br_msg

│ │ │ │ + Message age in 1/256 secs │ │ │ │ +

br_poid

│ │ │ │ + Port identifier │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

llcpdu

│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │

br_htime

│ │ │ │ Hello time in 1/256 secs │ │ │ │ +

br_cost

│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +

llcproto_stp

│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

br_type

│ │ │ │ + BPDU type │ │ │ │

nf_repeat

│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │

nf_queue

│ │ │ │ Constant used to signify a 'queue' verdict │ │ │ │ -

br_rid

│ │ │ │ - Identity of root bridge │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

br_prid

│ │ │ │ - Protocol identifier │ │ │ │ -

br_msg

│ │ │ │ - Message age in 1/256 secs │ │ │ │ -

brhdr

│ │ │ │ - Address of bridge header │ │ │ │

br_fd

│ │ │ │ Forward delay in 1/256 secs │ │ │ │ +

br_max

│ │ │ │ + Max age in 1/256 secs │ │ │ │ +

br_bid

│ │ │ │ + Identity of bridge │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

br_rid

│ │ │ │ + Identity of root bridge │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

protocol

│ │ │ │ + Packet protocol │ │ │ │

br_mac

│ │ │ │ Bridge MAC address │ │ │ │ -

br_flags

│ │ │ │ - BPDU flags │ │ │ │ -

llcpdu

│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +

br_prid

│ │ │ │ + Protocol identifier │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +

br_flags

│ │ │ │ + BPDU flags │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

br_rmac

│ │ │ │ + Root bridge MAC address │ │ │ │ +

brhdr

│ │ │ │ + Address of bridge header │ │ │ │

br_vid

│ │ │ │ Protocol version identifier │ │ │ │

pf

│ │ │ │ Protocol family -- always bridge │ │ │ │ -

br_poid

│ │ │ │ - Port identifier │ │ │ │ -

br_type

│ │ │ │ - BPDU type │ │ │ │ -

br_max

│ │ │ │ - Max age in 1/256 secs │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

br_cost

│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -

br_bid

│ │ │ │ - Identity of bridge │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol │ │ │ │ -

llcproto_stp

│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,74 +3,74 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.bridge.local_in — Called on a bridging packet destined for the │ │ │ │ │ local computer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.bridge.local_in │ │ │ │ │ ***** Values ***** │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ - br_rmac │ │ │ │ │ - Root bridge MAC address │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + br_msg │ │ │ │ │ + Message age in 1/256 secs │ │ │ │ │ + br_poid │ │ │ │ │ + Port identifier │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + llcpdu │ │ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ br_htime │ │ │ │ │ Hello time in 1/256 secs │ │ │ │ │ + br_cost │ │ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ │ + llcproto_stp │ │ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + br_type │ │ │ │ │ + BPDU type │ │ │ │ │ nf_repeat │ │ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ nf_queue │ │ │ │ │ Constant used to signify a 'queue' verdict │ │ │ │ │ - br_rid │ │ │ │ │ - Identity of root bridge │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - br_prid │ │ │ │ │ - Protocol identifier │ │ │ │ │ - br_msg │ │ │ │ │ - Message age in 1/256 secs │ │ │ │ │ - brhdr │ │ │ │ │ - Address of bridge header │ │ │ │ │ br_fd │ │ │ │ │ Forward delay in 1/256 secs │ │ │ │ │ + br_max │ │ │ │ │ + Max age in 1/256 secs │ │ │ │ │ + br_bid │ │ │ │ │ + Identity of bridge │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + br_rid │ │ │ │ │ + Identity of root bridge │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol │ │ │ │ │ br_mac │ │ │ │ │ Bridge MAC address │ │ │ │ │ - br_flags │ │ │ │ │ - BPDU flags │ │ │ │ │ - llcpdu │ │ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ + br_prid │ │ │ │ │ + Protocol identifier │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ + br_flags │ │ │ │ │ + BPDU flags │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + br_rmac │ │ │ │ │ + Root bridge MAC address │ │ │ │ │ + brhdr │ │ │ │ │ + Address of bridge header │ │ │ │ │ br_vid │ │ │ │ │ Protocol version identifier │ │ │ │ │ pf │ │ │ │ │ Protocol family -- always “bridge” │ │ │ │ │ - br_poid │ │ │ │ │ - Port identifier │ │ │ │ │ - br_type │ │ │ │ │ - BPDU type │ │ │ │ │ - br_max │ │ │ │ │ - Max age in 1/256 secs │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - br_cost │ │ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ │ - br_bid │ │ │ │ │ - Identity of bridge │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol │ │ │ │ │ - llcproto_stp │ │ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.bridge.forward Home  probe::netfilter.bridge.local_out │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-bridge-local-out.html │ │ │ │ @@ -1,67 +1,67 @@ │ │ │ │ probe::netfilter.bridge.local_out

Name

probe::netfilter.bridge.local_out — │ │ │ │ Called on a bridging packet coming from a local process │ │ │ │ -

Synopsis

netfilter.bridge.local_out 

Values

br_max

│ │ │ │ - Max age in 1/256 secs │ │ │ │ -

br_type

│ │ │ │ - BPDU type │ │ │ │ -

br_poid

│ │ │ │ - Port identifier │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always bridge │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

br_bid

│ │ │ │ - Identity of bridge │ │ │ │ -

llcproto_stp

│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

Synopsis

netfilter.bridge.local_out 

Values

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

br_rid

│ │ │ │ + Identity of root bridge │ │ │ │

protocol

│ │ │ │ Packet protocol │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

br_cost

│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

br_vid

│ │ │ │ + Protocol version identifier │ │ │ │ +

brhdr

│ │ │ │ + Address of bridge header │ │ │ │

br_rmac

│ │ │ │ Root bridge MAC address │ │ │ │ +

pf

│ │ │ │ + Protocol family -- always bridge │ │ │ │ +

br_prid

│ │ │ │ + Protocol identifier │ │ │ │ +

br_mac

│ │ │ │ + Bridge MAC address │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -

br_htime

│ │ │ │ - Hello time in 1/256 secs │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

br_flags

│ │ │ │ BPDU flags │ │ │ │ -

br_mac

│ │ │ │ - Bridge MAC address │ │ │ │ -

br_fd

│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ -

br_vid

│ │ │ │ - Protocol version identifier │ │ │ │ -

llcpdu

│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ +

br_htime

│ │ │ │ + Hello time in 1/256 secs │ │ │ │ +

br_cost

│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +

llcproto_stp

│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

br_type

│ │ │ │ + BPDU type │ │ │ │ +

br_msg

│ │ │ │ + Message age in 1/256 secs │ │ │ │ +

br_poid

│ │ │ │ + Port identifier │ │ │ │

nf_stolen

│ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

br_prid

│ │ │ │ - Protocol identifier │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

llcpdu

│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │

nf_queue

│ │ │ │ Constant used to signify a 'queue' verdict │ │ │ │ -

br_rid

│ │ │ │ - Identity of root bridge │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -

brhdr

│ │ │ │ - Address of bridge header │ │ │ │ -

br_msg

│ │ │ │ - Message age in 1/256 secs │ │ │ │ +

br_fd

│ │ │ │ + Forward delay in 1/256 secs │ │ │ │ +

br_bid

│ │ │ │ + Identity of bridge │ │ │ │ +

br_max

│ │ │ │ + Max age in 1/256 secs │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,74 +3,74 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.bridge.local_out — Called on a bridging packet coming from a │ │ │ │ │ local process │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.bridge.local_out │ │ │ │ │ ***** Values ***** │ │ │ │ │ - br_max │ │ │ │ │ - Max age in 1/256 secs │ │ │ │ │ - br_type │ │ │ │ │ - BPDU type │ │ │ │ │ - br_poid │ │ │ │ │ - Port identifier │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “bridge” │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - br_bid │ │ │ │ │ - Identity of bridge │ │ │ │ │ - llcproto_stp │ │ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + br_rid │ │ │ │ │ + Identity of root bridge │ │ │ │ │ protocol │ │ │ │ │ Packet protocol │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - br_cost │ │ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + br_vid │ │ │ │ │ + Protocol version identifier │ │ │ │ │ + brhdr │ │ │ │ │ + Address of bridge header │ │ │ │ │ br_rmac │ │ │ │ │ Root bridge MAC address │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “bridge” │ │ │ │ │ + br_prid │ │ │ │ │ + Protocol identifier │ │ │ │ │ + br_mac │ │ │ │ │ + Bridge MAC address │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ - br_htime │ │ │ │ │ - Hello time in 1/256 secs │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ br_flags │ │ │ │ │ BPDU flags │ │ │ │ │ - br_mac │ │ │ │ │ - Bridge MAC address │ │ │ │ │ - br_fd │ │ │ │ │ - Forward delay in 1/256 secs │ │ │ │ │ - br_vid │ │ │ │ │ - Protocol version identifier │ │ │ │ │ - llcpdu │ │ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ │ + br_htime │ │ │ │ │ + Hello time in 1/256 secs │ │ │ │ │ + br_cost │ │ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ │ + llcproto_stp │ │ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + br_type │ │ │ │ │ + BPDU type │ │ │ │ │ + br_msg │ │ │ │ │ + Message age in 1/256 secs │ │ │ │ │ + br_poid │ │ │ │ │ + Port identifier │ │ │ │ │ nf_stolen │ │ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - br_prid │ │ │ │ │ - Protocol identifier │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + llcpdu │ │ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ nf_queue │ │ │ │ │ Constant used to signify a 'queue' verdict │ │ │ │ │ - br_rid │ │ │ │ │ - Identity of root bridge │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - brhdr │ │ │ │ │ - Address of bridge header │ │ │ │ │ - br_msg │ │ │ │ │ - Message age in 1/256 secs │ │ │ │ │ + br_fd │ │ │ │ │ + Forward delay in 1/256 secs │ │ │ │ │ + br_bid │ │ │ │ │ + Identity of bridge │ │ │ │ │ + br_max │ │ │ │ │ + Max age in 1/256 secs │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.bridge.local_in Home  probe::netfilter.bridge.post_routing │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-bridge-post-routing.html │ │ │ │ @@ -1,67 +1,67 @@ │ │ │ │ probe::netfilter.bridge.post_routing

Name

probe::netfilter.bridge.post_routing — │ │ │ │ - Called before a bridging packet hits the wire │ │ │ │ -

Synopsis

netfilter.bridge.post_routing 

Values

br_rmac

│ │ │ │ - Root bridge MAC address │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

br_htime

│ │ │ │ - Hello time in 1/256 secs │ │ │ │ +

Synopsis

netfilter.bridge.post_routing 

Values

br_fd

│ │ │ │ + Forward delay in 1/256 secs │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

br_max

│ │ │ │ + Max age in 1/256 secs │ │ │ │ +

br_bid

│ │ │ │ + Identity of bridge │ │ │ │

nf_repeat

│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

br_cost

│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +

llcproto_stp

│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

br_htime

│ │ │ │ + Hello time in 1/256 secs │ │ │ │ +

br_type

│ │ │ │ + BPDU type │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

br_poid

│ │ │ │ + Port identifier │ │ │ │ +

br_msg

│ │ │ │ + Message age in 1/256 secs │ │ │ │

data_str

│ │ │ │ A string representing the packet buffer contents │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

br_prid

│ │ │ │ - Protocol identifier │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -

br_rid

│ │ │ │ - Identity of root bridge │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

llcpdu

│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +

br_rmac

│ │ │ │ + Root bridge MAC address │ │ │ │ +

br_vid

│ │ │ │ + Protocol version identifier │ │ │ │

brhdr

│ │ │ │ Address of bridge header │ │ │ │ -

br_msg

│ │ │ │ - Message age in 1/256 secs │ │ │ │ +

pf

│ │ │ │ + Protocol family -- always bridge │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │

br_mac

│ │ │ │ Bridge MAC address │ │ │ │ +

br_prid

│ │ │ │ + Protocol identifier │ │ │ │

br_flags

│ │ │ │ BPDU flags │ │ │ │ -

br_fd

│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ -

br_vid

│ │ │ │ - Protocol version identifier │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -

llcpdu

│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always bridge │ │ │ │ -

br_poid

│ │ │ │ - Port identifier │ │ │ │ -

br_type

│ │ │ │ - BPDU type │ │ │ │ -

br_max

│ │ │ │ - Max age in 1/256 secs │ │ │ │ -

br_cost

│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

br_bid

│ │ │ │ - Identity of bridge │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

br_rid

│ │ │ │ + Identity of root bridge │ │ │ │ +

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │

protocol

│ │ │ │ Packet protocol │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

llcproto_stp

│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,74 +3,74 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.bridge.post_routing — - Called before a bridging packet hits │ │ │ │ │ the wire │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.bridge.post_routing │ │ │ │ │ ***** Values ***** │ │ │ │ │ - br_rmac │ │ │ │ │ - Root bridge MAC address │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ - br_htime │ │ │ │ │ - Hello time in 1/256 secs │ │ │ │ │ + br_fd │ │ │ │ │ + Forward delay in 1/256 secs │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + br_max │ │ │ │ │ + Max age in 1/256 secs │ │ │ │ │ + br_bid │ │ │ │ │ + Identity of bridge │ │ │ │ │ nf_repeat │ │ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + br_cost │ │ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ │ + llcproto_stp │ │ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + br_htime │ │ │ │ │ + Hello time in 1/256 secs │ │ │ │ │ + br_type │ │ │ │ │ + BPDU type │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + br_poid │ │ │ │ │ + Port identifier │ │ │ │ │ + br_msg │ │ │ │ │ + Message age in 1/256 secs │ │ │ │ │ data_str │ │ │ │ │ A string representing the packet buffer contents │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - br_prid │ │ │ │ │ - Protocol identifier │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - br_rid │ │ │ │ │ - Identity of root bridge │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + llcpdu │ │ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ │ + br_rmac │ │ │ │ │ + Root bridge MAC address │ │ │ │ │ + br_vid │ │ │ │ │ + Protocol version identifier │ │ │ │ │ brhdr │ │ │ │ │ Address of bridge header │ │ │ │ │ - br_msg │ │ │ │ │ - Message age in 1/256 secs │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “bridge” │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ br_mac │ │ │ │ │ Bridge MAC address │ │ │ │ │ + br_prid │ │ │ │ │ + Protocol identifier │ │ │ │ │ br_flags │ │ │ │ │ BPDU flags │ │ │ │ │ - br_fd │ │ │ │ │ - Forward delay in 1/256 secs │ │ │ │ │ - br_vid │ │ │ │ │ - Protocol version identifier │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ - llcpdu │ │ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “bridge” │ │ │ │ │ - br_poid │ │ │ │ │ - Port identifier │ │ │ │ │ - br_type │ │ │ │ │ - BPDU type │ │ │ │ │ - br_max │ │ │ │ │ - Max age in 1/256 secs │ │ │ │ │ - br_cost │ │ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - br_bid │ │ │ │ │ - Identity of bridge │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + br_rid │ │ │ │ │ + Identity of root bridge │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ protocol │ │ │ │ │ Packet protocol │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - llcproto_stp │ │ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.bridge.local_out Home  probe::netfilter.bridge.pre_routing │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-bridge-pre-routing.html │ │ │ │ @@ -1,67 +1,67 @@ │ │ │ │ probe::netfilter.bridge.pre_routing

Name

probe::netfilter.bridge.pre_routing — │ │ │ │ - Called before a bridging packet is routed │ │ │ │ -

Synopsis

netfilter.bridge.pre_routing 

Values

br_htime

│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -

br_rmac

│ │ │ │ - Root bridge MAC address │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ +

Synopsis

netfilter.bridge.pre_routing 

Values

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

br_rid

│ │ │ │ + Identity of root bridge │ │ │ │

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

br_msg

│ │ │ │ - Message age in 1/256 secs │ │ │ │ +

protocol

│ │ │ │ + Packet protocol │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

br_rmac

│ │ │ │ + Root bridge MAC address │ │ │ │ +

br_vid

│ │ │ │ + Protocol version identifier │ │ │ │

brhdr

│ │ │ │ Address of bridge header │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

br_rid

│ │ │ │ - Identity of root bridge │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ +

pf

│ │ │ │ + Protocol family -- always bridge │ │ │ │ +

br_mac

│ │ │ │ + Bridge MAC address │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │

br_prid

│ │ │ │ Protocol identifier │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -

llcpdu

│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -

br_vid

│ │ │ │ - Protocol version identifier │ │ │ │ -

br_fd

│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

br_flags

│ │ │ │ BPDU flags │ │ │ │ -

br_mac

│ │ │ │ - Bridge MAC address │ │ │ │ -

br_poid

│ │ │ │ - Port identifier │ │ │ │ -

pf

│ │ │ │ - Protocol family -- always bridge │ │ │ │ -

br_max

│ │ │ │ - Max age in 1/256 secs │ │ │ │ -

br_type

│ │ │ │ - BPDU type │ │ │ │ -

br_cost

│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

br_htime

│ │ │ │ + Hello time in 1/256 secs │ │ │ │

llcproto_stp

│ │ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol │ │ │ │ +

br_cost

│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +

br_type

│ │ │ │ + BPDU type │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

br_msg

│ │ │ │ + Message age in 1/256 secs │ │ │ │ +

br_poid

│ │ │ │ + Port identifier │ │ │ │

indev_name

│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ +

llcpdu

│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

br_fd

│ │ │ │ + Forward delay in 1/256 secs │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

br_max

│ │ │ │ + Max age in 1/256 secs │ │ │ │

br_bid

│ │ │ │ Identity of bridge │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,74 +3,74 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.bridge.pre_routing — - Called before a bridging packet is │ │ │ │ │ routed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.bridge.pre_routing │ │ │ │ │ ***** Values ***** │ │ │ │ │ - br_htime │ │ │ │ │ - Hello time in 1/256 secs │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ - br_rmac │ │ │ │ │ - Root bridge MAC address │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + br_rid │ │ │ │ │ + Identity of root bridge │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - br_msg │ │ │ │ │ - Message age in 1/256 secs │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + br_rmac │ │ │ │ │ + Root bridge MAC address │ │ │ │ │ + br_vid │ │ │ │ │ + Protocol version identifier │ │ │ │ │ brhdr │ │ │ │ │ Address of bridge header │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - br_rid │ │ │ │ │ - Identity of root bridge │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- always “bridge” │ │ │ │ │ + br_mac │ │ │ │ │ + Bridge MAC address │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ br_prid │ │ │ │ │ Protocol identifier │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ - llcpdu │ │ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ │ - br_vid │ │ │ │ │ - Protocol version identifier │ │ │ │ │ - br_fd │ │ │ │ │ - Forward delay in 1/256 secs │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ br_flags │ │ │ │ │ BPDU flags │ │ │ │ │ - br_mac │ │ │ │ │ - Bridge MAC address │ │ │ │ │ - br_poid │ │ │ │ │ - Port identifier │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- always “bridge” │ │ │ │ │ - br_max │ │ │ │ │ - Max age in 1/256 secs │ │ │ │ │ - br_type │ │ │ │ │ - BPDU type │ │ │ │ │ - br_cost │ │ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + br_htime │ │ │ │ │ + Hello time in 1/256 secs │ │ │ │ │ llcproto_stp │ │ │ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol │ │ │ │ │ + br_cost │ │ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ │ + br_type │ │ │ │ │ + BPDU type │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + br_msg │ │ │ │ │ + Message age in 1/256 secs │ │ │ │ │ + br_poid │ │ │ │ │ + Port identifier │ │ │ │ │ indev_name │ │ │ │ │ Name of network device packet was received on (if known) │ │ │ │ │ + llcpdu │ │ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + br_fd │ │ │ │ │ + Forward delay in 1/256 secs │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + br_max │ │ │ │ │ + Max age in 1/256 secs │ │ │ │ │ br_bid │ │ │ │ │ Identity of bridge │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.bridge.post_routing Home  probe::netfilter.ip.forward │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-ip-forward.html │ │ │ │ @@ -1,61 +1,61 @@ │ │ │ │ probe::netfilter.ip.forward

Name

probe::netfilter.ip.forward — │ │ │ │ Called on an incoming IP packet addressed to some other computer │ │ │ │ -

Synopsis

netfilter.ip.forward 

Values

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

ipproto_udp

│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │ +

Synopsis

netfilter.ip.forward 

Values

syn

│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │

urg

│ │ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -

ipproto_tcp

│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ -

pf

│ │ │ │ - Protocol family -- either ipv4 or ipv6 │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -

dport

│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -

rst

│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +

ipproto_udp

│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

sport

│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │

iphdr

│ │ │ │ Address of IP header │ │ │ │ +

protocol

│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +

dport

│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

syn

│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │

ack

│ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -

sport

│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

psh

│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ +

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │ +

pf

│ │ │ │ + Protocol family -- either ipv4 or ipv6 │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

psh

│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

rst

│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

ipproto_tcp

│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,68 +3,68 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.ip.forward — Called on an incoming IP packet addressed to some │ │ │ │ │ other computer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.ip.forward │ │ │ │ │ ***** Values ***** │ │ │ │ │ - daddr │ │ │ │ │ - A string representing the destination IP address │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - ipproto_udp │ │ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ - urg │ │ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - ipproto_tcp │ │ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ - dport │ │ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ │ - rst │ │ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - iphdr │ │ │ │ │ - Address of IP header │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ syn │ │ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ nf_drop │ │ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - ack │ │ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + urg │ │ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + ipproto_udp │ │ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ sport │ │ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - psh │ │ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + iphdr │ │ │ │ │ + Address of IP header │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ │ + dport │ │ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + ack │ │ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ + daddr │ │ │ │ │ + A string representing the destination IP address │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + psh │ │ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + rst │ │ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + ipproto_tcp │ │ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.bridge.pre_routing Home  probe::netfilter.ip.local_in │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-ip-local-in.html │ │ │ │ @@ -1,61 +1,61 @@ │ │ │ │ probe::netfilter.ip.local_in

Name

probe::netfilter.ip.local_in — │ │ │ │ Called on an incoming IP packet addressed to the local computer │ │ │ │ -

Synopsis

netfilter.ip.local_in 

Values

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

ipproto_udp

│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ +

Synopsis

netfilter.ip.local_in 

Values

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

ipproto_tcp

│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │

outdev

│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │

family

│ │ │ │ IP address family │ │ │ │ -

urg

│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -

ipproto_tcp

│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ +

rst

│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +

psh

│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │

pf

│ │ │ │ Protocol family -- either ipv4 or ipv6 │ │ │ │ +

indev

│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -

dport

│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -

rst

│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -

iphdr

│ │ │ │ - Address of IP header │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

syn

│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │

ack

│ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ +

dport

│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │

length

│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ +

ipproto_udp

│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +

iphdr

│ │ │ │ + Address of IP header │ │ │ │ +

protocol

│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │

sport

│ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

psh

│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -

indev

│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

urg

│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ +

syn

│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,68 +3,68 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.ip.local_in — Called on an incoming IP packet addressed to the │ │ │ │ │ local computer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.ip.local_in │ │ │ │ │ ***** Values ***** │ │ │ │ │ - daddr │ │ │ │ │ - A string representing the destination IP address │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - ipproto_udp │ │ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + ipproto_tcp │ │ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ outdev │ │ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ - urg │ │ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - ipproto_tcp │ │ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ + rst │ │ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + psh │ │ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ pf │ │ │ │ │ Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ + indev │ │ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ │ + daddr │ │ │ │ │ + A string representing the destination IP address │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ - dport │ │ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ │ - rst │ │ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - iphdr │ │ │ │ │ - Address of IP header │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ nf_accept │ │ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - syn │ │ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ ack │ │ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + dport │ │ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │ │ length │ │ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ │ + ipproto_udp │ │ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ │ + iphdr │ │ │ │ │ + Address of IP header │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ │ sport │ │ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - psh │ │ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ - indev │ │ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + urg │ │ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + syn │ │ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.ip.forward Home  probe::netfilter.ip.local_out │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-ip-local-out.html │ │ │ │ @@ -1,61 +1,61 @@ │ │ │ │ probe::netfilter.ip.local_out

Name

probe::netfilter.ip.local_out — │ │ │ │ Called on an outgoing IP packet │ │ │ │ -

Synopsis

netfilter.ip.local_out 

Values

nf_repeat

│ │ │ │ +

Synopsis

netfilter.ip.local_out 

Values

ipproto_tcp

│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │ +

nf_repeat

│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

psh

│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

rst

│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │

data_str

│ │ │ │ A string representing the packet buffer contents │ │ │ │ -

ack

│ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -

sport

│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

pf

│ │ │ │ + Protocol family -- either ipv4 or ipv6 │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -

psh

│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │ +

ipproto_udp

│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

sport

│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +

iphdr

│ │ │ │ + Address of IP header │ │ │ │ +

protocol

│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │

dport

│ │ │ │ TCP or UDP destination port (ipv4 only) │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

ack

│ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │

syn

│ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │

nf_drop

│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -

rst

│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -

iphdr

│ │ │ │ - Address of IP header │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │

urg

│ │ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ -

ipproto_tcp

│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -

pf

│ │ │ │ - Protocol family -- either ipv4 or ipv6 │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

ipproto_udp

│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,68 +2,68 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.ip.local_out — Called on an outgoing IP packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.ip.local_out │ │ │ │ │ ***** Values ***** │ │ │ │ │ + ipproto_tcp │ │ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ nf_repeat │ │ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + psh │ │ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + rst │ │ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ data_str │ │ │ │ │ A string representing the packet buffer contents │ │ │ │ │ - ack │ │ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ - sport │ │ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + pf │ │ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ - psh │ │ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + daddr │ │ │ │ │ + A string representing the destination IP address │ │ │ │ │ + ipproto_udp │ │ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ + sport │ │ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ │ + iphdr │ │ │ │ │ + Address of IP header │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ │ dport │ │ │ │ │ TCP or UDP destination port (ipv4 only) │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ nf_accept │ │ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + ack │ │ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ syn │ │ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ nf_drop │ │ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ │ - rst │ │ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - iphdr │ │ │ │ │ - Address of IP header │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ urg │ │ │ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ - ipproto_tcp │ │ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ │ - pf │ │ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - daddr │ │ │ │ │ - A string representing the destination IP address │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - ipproto_udp │ │ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.ip.local_in Home  probe::netfilter.ip.post_routing │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-ip-post-routing.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,61 +1,61 @@ │ │ │ │ probe::netfilter.ip.post_routing

Name

probe::netfilter.ip.post_routing — │ │ │ │ Called immediately before an outgoing IP packet leaves the computer │ │ │ │

Synopsis

netfilter.ip.post_routing 

Values

pf

│ │ │ │ Protocol family -- either ipv4 or ipv6 │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

nf_stop

│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │

saddr

│ │ │ │ A string representing the source IP address │ │ │ │ -

ipproto_tcp

│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -

urg

│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -

ipproto_udp

│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ +

data_hex

│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │

outdev_name

│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │ -

nf_stop

│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -

psh

│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ +

iphdr

│ │ │ │ + Address of IP header │ │ │ │ +

protocol

│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │

sport

│ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

ipproto_udp

│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │

ack

│ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │

nf_accept

│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ +

dport

│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │

syn

│ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

urg

│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

ipproto_tcp

│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

psh

│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │

rst

│ │ │ │ TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -

iphdr

│ │ │ │ - Address of IP header │ │ │ │ -

dport

│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -

data_hex

│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │

nf_stolen

│ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -5,66 +5,66 @@ │ │ │ │ │ probe::netfilter.ip.post_routing — Called immediately before an outgoing IP │ │ │ │ │ packet leaves the computer │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.ip.post_routing │ │ │ │ │ ***** Values ***** │ │ │ │ │ pf │ │ │ │ │ Protocol family -- either “ipv4” or “ipv6” │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + nf_stop │ │ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ - ipproto_tcp │ │ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ │ - urg │ │ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ - ipproto_udp │ │ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ │ + data_hex │ │ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ │ outdev_name │ │ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ - nf_stop │ │ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ - psh │ │ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ + iphdr │ │ │ │ │ + Address of IP header │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ │ sport │ │ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ + ipproto_udp │ │ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ │ ack │ │ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ nf_accept │ │ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ + dport │ │ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │ │ syn │ │ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + urg │ │ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + ipproto_tcp │ │ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + psh │ │ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ rst │ │ │ │ │ TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - iphdr │ │ │ │ │ - Address of IP header │ │ │ │ │ - dport │ │ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ │ - data_hex │ │ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ nf_stolen │ │ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.ip.local_out Home  probe::netfilter.ip.pre_routing │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-netfilter-ip-pre-routing.html │ │ │ │ @@ -1,61 +1,61 @@ │ │ │ │ probe::netfilter.ip.pre_routing

Name

probe::netfilter.ip.pre_routing — │ │ │ │ Called before an IP packet is routed │ │ │ │ -

Synopsis

netfilter.ip.pre_routing 

Values

nf_stolen

│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ +

Synopsis

netfilter.ip.pre_routing 

Values

outdev_name

│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │

data_hex

│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -

dport

│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -

rst

│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -

iphdr

│ │ │ │ - Address of IP header │ │ │ │ -

nf_queue

│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -

nf_accept

│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -

nf_drop

│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -

syn

│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -

data_str

│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -

sport

│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ -

length

│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -

ack

│ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ -

nf_repeat

│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -

psh

│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │

nf_stop

│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

indev

│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -

outdev_name

│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │ -

indev_name

│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ +

pf

│ │ │ │ + Protocol family - either 'ipv4' or 'ipv6' │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

syn

│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ +

nf_drop

│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +

urg

│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │

ipproto_udp

│ │ │ │ Constant used to signify that the packet protocol is UDP │ │ │ │ -

outdev

│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ +

length

│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +

sport

│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +

iphdr

│ │ │ │ + Address of IP header │ │ │ │ +

protocol

│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +

dport

│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │ +

nf_accept

│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +

ack

│ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │

family

│ │ │ │ IP address family │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ +

nf_repeat

│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +

outdev

│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │

ipproto_tcp

│ │ │ │ Constant used to signify that the packet protocol is TCP │ │ │ │ -

urg

│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -

pf

│ │ │ │ - Protocol family - either 'ipv4' or 'ipv6' │ │ │ │ +

nf_queue

│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +

data_str

│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +

indev_name

│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +

nf_stolen

│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +

psh

│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +

rst

│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,68 +2,68 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::netfilter.ip.pre_routing — Called before an IP packet is routed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ netfilter.ip.pre_routing │ │ │ │ │ ***** Values ***** │ │ │ │ │ - nf_stolen │ │ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ │ + outdev_name │ │ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ │ data_hex │ │ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ │ - dport │ │ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ │ - rst │ │ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - iphdr │ │ │ │ │ - Address of IP header │ │ │ │ │ - nf_queue │ │ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ │ - nf_accept │ │ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ │ - nf_drop │ │ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ │ - syn │ │ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - data_str │ │ │ │ │ - A string representing the packet buffer contents │ │ │ │ │ - sport │ │ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ │ - length │ │ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ │ - ack │ │ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - nf_repeat │ │ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ │ - psh │ │ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ nf_stop │ │ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ indev │ │ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ │ - outdev_name │ │ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ - indev_name │ │ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ │ + pf │ │ │ │ │ + Protocol family - either 'ipv4' or 'ipv6' │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + syn │ │ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + nf_drop │ │ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ │ + urg │ │ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ ipproto_udp │ │ │ │ │ Constant used to signify that the packet protocol is UDP │ │ │ │ │ - outdev │ │ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ │ + length │ │ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ │ + sport │ │ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ │ + iphdr │ │ │ │ │ + Address of IP header │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ │ + dport │ │ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │ │ + nf_accept │ │ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ │ + ack │ │ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ + nf_repeat │ │ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ │ + outdev │ │ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ │ ipproto_tcp │ │ │ │ │ Constant used to signify that the packet protocol is TCP │ │ │ │ │ - urg │ │ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ │ - pf │ │ │ │ │ - Protocol family - either 'ipv4' or 'ipv6' │ │ │ │ │ + nf_queue │ │ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ │ + data_str │ │ │ │ │ + A string representing the packet buffer contents │ │ │ │ │ + indev_name │ │ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ │ + nf_stolen │ │ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ │ + psh │ │ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ │ + rst │ │ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.ip.post_routing Home  probe::sunrpc.clnt.bind_new_program │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-readpage.html │ │ │ │ @@ -1,27 +1,27 @@ │ │ │ │ probe::nfs.aop.readpage

Name

probe::nfs.aop.readpage — │ │ │ │ NFS client synchronously reading a page │ │ │ │ -

Synopsis

nfs.aop.readpage 

Values

size

│ │ │ │ - number of pages to be read in this execution │ │ │ │ -

i_flag

│ │ │ │ - file flags │ │ │ │ +

Synopsis

nfs.aop.readpage 

Values

file

│ │ │ │ + file argument │ │ │ │ +

i_size

│ │ │ │ + file length in bytes │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ -

rsize

│ │ │ │ - read size (in bytes) │ │ │ │

__page

│ │ │ │ the address of page │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │ -

i_size

│ │ │ │ - file length in bytes │ │ │ │ +

size

│ │ │ │ + number of pages to be read in this execution │ │ │ │

sb_flag

│ │ │ │ super block flags │ │ │ │ -

file

│ │ │ │ - file argument │ │ │ │ +

rsize

│ │ │ │ + read size (in bytes) │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

page_index

│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │ +

i_flag

│ │ │ │ + file flags │ │ │ │

Description

│ │ │ │ Read the page over, only fires when a previous async │ │ │ │ read operation failed │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,33 +2,33 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.readpage — NFS client synchronously reading a page │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.readpage │ │ │ │ │ ***** Values ***** │ │ │ │ │ - size │ │ │ │ │ - number of pages to be read in this execution │ │ │ │ │ - i_flag │ │ │ │ │ - file flags │ │ │ │ │ + file │ │ │ │ │ + file argument │ │ │ │ │ + i_size │ │ │ │ │ + file length in bytes │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ - rsize │ │ │ │ │ - read size (in bytes) │ │ │ │ │ __page │ │ │ │ │ the address of page │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ - i_size │ │ │ │ │ - file length in bytes │ │ │ │ │ + size │ │ │ │ │ + number of pages to be read in this execution │ │ │ │ │ sb_flag │ │ │ │ │ super block flags │ │ │ │ │ - file │ │ │ │ │ - file argument │ │ │ │ │ + rsize │ │ │ │ │ + read size (in bytes) │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ page_index │ │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ │ in the page frame │ │ │ │ │ + i_flag │ │ │ │ │ + file flags │ │ │ │ │ ***** Description ***** │ │ │ │ │ Read the page over, only fires when a previous async read operation failed │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ function::nfsderror Home  probe::nfs.aop.readpages │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-readpages.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfs.aop.readpages

Name

probe::nfs.aop.readpages — │ │ │ │ NFS client reading multiple pages │ │ │ │ -

Synopsis

nfs.aop.readpages 

Values

rpages

│ │ │ │ - read size (in pages) │ │ │ │ -

ino

│ │ │ │ +

Synopsis

nfs.aop.readpages 

Values

ino

│ │ │ │ inode number │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

rsize

│ │ │ │ - read size (in bytes) │ │ │ │

size

│ │ │ │ number of pages attempted to read in this execution │ │ │ │ +

rsize

│ │ │ │ + read size (in bytes) │ │ │ │

nr_pages

│ │ │ │ number of pages attempted to read in this execution │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

rpages

│ │ │ │ + read size (in pages) │ │ │ │

file

│ │ │ │ filp argument │ │ │ │

Description

│ │ │ │ Fires when in readahead way, read several pages once │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.readpages — NFS client reading multiple pages │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.readpages │ │ │ │ │ ***** Values ***** │ │ │ │ │ - rpages │ │ │ │ │ - read size (in pages) │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ - rsize │ │ │ │ │ - read size (in bytes) │ │ │ │ │ size │ │ │ │ │ number of pages attempted to read in this execution │ │ │ │ │ + rsize │ │ │ │ │ + read size (in bytes) │ │ │ │ │ nr_pages │ │ │ │ │ number of pages attempted to read in this execution │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + rpages │ │ │ │ │ + read size (in pages) │ │ │ │ │ file │ │ │ │ │ filp argument │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when in readahead way, read several pages once │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.readpage Home  probe::nfs.aop.release_page │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-release-page.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,16 +1,16 @@ │ │ │ │ probe::nfs.aop.release_page

Name

probe::nfs.aop.release_page — │ │ │ │ NFS client releasing page │ │ │ │

Synopsis

nfs.aop.release_page 

Values

page_index

│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │ -

size

│ │ │ │ - release pages │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ +

size

│ │ │ │ + release pages │ │ │ │

__page

│ │ │ │ the address of page │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │

Description

│ │ │ │ Fires when do a release operation on NFS. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -5,20 +5,20 @@ │ │ │ │ │ probe::nfs.aop.release_page — NFS client releasing page │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.release_page │ │ │ │ │ ***** Values ***** │ │ │ │ │ page_index │ │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ │ in the page frame │ │ │ │ │ - size │ │ │ │ │ - release pages │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + size │ │ │ │ │ + release pages │ │ │ │ │ __page │ │ │ │ │ the address of page │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when do a release operation on NFS. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.readpages Home  probe::nfs.aop.set_page_dirty │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-write-begin.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::nfs.aop.write_begin

Name

probe::nfs.aop.write_begin — │ │ │ │ NFS client begin to write data │ │ │ │ -

Synopsis

nfs.aop.write_begin 

Values

to

│ │ │ │ - end address of this write operation │ │ │ │ +

Synopsis

nfs.aop.write_begin 

Values

size

│ │ │ │ + write bytes │ │ │ │ +

__page

│ │ │ │ + the address of page │ │ │ │

offset

│ │ │ │ start address of this write operation │ │ │ │ +

to

│ │ │ │ + end address of this write operation │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

page_index

│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │ -

__page

│ │ │ │ - the address of page │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

size

│ │ │ │ - write bytes │ │ │ │

Description

│ │ │ │ Occurs when write operation occurs on nfs. It prepare a page for writing, │ │ │ │ look for a request corresponding to the page. If there │ │ │ │ is one, and it belongs to another file, it flush it out │ │ │ │ before it tries to copy anything into the page. │ │ │ │ Also do the same if it finds a request from an existing │ │ │ │ dropped page │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,29 +2,29 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.write_begin — NFS client begin to write data │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.write_begin │ │ │ │ │ ***** Values ***** │ │ │ │ │ - to │ │ │ │ │ - end address of this write operation │ │ │ │ │ + size │ │ │ │ │ + write bytes │ │ │ │ │ + __page │ │ │ │ │ + the address of page │ │ │ │ │ offset │ │ │ │ │ start address of this write operation │ │ │ │ │ + to │ │ │ │ │ + end address of this write operation │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ page_index │ │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ │ in the page frame │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ - __page │ │ │ │ │ - the address of page │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ - size │ │ │ │ │ - write bytes │ │ │ │ │ ***** Description ***** │ │ │ │ │ Occurs when write operation occurs on nfs. It prepare a page for writing, look │ │ │ │ │ for a request corresponding to the page. If there is one, and it belongs to │ │ │ │ │ another file, it flush it out before it tries to copy anything into the page. │ │ │ │ │ Also do the same if it finds a request from an existing dropped page │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-write-end.html │ │ │ │ @@ -1,29 +1,29 @@ │ │ │ │ probe::nfs.aop.write_end

Name

probe::nfs.aop.write_end — │ │ │ │ NFS client complete writing data │ │ │ │ -

Synopsis

nfs.aop.write_end 

Values

page_index

│ │ │ │ - offset within mapping, can used a page identifier and position identifier in the page frame │ │ │ │ +

Synopsis

nfs.aop.write_end 

Values

__page

│ │ │ │ + the address of page │ │ │ │ +

offset

│ │ │ │ + start address of this write operation │ │ │ │ +

size

│ │ │ │ + write bytes │ │ │ │ +

i_size

│ │ │ │ + file length in bytes │ │ │ │

ino

│ │ │ │ inode number │ │ │ │ +

page_index

│ │ │ │ + offset within mapping, can used a page identifier and position identifier in the page frame │ │ │ │

i_flag

│ │ │ │ file flags │ │ │ │ -

size

│ │ │ │ - write bytes │ │ │ │ -

__page

│ │ │ │ - the address of page │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │

sb_flag

│ │ │ │ super block flags │ │ │ │

to

│ │ │ │ end address of this write operation │ │ │ │ -

i_size

│ │ │ │ - file length in bytes │ │ │ │ -

offset

│ │ │ │ - start address of this write operation │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │

Description

│ │ │ │ Fires when do a write operation on nfs, │ │ │ │ often after prepare_write │ │ │ │

│ │ │ │ │ │ │ │ Update and possibly write a cached page of an NFS file. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,34 +2,34 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.write_end — NFS client complete writing data │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.write_end │ │ │ │ │ ***** Values ***** │ │ │ │ │ + __page │ │ │ │ │ + the address of page │ │ │ │ │ + offset │ │ │ │ │ + start address of this write operation │ │ │ │ │ + size │ │ │ │ │ + write bytes │ │ │ │ │ + i_size │ │ │ │ │ + file length in bytes │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ page_index │ │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ │ in the page frame │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ i_flag │ │ │ │ │ file flags │ │ │ │ │ - size │ │ │ │ │ - write bytes │ │ │ │ │ - __page │ │ │ │ │ - the address of page │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ sb_flag │ │ │ │ │ super block flags │ │ │ │ │ to │ │ │ │ │ end address of this write operation │ │ │ │ │ - i_size │ │ │ │ │ - file length in bytes │ │ │ │ │ - offset │ │ │ │ │ - start address of this write operation │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when do a write operation on nfs, often after prepare_write │ │ │ │ │ Update and possibly write a cached page of an NFS file. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.write_begin Home  probe::nfs.aop.writepage │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-writepage.html │ │ │ │ @@ -1,33 +1,33 @@ │ │ │ │ probe::nfs.aop.writepage

Name

probe::nfs.aop.writepage — │ │ │ │ NFS client writing a mapped page to the NFS server │ │ │ │ -

Synopsis

nfs.aop.writepage 

Values

page_index

│ │ │ │ - offset within mapping, │ │ │ │ - can used a page identifier and position identifier in the page frame │ │ │ │ +

Synopsis

nfs.aop.writepage 

Values

i_size

│ │ │ │ + file length in bytes │ │ │ │ +

for_reclaim

│ │ │ │ + a flag of writeback_control, │ │ │ │ + indicates if it's invoked from the page allocator │ │ │ │

wsize

│ │ │ │ write size │ │ │ │

size

│ │ │ │ number of pages to be written in this execution │ │ │ │ -

i_flag

│ │ │ │ - file flags │ │ │ │

__page

│ │ │ │ the address of page │ │ │ │ +

for_kupdate

│ │ │ │ + a flag of writeback_control, │ │ │ │ + indicates if it's a kupdate writeback │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ +

i_state

│ │ │ │ + inode state flags │ │ │ │

ino

│ │ │ │ inode number │ │ │ │ -

i_size

│ │ │ │ - file length in bytes │ │ │ │ +

i_flag

│ │ │ │ + file flags │ │ │ │ +

page_index

│ │ │ │ + offset within mapping, │ │ │ │ + can used a page identifier and position identifier in the page frame │ │ │ │

sb_flag

│ │ │ │ super block flags │ │ │ │ -

i_state

│ │ │ │ - inode state flags │ │ │ │ -

for_reclaim

│ │ │ │ - a flag of writeback_control, │ │ │ │ - indicates if it's invoked from the page allocator │ │ │ │ -

for_kupdate

│ │ │ │ - a flag of writeback_control, │ │ │ │ - indicates if it's a kupdate writeback │ │ │ │

Description

│ │ │ │ The priority of wb is decided by the flags │ │ │ │ for_reclaim and for_kupdate. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,38 +2,38 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.writepage — NFS client writing a mapped page to the NFS server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.writepage │ │ │ │ │ ***** Values ***** │ │ │ │ │ - page_index │ │ │ │ │ - offset within mapping, can used a page identifier and position identifier │ │ │ │ │ - in the page frame │ │ │ │ │ + i_size │ │ │ │ │ + file length in bytes │ │ │ │ │ + for_reclaim │ │ │ │ │ + a flag of writeback_control, indicates if it's invoked from the page │ │ │ │ │ + allocator │ │ │ │ │ wsize │ │ │ │ │ write size │ │ │ │ │ size │ │ │ │ │ number of pages to be written in this execution │ │ │ │ │ - i_flag │ │ │ │ │ - file flags │ │ │ │ │ __page │ │ │ │ │ the address of page │ │ │ │ │ + for_kupdate │ │ │ │ │ + a flag of writeback_control, indicates if it's a kupdate writeback │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + i_state │ │ │ │ │ + inode state flags │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ - i_size │ │ │ │ │ - file length in bytes │ │ │ │ │ + i_flag │ │ │ │ │ + file flags │ │ │ │ │ + page_index │ │ │ │ │ + offset within mapping, can used a page identifier and position identifier │ │ │ │ │ + in the page frame │ │ │ │ │ sb_flag │ │ │ │ │ super block flags │ │ │ │ │ - i_state │ │ │ │ │ - inode state flags │ │ │ │ │ - for_reclaim │ │ │ │ │ - a flag of writeback_control, indicates if it's invoked from the page │ │ │ │ │ - allocator │ │ │ │ │ - for_kupdate │ │ │ │ │ - a flag of writeback_control, indicates if it's a kupdate writeback │ │ │ │ │ ***** Description ***** │ │ │ │ │ The priority of wb is decided by the flags for_reclaim and for_kupdate. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.write_end Home  probe::nfs.aop.writepages │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-writepages.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::nfs.aop.writepages

Name

probe::nfs.aop.writepages — │ │ │ │ NFS client writing several dirty pages to the NFS server │ │ │ │ -

Synopsis

nfs.aop.writepages 

Values

nr_to_write

│ │ │ │ - number of pages attempted to be written in this execution │ │ │ │ -

wsize

│ │ │ │ - write size │ │ │ │ -

size

│ │ │ │ - number of pages attempted to be written in this execution │ │ │ │ -

dev

│ │ │ │ +

Synopsis

nfs.aop.writepages 

Values

dev

│ │ │ │ device identifier │ │ │ │ +

for_kupdate

│ │ │ │ + a flag of writeback_control, │ │ │ │ + indicates if it's a kupdate writeback │ │ │ │

wpages

│ │ │ │ write size (in pages) │ │ │ │

ino

│ │ │ │ inode number │ │ │ │ -

for_kupdate

│ │ │ │ - a flag of writeback_control, │ │ │ │ - indicates if it's a kupdate writeback │ │ │ │

for_reclaim

│ │ │ │ a flag of writeback_control, │ │ │ │ indicates if it's invoked from the page allocator │ │ │ │ +

size

│ │ │ │ + number of pages attempted to be written in this execution │ │ │ │ +

nr_to_write

│ │ │ │ + number of pages attempted to be written in this execution │ │ │ │ +

wsize

│ │ │ │ + write size │ │ │ │

Description

│ │ │ │ The priority of wb is decided by the flags │ │ │ │ for_reclaim and for_kupdate. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,29 +3,29 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.aop.writepages — NFS client writing several dirty pages to the NFS │ │ │ │ │ server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.aop.writepages │ │ │ │ │ ***** Values ***** │ │ │ │ │ - nr_to_write │ │ │ │ │ - number of pages attempted to be written in this execution │ │ │ │ │ - wsize │ │ │ │ │ - write size │ │ │ │ │ - size │ │ │ │ │ - number of pages attempted to be written in this execution │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + for_kupdate │ │ │ │ │ + a flag of writeback_control, indicates if it's a kupdate writeback │ │ │ │ │ wpages │ │ │ │ │ write size (in pages) │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ - for_kupdate │ │ │ │ │ - a flag of writeback_control, indicates if it's a kupdate writeback │ │ │ │ │ for_reclaim │ │ │ │ │ a flag of writeback_control, indicates if it's invoked from the page │ │ │ │ │ allocator │ │ │ │ │ + size │ │ │ │ │ + number of pages attempted to be written in this execution │ │ │ │ │ + nr_to_write │ │ │ │ │ + number of pages attempted to be written in this execution │ │ │ │ │ + wsize │ │ │ │ │ + write size │ │ │ │ │ ***** Description ***** │ │ │ │ │ The priority of wb is decided by the flags for_reclaim and for_kupdate. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.writepage Home  probe::nfs.fop.aio_read │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-aio-read.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::nfs.fop.aio_read

Name

probe::nfs.fop.aio_read — │ │ │ │ NFS client aio_read file operation │ │ │ │ -

Synopsis

nfs.fop.aio_read 

Values

pos

│ │ │ │ - current position of file │ │ │ │ -

attrtimeo

│ │ │ │ - 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. │ │ │ │ +

Synopsis

nfs.fop.aio_read 

Values

cache_valid

│ │ │ │ + cache related bit mask flag │ │ │ │

parent_name

│ │ │ │ parent dir name │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │ +

buf

│ │ │ │ + the address of buf in user space │ │ │ │

cache_time

│ │ │ │ when we started read-caching this inode │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │ -

cache_valid

│ │ │ │ - cache related bit mask flag │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ +

pos

│ │ │ │ + current position of file │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │ +

attrtimeo

│ │ │ │ + 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. │ │ │ │

file_name

│ │ │ │ file name │ │ │ │ -

buf

│ │ │ │ - the address of buf in user space │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,32 +2,32 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.aio_read — NFS client aio_read file operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.aio_read │ │ │ │ │ ***** Values ***** │ │ │ │ │ - pos │ │ │ │ │ - current position of file │ │ │ │ │ - attrtimeo │ │ │ │ │ - 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 │ │ │ │ │ + cache related bit mask flag │ │ │ │ │ parent_name │ │ │ │ │ parent dir name │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ + buf │ │ │ │ │ + the address of buf in user space │ │ │ │ │ cache_time │ │ │ │ │ when we started read-caching this inode │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ - cache_valid │ │ │ │ │ - cache related bit mask flag │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + pos │ │ │ │ │ + current position of file │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ + attrtimeo │ │ │ │ │ + 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. │ │ │ │ │ file_name │ │ │ │ │ file name │ │ │ │ │ - buf │ │ │ │ │ - the address of buf in user space │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.aop.writepages Home  probe::nfs.fop.aio_write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-aio-write.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::nfs.fop.aio_write

Name

probe::nfs.fop.aio_write — │ │ │ │ NFS client aio_write file operation │ │ │ │ -

Synopsis

nfs.fop.aio_write 

Values

file_name

│ │ │ │ - file name │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

buf

│ │ │ │ +

Synopsis

nfs.fop.aio_write 

Values

buf

│ │ │ │ the address of buf in user space │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │

parent_name

│ │ │ │ parent dir name │ │ │ │

pos

│ │ │ │ offset of the file │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │ +

file_name

│ │ │ │ + file name │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.aio_write — NFS client aio_write file operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.aio_write │ │ │ │ │ ***** Values ***** │ │ │ │ │ - file_name │ │ │ │ │ - file name │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ buf │ │ │ │ │ the address of buf in user space │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ parent_name │ │ │ │ │ parent dir name │ │ │ │ │ pos │ │ │ │ │ offset of the file │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ + file_name │ │ │ │ │ + file name │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.aio_read Home  probe::nfs.fop.check_flags │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-flush.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::nfs.fop.flush

Name

probe::nfs.fop.flush — │ │ │ │ NFS client flush file operation │ │ │ │ -

Synopsis

nfs.fop.flush 

Values

ino

│ │ │ │ - inode number │ │ │ │ +

Synopsis

nfs.fop.flush 

Values

mode

│ │ │ │ + file mode │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ -

mode

│ │ │ │ - file mode │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

ndirty

│ │ │ │ number of dirty page │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.flush — NFS client flush file operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.flush │ │ │ │ │ ***** Values ***** │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ mode │ │ │ │ │ file mode │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ ndirty │ │ │ │ │ number of dirty page │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.check_flags Home  probe::nfs.fop.fsync │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-fsync.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::nfs.fop.fsync

Name

probe::nfs.fop.fsync — │ │ │ │ NFS client fsync operation │ │ │ │ -

Synopsis

nfs.fop.fsync 

Values

ino

│ │ │ │ - inode number │ │ │ │ -

dev

│ │ │ │ +

Synopsis

nfs.fop.fsync 

Values

dev

│ │ │ │ device identifier │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │

ndirty

│ │ │ │ number of dirty pages │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.fsync — NFS client fsync operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.fsync │ │ │ │ │ ***** Values ***** │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ ndirty │ │ │ │ │ number of dirty pages │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.flush Home  probe::nfs.fop.llseek │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-llseek.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::nfs.fop.llseek

Name

probe::nfs.fop.llseek — │ │ │ │ NFS client llseek operation │ │ │ │ -

Synopsis

nfs.fop.llseek 

Values

whence_str

│ │ │ │ - symbolic string representation of the position to seek from │ │ │ │ -

ino

│ │ │ │ +

Synopsis

nfs.fop.llseek 

Values

ino

│ │ │ │ inode number │ │ │ │

whence

│ │ │ │ the position to seek from │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ +

whence_str

│ │ │ │ + symbolic string representation of the position to seek from │ │ │ │

offset

│ │ │ │ the offset of the file will be repositioned │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.llseek — NFS client llseek operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.llseek │ │ │ │ │ ***** Values ***** │ │ │ │ │ - whence_str │ │ │ │ │ - symbolic string representation of the position to seek from │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ whence │ │ │ │ │ the position to seek from │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + whence_str │ │ │ │ │ + symbolic string representation of the position to seek from │ │ │ │ │ offset │ │ │ │ │ the offset of the file will be repositioned │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.fsync Home  probe::nfs.fop.lock │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-lock.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfs.fop.lock

Name

probe::nfs.fop.lock — │ │ │ │ NFS client file lock operation │ │ │ │ -

Synopsis

nfs.fop.lock 

Values

cmd

│ │ │ │ - cmd arguments │ │ │ │ -

fl_end

│ │ │ │ - ending offset of locked region │ │ │ │ +

Synopsis

nfs.fop.lock 

Values

dev

│ │ │ │ + device identifier │ │ │ │

fl_flag

│ │ │ │ lock flags │ │ │ │ -

fl_type

│ │ │ │ - lock type │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │

fl_start

│ │ │ │ starting offset of locked region │ │ │ │ -

ino

│ │ │ │ - inode number │ │ │ │ +

cmd

│ │ │ │ + cmd arguments │ │ │ │ +

fl_end

│ │ │ │ + ending offset of locked region │ │ │ │

i_mode

│ │ │ │ file type and access rights │ │ │ │ +

ino

│ │ │ │ + inode number │ │ │ │ +

fl_type

│ │ │ │ + lock type │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.lock — NFS client file lock operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.lock │ │ │ │ │ ***** Values ***** │ │ │ │ │ - cmd │ │ │ │ │ - cmd arguments │ │ │ │ │ - fl_end │ │ │ │ │ - ending offset of locked region │ │ │ │ │ - fl_flag │ │ │ │ │ - lock flags │ │ │ │ │ - fl_type │ │ │ │ │ - lock type │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + fl_flag │ │ │ │ │ + lock flags │ │ │ │ │ fl_start │ │ │ │ │ starting offset of locked region │ │ │ │ │ - ino │ │ │ │ │ - inode number │ │ │ │ │ + cmd │ │ │ │ │ + cmd arguments │ │ │ │ │ + fl_end │ │ │ │ │ + ending offset of locked region │ │ │ │ │ i_mode │ │ │ │ │ file type and access rights │ │ │ │ │ + ino │ │ │ │ │ + inode number │ │ │ │ │ + fl_type │ │ │ │ │ + lock type │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.llseek Home  probe::nfs.fop.mmap │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-mmap.html │ │ │ │ @@ -1,27 +1,27 @@ │ │ │ │ probe::nfs.fop.mmap

Name

probe::nfs.fop.mmap — │ │ │ │ NFS client mmap operation │ │ │ │ -

Synopsis

nfs.fop.mmap 

Values

cache_valid

│ │ │ │ - cache related bit mask flag │ │ │ │ -

cache_time

│ │ │ │ - when we started read-caching this inode │ │ │ │ -

ino

│ │ │ │ +

Synopsis

nfs.fop.mmap 

Values

ino

│ │ │ │ inode number │ │ │ │ -

vm_start

│ │ │ │ - start address within vm_mm │ │ │ │ -

buf

│ │ │ │ - the address of buf in user space │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

file_name

│ │ │ │ - file name │ │ │ │

vm_flag

│ │ │ │ vm flags │ │ │ │ -

parent_name

│ │ │ │ - parent dir name │ │ │ │ +

vm_start

│ │ │ │ + start address within vm_mm │ │ │ │

vm_end

│ │ │ │ the first byte after end address within vm_mm │ │ │ │ +

file_name

│ │ │ │ + file name │ │ │ │

attrtimeo

│ │ │ │ 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. │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

cache_time

│ │ │ │ + when we started read-caching this inode │ │ │ │ +

parent_name

│ │ │ │ + parent dir name │ │ │ │ +

buf

│ │ │ │ + the address of buf in user space │ │ │ │ +

cache_valid

│ │ │ │ + cache related bit mask flag │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,34 +2,34 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.mmap — NFS client mmap operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.mmap │ │ │ │ │ ***** Values ***** │ │ │ │ │ - cache_valid │ │ │ │ │ - cache related bit mask flag │ │ │ │ │ - cache_time │ │ │ │ │ - when we started read-caching this inode │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ - vm_start │ │ │ │ │ - start address within vm_mm │ │ │ │ │ - buf │ │ │ │ │ - the address of buf in user space │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ - file_name │ │ │ │ │ - file name │ │ │ │ │ vm_flag │ │ │ │ │ vm flags │ │ │ │ │ - parent_name │ │ │ │ │ - parent dir name │ │ │ │ │ + vm_start │ │ │ │ │ + start address within vm_mm │ │ │ │ │ vm_end │ │ │ │ │ the first byte after end address within vm_mm │ │ │ │ │ + file_name │ │ │ │ │ + file name │ │ │ │ │ attrtimeo │ │ │ │ │ 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. │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + cache_time │ │ │ │ │ + when we started read-caching this inode │ │ │ │ │ + parent_name │ │ │ │ │ + parent dir name │ │ │ │ │ + buf │ │ │ │ │ + the address of buf in user space │ │ │ │ │ + cache_valid │ │ │ │ │ + cache related bit mask flag │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.lock Home  probe::nfs.fop.open │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-open.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::nfs.fop.open

Name

probe::nfs.fop.open — │ │ │ │ NFS client file open operation │ │ │ │ -

Synopsis

nfs.fop.open 

Values

file_name

│ │ │ │ - file name │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

ino

│ │ │ │ +

Synopsis

nfs.fop.open 

Values

ino

│ │ │ │ inode number │ │ │ │

flag

│ │ │ │ file flag │ │ │ │ +

file_name

│ │ │ │ + file name │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │

i_size

│ │ │ │ file length in bytes │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.open — NFS client file open operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.open │ │ │ │ │ ***** Values ***** │ │ │ │ │ - file_name │ │ │ │ │ - file name │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ flag │ │ │ │ │ file flag │ │ │ │ │ + file_name │ │ │ │ │ + file name │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ i_size │ │ │ │ │ file length in bytes │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.mmap Home  probe::nfs.fop.read │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-read-iter.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,23 +1,23 @@ │ │ │ │ probe::nfs.fop.read_iter

Name

probe::nfs.fop.read_iter — │ │ │ │ NFS client read_iter file operation │ │ │ │

Synopsis

nfs.fop.read_iter 

Values

cache_time

│ │ │ │ when we started read-caching this inode │ │ │ │ +

pos

│ │ │ │ + current position of file │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

cache_valid

│ │ │ │ + cache related bit mask flag │ │ │ │ +

parent_name

│ │ │ │ + parent dir name │ │ │ │

ino

│ │ │ │ inode number │ │ │ │

count

│ │ │ │ read bytes │ │ │ │ -

cache_valid

│ │ │ │ - cache related bit mask flag │ │ │ │ -

dev

│ │ │ │ - device identifier │ │ │ │ -

file_name

│ │ │ │ - file name │ │ │ │ -

pos

│ │ │ │ - current position of file │ │ │ │

attrtimeo

│ │ │ │ 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_name

│ │ │ │ - parent dir name │ │ │ │ +

file_name

│ │ │ │ + file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,28 +4,28 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.read_iter — NFS client read_iter file operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.read_iter │ │ │ │ │ ***** Values ***** │ │ │ │ │ cache_time │ │ │ │ │ when we started read-caching this inode │ │ │ │ │ + pos │ │ │ │ │ + current position of file │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + cache_valid │ │ │ │ │ + cache related bit mask flag │ │ │ │ │ + parent_name │ │ │ │ │ + parent dir name │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ count │ │ │ │ │ read bytes │ │ │ │ │ - cache_valid │ │ │ │ │ - cache related bit mask flag │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ - file_name │ │ │ │ │ - file name │ │ │ │ │ - pos │ │ │ │ │ - current position of file │ │ │ │ │ attrtimeo │ │ │ │ │ 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_name │ │ │ │ │ - parent dir name │ │ │ │ │ + file_name │ │ │ │ │ + file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.read Home  probe::nfs.fop.release │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-release.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::nfs.fop.release

Name

probe::nfs.fop.release — │ │ │ │ NFS client release page operation │ │ │ │ -

Synopsis

nfs.fop.release 

Values

mode

│ │ │ │ - file mode │ │ │ │ -

dev

│ │ │ │ +

Synopsis

nfs.fop.release 

Values

dev

│ │ │ │ device identifier │ │ │ │ +

mode

│ │ │ │ + file mode │ │ │ │

ino

│ │ │ │ inode number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.release — NFS client release page operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.release │ │ │ │ │ ***** Values ***** │ │ │ │ │ - mode │ │ │ │ │ - file mode │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ + mode │ │ │ │ │ + file mode │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.read_iter Home  probe::nfs.fop.sendfile │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-sendfile.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfs.fop.sendfile

Name

probe::nfs.fop.sendfile — │ │ │ │ NFS client send file operation │ │ │ │ -

Synopsis

nfs.fop.sendfile 

Values

dev

│ │ │ │ - device identifier │ │ │ │ +

Synopsis

nfs.fop.sendfile 

Values

ppos

│ │ │ │ + current position of file │ │ │ │ +

attrtimeo

│ │ │ │ + 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. │ │ │ │

count

│ │ │ │ read bytes │ │ │ │ -

cache_time

│ │ │ │ - when we started read-caching this inode │ │ │ │

ino

│ │ │ │ inode number │ │ │ │

cache_valid

│ │ │ │ cache related bit mask flag │ │ │ │ -

attrtimeo

│ │ │ │ - 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. │ │ │ │ -

ppos

│ │ │ │ - current position of file │ │ │ │ +

dev

│ │ │ │ + device identifier │ │ │ │ +

cache_time

│ │ │ │ + when we started read-caching this inode │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.fop.sendfile — NFS client send file operation │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.fop.sendfile │ │ │ │ │ ***** Values ***** │ │ │ │ │ - dev │ │ │ │ │ - device identifier │ │ │ │ │ + ppos │ │ │ │ │ + current position of file │ │ │ │ │ + attrtimeo │ │ │ │ │ + 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. │ │ │ │ │ count │ │ │ │ │ read bytes │ │ │ │ │ - cache_time │ │ │ │ │ - when we started read-caching this inode │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ cache_valid │ │ │ │ │ cache related bit mask flag │ │ │ │ │ - attrtimeo │ │ │ │ │ - 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. │ │ │ │ │ - ppos │ │ │ │ │ - current position of file │ │ │ │ │ + dev │ │ │ │ │ + device identifier │ │ │ │ │ + cache_time │ │ │ │ │ + when we started read-caching this inode │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.release Home  probe::nfs.fop.write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-fop-write-iter.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ NFS client write_iter file operation │ │ │ │

Synopsis

nfs.fop.write_iter 

Values

parent_name

│ │ │ │ parent dir name │ │ │ │

pos

│ │ │ │ offset of the file │ │ │ │

dev

│ │ │ │ device identifier │ │ │ │ -

file_name

│ │ │ │ - file name │ │ │ │

count

│ │ │ │ read bytes │ │ │ │ +

file_name

│ │ │ │ + file name │ │ │ │

ino

│ │ │ │ inode number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -8,16 +8,16 @@ │ │ │ │ │ ***** Values ***** │ │ │ │ │ parent_name │ │ │ │ │ parent dir name │ │ │ │ │ pos │ │ │ │ │ offset of the file │ │ │ │ │ dev │ │ │ │ │ device identifier │ │ │ │ │ - file_name │ │ │ │ │ - file name │ │ │ │ │ count │ │ │ │ │ read bytes │ │ │ │ │ + file_name │ │ │ │ │ + file name │ │ │ │ │ ino │ │ │ │ │ inode number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.fop.write Home  probe::nfs.proc.commit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-commit-done.html │ │ │ │ @@ -1,20 +1,20 @@ │ │ │ │ probe::nfs.proc.commit_done

Name

probe::nfs.proc.commit_done — │ │ │ │ NFS client response to a commit RPC task │ │ │ │ -

Synopsis

nfs.proc.commit_done 

Values

count

│ │ │ │ - number of bytes committed │ │ │ │ +

Synopsis

nfs.proc.commit_done 

Values

server_ip

│ │ │ │ + IP address of server │ │ │ │ +

timestamp

│ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │

valid

│ │ │ │ fattr->valid, indicates which fields are valid │ │ │ │ -

server_ip

│ │ │ │ - IP address of server │ │ │ │

status

│ │ │ │ result of last operation │ │ │ │ -

timestamp

│ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │

version

│ │ │ │ NFS version │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

count

│ │ │ │ + number of bytes committed │ │ │ │

Description

│ │ │ │ Fires when a reply to a commit RPC task is received │ │ │ │ or some commit operation error occur (timeout or socket shutdown). │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,27 +2,27 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.commit_done — NFS client response to a commit RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.commit_done │ │ │ │ │ ***** Values ***** │ │ │ │ │ - count │ │ │ │ │ - number of bytes committed │ │ │ │ │ - valid │ │ │ │ │ - fattr->valid, indicates which fields are valid │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ - status │ │ │ │ │ - result of last operation │ │ │ │ │ timestamp │ │ │ │ │ V4 timestamp, which is used for lease renewal │ │ │ │ │ + valid │ │ │ │ │ + fattr->valid, indicates which fields are valid │ │ │ │ │ + status │ │ │ │ │ + result of last operation │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + count │ │ │ │ │ + number of bytes committed │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a reply to a commit RPC task is received or some commit operation │ │ │ │ │ error occur (timeout or socket shutdown). │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.commit Home  probe::nfs.proc.commit_setup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-commit-setup.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::nfs.proc.commit_setup

Name

probe::nfs.proc.commit_setup — │ │ │ │ NFS client setting up a commit RPC task │ │ │ │

Synopsis

nfs.proc.commit_setup 

Values

version

│ │ │ │ NFS version │ │ │ │

bitmask0

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +

count

│ │ │ │ + bytes in this commit │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

size

│ │ │ │ + bytes in this commit │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ +

offset

│ │ │ │ + the file offset │ │ │ │

bitmask1

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ -

offset

│ │ │ │ - the file offset │ │ │ │ -

size

│ │ │ │ - bytes in this commit │ │ │ │ -

count

│ │ │ │ - bytes in this commit │ │ │ │

Description

│ │ │ │ The commit_setup function is used to setup a commit RPC task. │ │ │ │ Is is not doing the actual commit operation. │ │ │ │ It does not exist in NFSv2. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -7,26 +7,26 @@ │ │ │ │ │ nfs.proc.commit_setup │ │ │ │ │ ***** Values ***** │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ bitmask0 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ + count │ │ │ │ │ + bytes in this commit │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + size │ │ │ │ │ + bytes in this commit │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + offset │ │ │ │ │ + the file offset │ │ │ │ │ bitmask1 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ - offset │ │ │ │ │ - the file offset │ │ │ │ │ - size │ │ │ │ │ - bytes in this commit │ │ │ │ │ - count │ │ │ │ │ - bytes in this commit │ │ │ │ │ ***** Description ***** │ │ │ │ │ The commit_setup function is used to setup a commit RPC task. Is is not doing │ │ │ │ │ the actual commit operation. It does not exist in NFSv2. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.commit_done Home  probe::nfs.proc.create │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-commit.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::nfs.proc.commit

Name

probe::nfs.proc.commit — │ │ │ │ NFS client committing data on server │ │ │ │ -

Synopsis

nfs.proc.commit 

Values

version

│ │ │ │ - NFS version │ │ │ │ -

bitmask0

│ │ │ │ +

Synopsis

nfs.proc.commit 

Values

bitmask0

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +

size

│ │ │ │ + read bytes in this execution │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ -

server_ip

│ │ │ │ - IP address of server │ │ │ │ +

version

│ │ │ │ + NFS version │ │ │ │

bitmask1

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │

offset

│ │ │ │ the file offset │ │ │ │ -

size

│ │ │ │ - read bytes in this execution │ │ │ │ +

server_ip

│ │ │ │ + IP address of server │ │ │ │

Description

│ │ │ │ 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. │ │ │ │

│ │ │ │ │ │ │ │ Fires when client writes the buffered data to disk. │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,30 +2,30 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.commit — NFS client committing data on server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.commit │ │ │ │ │ ***** Values ***** │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ bitmask0 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ + size │ │ │ │ │ + read bytes in this execution │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ - server_ip │ │ │ │ │ - IP address of server │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ bitmask1 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ offset │ │ │ │ │ the file offset │ │ │ │ │ - size │ │ │ │ │ - read bytes in this execution │ │ │ │ │ + server_ip │ │ │ │ │ + IP address of server │ │ │ │ │ ***** Description ***** │ │ │ │ │ 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. │ │ │ │ │ Fires when client writes the buffered data to disk. The buffered data is │ │ │ │ │ asynchronously written by client earlier. The commit function works in sync │ │ │ │ │ way. This probe point does not exist in NFSv2. │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-create.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::nfs.proc.create

Name

probe::nfs.proc.create — │ │ │ │ NFS client creating file on server │ │ │ │ -

Synopsis

nfs.proc.create 

Values

filename

│ │ │ │ - file name │ │ │ │ -

prot

│ │ │ │ +

Synopsis

nfs.proc.create 

Values

prot

│ │ │ │ transfer protocol │ │ │ │

version

│ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ -

flag

│ │ │ │ - indicates create mode (only for NFSv3 and NFSv4) │ │ │ │ -

filelen

│ │ │ │ - length of file name │ │ │ │

fh

│ │ │ │ file handle of parent dir │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ +

flag

│ │ │ │ + indicates create mode (only for NFSv3 and NFSv4) │ │ │ │ +

filelen

│ │ │ │ + length of file name │ │ │ │ +

filename

│ │ │ │ + file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.create — NFS client creating file on server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ - filename │ │ │ │ │ - file name │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ version │ │ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ │ - flag │ │ │ │ │ - indicates create mode (only for NFSv3 and NFSv4) │ │ │ │ │ - filelen │ │ │ │ │ - length of file name │ │ │ │ │ fh │ │ │ │ │ file handle of parent dir │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + flag │ │ │ │ │ + indicates create mode (only for NFSv3 and NFSv4) │ │ │ │ │ + filelen │ │ │ │ │ + length of file name │ │ │ │ │ + filename │ │ │ │ │ + file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.commit_setup Home  probe::nfs.proc.handle_exception │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-lookup.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfs.proc.lookup

Name

probe::nfs.proc.lookup — │ │ │ │ NFS client opens/searches a file on server │ │ │ │ -

Synopsis

nfs.proc.lookup 

Values

filename

│ │ │ │ - the name of file which client opens/searches on server │ │ │ │ -

prot

│ │ │ │ - transfer protocol │ │ │ │ +

Synopsis

nfs.proc.lookup 

Values

name_len

│ │ │ │ + the length of file name │ │ │ │

version

│ │ │ │ NFS version │ │ │ │ +

prot

│ │ │ │ + transfer protocol │ │ │ │

bitmask0

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +

filename

│ │ │ │ + the name of file which client opens/searches on server │ │ │ │ +

server_ip

│ │ │ │ + IP address of server │ │ │ │

bitmask1

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ -

server_ip

│ │ │ │ - IP address of server │ │ │ │ -

name_len

│ │ │ │ - the length of file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.lookup — NFS client opens/searches a file on server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.lookup │ │ │ │ │ ***** Values ***** │ │ │ │ │ - filename │ │ │ │ │ - the name of file which client opens/searches on server │ │ │ │ │ - prot │ │ │ │ │ - transfer protocol │ │ │ │ │ + name_len │ │ │ │ │ + the length of file name │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ + prot │ │ │ │ │ + transfer protocol │ │ │ │ │ bitmask0 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ + filename │ │ │ │ │ + the name of file which client opens/searches on server │ │ │ │ │ + server_ip │ │ │ │ │ + IP address of server │ │ │ │ │ bitmask1 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ - server_ip │ │ │ │ │ - IP address of server │ │ │ │ │ - name_len │ │ │ │ │ - the length of file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.handle_exception Home  probe::nfs.proc.open │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-open.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::nfs.proc.open

Name

probe::nfs.proc.open — │ │ │ │ NFS client allocates file read/write context information │ │ │ │ -

Synopsis

nfs.proc.open 

Values

server_ip

│ │ │ │ - IP address of server │ │ │ │ +

Synopsis

nfs.proc.open 

Values

mode

│ │ │ │ + file mode │ │ │ │

version

│ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ -

mode

│ │ │ │ - file mode │ │ │ │ -

flag

│ │ │ │ - file flag │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

flag

│ │ │ │ + file flag │ │ │ │ +

server_ip

│ │ │ │ + IP address of server │ │ │ │

filename

│ │ │ │ file name │ │ │ │

Description

│ │ │ │ Allocate file read/write context information │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.open — NFS client allocates file read/write context information │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.open │ │ │ │ │ ***** Values ***** │ │ │ │ │ - server_ip │ │ │ │ │ - IP address of server │ │ │ │ │ - version │ │ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │ │ mode │ │ │ │ │ file mode │ │ │ │ │ - flag │ │ │ │ │ - file flag │ │ │ │ │ + version │ │ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + flag │ │ │ │ │ + file flag │ │ │ │ │ + server_ip │ │ │ │ │ + IP address of server │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ ***** Description ***** │ │ │ │ │ Allocate file read/write context information │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.lookup Home  probe::nfs.proc.read │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-read-done.html │ │ │ │ @@ -1,18 +1,18 @@ │ │ │ │ probe::nfs.proc.read_done

Name

probe::nfs.proc.read_done — │ │ │ │ NFS client response to a read RPC task │ │ │ │ -

Synopsis

nfs.proc.read_done 

Values

timestamp

│ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │ -

version

│ │ │ │ - NFS version │ │ │ │ +

Synopsis

nfs.proc.read_done 

Values

count

│ │ │ │ + number of bytes read │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ -

count

│ │ │ │ - number of bytes read │ │ │ │ +

version

│ │ │ │ + NFS version │ │ │ │

status

│ │ │ │ result of last operation │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ +

timestamp

│ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │

Description

│ │ │ │ Fires when a reply to a read RPC task is received or some read error occurs │ │ │ │ (timeout or socket shutdown). │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,25 +2,25 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.read_done — NFS client response to a read RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.read_done │ │ │ │ │ ***** Values ***** │ │ │ │ │ - timestamp │ │ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ - prot │ │ │ │ │ - transfer protocol │ │ │ │ │ count │ │ │ │ │ number of bytes read │ │ │ │ │ + prot │ │ │ │ │ + transfer protocol │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ status │ │ │ │ │ result of last operation │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + timestamp │ │ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a reply to a read RPC task is received or some read error occurs │ │ │ │ │ (timeout or socket shutdown). │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.read Home  probe::nfs.proc.read_setup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-read-setup.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,18 +1,18 @@ │ │ │ │ probe::nfs.proc.read_setup

Name

probe::nfs.proc.read_setup — │ │ │ │ NFS client setting up a read RPC task │ │ │ │

Synopsis

nfs.proc.read_setup 

Values

server_ip

│ │ │ │ IP address of server │ │ │ │

offset

│ │ │ │ the file offset │ │ │ │ -

count

│ │ │ │ - read bytes in this execution │ │ │ │ -

size

│ │ │ │ - read bytes in this execution │ │ │ │

version

│ │ │ │ NFS version │ │ │ │ +

count

│ │ │ │ + read bytes in this execution │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

size

│ │ │ │ + read bytes in this execution │ │ │ │

Description

│ │ │ │ The read_setup function is used to setup a read RPC task. │ │ │ │ It is not doing the actual read operation. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -6,21 +6,21 @@ │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.read_setup │ │ │ │ │ ***** Values ***** │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ offset │ │ │ │ │ the file offset │ │ │ │ │ - count │ │ │ │ │ - read bytes in this execution │ │ │ │ │ - size │ │ │ │ │ - read bytes in this execution │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ + count │ │ │ │ │ + read bytes in this execution │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + size │ │ │ │ │ + read bytes in this execution │ │ │ │ │ ***** Description ***** │ │ │ │ │ The read_setup function is used to setup a read RPC task. It is not doing the │ │ │ │ │ actual read operation. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.read_done Home  probe::nfs.proc.release │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-read.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfs.proc.read

Name

probe::nfs.proc.read — │ │ │ │ NFS client synchronously reads file from server │ │ │ │ -

Synopsis

nfs.proc.read 

Values

prot

│ │ │ │ - transfer protocol │ │ │ │ -

version

│ │ │ │ - NFS version │ │ │ │ -

count

│ │ │ │ - read bytes in this execution │ │ │ │ +

Synopsis

nfs.proc.read 

Values

flags

│ │ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ │

offset

│ │ │ │ the file offset │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ -

flags

│ │ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │ │ +

count

│ │ │ │ + read bytes in this execution │ │ │ │ +

prot

│ │ │ │ + transfer protocol │ │ │ │ +

version

│ │ │ │ + NFS version │ │ │ │

Description

│ │ │ │ All the nfs.proc.read kernel functions were removed in kernel commit │ │ │ │ 8e0969 in December 2006, so these probes do not exist on Linux │ │ │ │ 2.6.21 and newer kernels. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,25 +2,25 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.read — NFS client synchronously reads file from server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.read │ │ │ │ │ ***** Values ***** │ │ │ │ │ - prot │ │ │ │ │ - transfer protocol │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ - count │ │ │ │ │ - read bytes in this execution │ │ │ │ │ + flags │ │ │ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ │ │ offset │ │ │ │ │ the file offset │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ - flags │ │ │ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │ │ │ + count │ │ │ │ │ + read bytes in this execution │ │ │ │ │ + prot │ │ │ │ │ + transfer protocol │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ ***** Description ***** │ │ │ │ │ All the nfs.proc.read kernel functions were removed in kernel commit 8e0969 in │ │ │ │ │ December 2006, so these probes do not exist on Linux 2.6.21 and newer kernels. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.open Home  probe::nfs.proc.read_done │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-release.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::nfs.proc.release

Name

probe::nfs.proc.release — │ │ │ │ NFS client releases file read/write context information │ │ │ │ -

Synopsis

nfs.proc.release 

Values

flag

│ │ │ │ - file flag │ │ │ │ -

mode

│ │ │ │ - file mode │ │ │ │ +

Synopsis

nfs.proc.release 

Values

prot

│ │ │ │ + transfer protocol │ │ │ │

version

│ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ -

prot

│ │ │ │ - transfer protocol │ │ │ │ +

mode

│ │ │ │ + file mode │ │ │ │

filename

│ │ │ │ file name │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ +

flag

│ │ │ │ + file flag │ │ │ │

Description

│ │ │ │ Release file read/write context information │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,24 +3,24 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.release — NFS client releases file read/write context │ │ │ │ │ information │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.release │ │ │ │ │ ***** Values ***** │ │ │ │ │ - flag │ │ │ │ │ - file flag │ │ │ │ │ - mode │ │ │ │ │ - file mode │ │ │ │ │ - version │ │ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + version │ │ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │ │ + mode │ │ │ │ │ + file mode │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + flag │ │ │ │ │ + file flag │ │ │ │ │ ***** Description ***** │ │ │ │ │ Release file read/write context information │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.read_setup Home  probe::nfs.proc.remove │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-remove.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::nfs.proc.remove

Name

probe::nfs.proc.remove — │ │ │ │ NFS client removes a file on server │ │ │ │ -

Synopsis

nfs.proc.remove 

Values

fh

│ │ │ │ - file handle of parent dir │ │ │ │ +

Synopsis

nfs.proc.remove 

Values

filelen

│ │ │ │ + length of file name │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │

filename

│ │ │ │ file name │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

fh

│ │ │ │ + file handle of parent dir │ │ │ │

version

│ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ -

filelen

│ │ │ │ - length of file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.remove — NFS client removes a file on server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.remove │ │ │ │ │ ***** Values ***** │ │ │ │ │ - fh │ │ │ │ │ - file handle of parent dir │ │ │ │ │ + filelen │ │ │ │ │ + length of file name │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + fh │ │ │ │ │ + file handle of parent dir │ │ │ │ │ version │ │ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │ │ - filelen │ │ │ │ │ - length of file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.release Home  probe::nfs.proc.rename │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-rename-done.html │ │ │ │ @@ -1,20 +1,20 @@ │ │ │ │ probe::nfs.proc.rename_done

Name

probe::nfs.proc.rename_done — │ │ │ │ NFS client response to a rename RPC task │ │ │ │ -

Synopsis

nfs.proc.rename_done 

Values

timestamp

│ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │ -

prot

│ │ │ │ - transfer protocol │ │ │ │ +

Synopsis

nfs.proc.rename_done 

Values

status

│ │ │ │ + result of last operation │ │ │ │

version

│ │ │ │ NFS version │ │ │ │ -

old_fh

│ │ │ │ - file handle of old parent dir │ │ │ │ -

status

│ │ │ │ - result of last operation │ │ │ │ -

new_fh

│ │ │ │ - file handle of new parent dir │ │ │ │ +

prot

│ │ │ │ + transfer protocol │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ +

timestamp

│ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ +

new_fh

│ │ │ │ + file handle of new parent dir │ │ │ │ +

old_fh

│ │ │ │ + file handle of old parent dir │ │ │ │

Description

│ │ │ │ Fires when a reply to a rename RPC task is received or some rename │ │ │ │ error occurs (timeout or socket shutdown). │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,27 +2,27 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.rename_done — NFS client response to a rename RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.rename_done │ │ │ │ │ ***** Values ***** │ │ │ │ │ - timestamp │ │ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │ │ - prot │ │ │ │ │ - transfer protocol │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ - old_fh │ │ │ │ │ - file handle of old parent dir │ │ │ │ │ status │ │ │ │ │ result of last operation │ │ │ │ │ - new_fh │ │ │ │ │ - file handle of new parent dir │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ + prot │ │ │ │ │ + transfer protocol │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + timestamp │ │ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ │ + new_fh │ │ │ │ │ + file handle of new parent dir │ │ │ │ │ + old_fh │ │ │ │ │ + file handle of old parent dir │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a reply to a rename RPC task is received or some rename error occurs │ │ │ │ │ (timeout or socket shutdown). │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.rename Home  probe::nfs.proc.rename_setup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-rename-setup.html │ │ │ │ @@ -1,14 +1,14 @@ │ │ │ │ probe::nfs.proc.rename_setup

Name

probe::nfs.proc.rename_setup — │ │ │ │ NFS client setting up a rename RPC task │ │ │ │ -

Synopsis

nfs.proc.rename_setup 

Values

version

│ │ │ │ - NFS version │ │ │ │ -

prot

│ │ │ │ - transfer protocol │ │ │ │ -

server_ip

│ │ │ │ +

Synopsis

nfs.proc.rename_setup 

Values

server_ip

│ │ │ │ IP address of server │ │ │ │ +

version

│ │ │ │ + NFS version │ │ │ │

fh

│ │ │ │ file handle of parent dir │ │ │ │ +

prot

│ │ │ │ + transfer protocol │ │ │ │

Description

│ │ │ │ The rename_setup function is used to setup a rename RPC task. │ │ │ │ Is is not doing the actual rename operation. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,21 +2,21 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.rename_setup — NFS client setting up a rename RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.rename_setup │ │ │ │ │ ***** Values ***** │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ - prot │ │ │ │ │ - transfer protocol │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ fh │ │ │ │ │ file handle of parent dir │ │ │ │ │ + prot │ │ │ │ │ + transfer protocol │ │ │ │ │ ***** Description ***** │ │ │ │ │ The rename_setup function is used to setup a rename RPC task. Is is not doing │ │ │ │ │ the actual rename operation. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.rename_done Home  probe::nfs.proc.write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-rename.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::nfs.proc.rename

Name

probe::nfs.proc.rename — │ │ │ │ NFS client renames a file on server │ │ │ │ -

Synopsis

nfs.proc.rename 

Values

old_filelen

│ │ │ │ - length of old file name │ │ │ │ +

Synopsis

nfs.proc.rename 

Values

old_fh

│ │ │ │ + file handle of old parent dir │ │ │ │ +

old_name

│ │ │ │ + old file name │ │ │ │ +

new_name

│ │ │ │ + new file name │ │ │ │

new_fh

│ │ │ │ file handle of new parent dir │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ -

new_name

│ │ │ │ - new file name │ │ │ │ -

version

│ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │ -

old_name

│ │ │ │ - old file name │ │ │ │ -

new_filelen

│ │ │ │ - length of new file name │ │ │ │ -

old_fh

│ │ │ │ - file handle of old parent dir │ │ │ │ +

old_filelen

│ │ │ │ + length of old file name │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ +

new_filelen

│ │ │ │ + length of new file name │ │ │ │ +

version

│ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.rename — NFS client renames a file on server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.rename │ │ │ │ │ ***** Values ***** │ │ │ │ │ - old_filelen │ │ │ │ │ - length of old file name │ │ │ │ │ + old_fh │ │ │ │ │ + file handle of old parent dir │ │ │ │ │ + old_name │ │ │ │ │ + old file name │ │ │ │ │ + new_name │ │ │ │ │ + new file name │ │ │ │ │ new_fh │ │ │ │ │ file handle of new parent dir │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ - new_name │ │ │ │ │ - new file name │ │ │ │ │ - version │ │ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │ │ - old_name │ │ │ │ │ - old file name │ │ │ │ │ - new_filelen │ │ │ │ │ - length of new file name │ │ │ │ │ - old_fh │ │ │ │ │ - file handle of old parent dir │ │ │ │ │ + old_filelen │ │ │ │ │ + length of old file name │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + new_filelen │ │ │ │ │ + length of new file name │ │ │ │ │ + version │ │ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.remove Home  probe::nfs.proc.rename_done │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-write-done.html │ │ │ │ @@ -1,20 +1,20 @@ │ │ │ │ probe::nfs.proc.write_done

Name

probe::nfs.proc.write_done — │ │ │ │ NFS client response to a write RPC task │ │ │ │ -

Synopsis

nfs.proc.write_done 

Values

prot

│ │ │ │ +

Synopsis

nfs.proc.write_done 

Values

server_ip

│ │ │ │ + IP address of server │ │ │ │ +

timestamp

│ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ +

count

│ │ │ │ + number of bytes written │ │ │ │ +

prot

│ │ │ │ transfer protocol │ │ │ │ +

valid

│ │ │ │ + fattr->valid, indicates which fields are valid │ │ │ │

version

│ │ │ │ NFS version │ │ │ │ -

timestamp

│ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │

status

│ │ │ │ result of last operation │ │ │ │ -

server_ip

│ │ │ │ - IP address of server │ │ │ │ -

valid

│ │ │ │ - fattr->valid, indicates which fields are valid │ │ │ │ -

count

│ │ │ │ - number of bytes written │ │ │ │

Description

│ │ │ │ Fires when a reply to a write RPC task is received or some write error occurs │ │ │ │ (timeout or socket shutdown). │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,27 +2,27 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.write_done — NFS client response to a write RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.write_done │ │ │ │ │ ***** Values ***** │ │ │ │ │ + server_ip │ │ │ │ │ + IP address of server │ │ │ │ │ + timestamp │ │ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ │ + count │ │ │ │ │ + number of bytes written │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + valid │ │ │ │ │ + fattr->valid, indicates which fields are valid │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ - timestamp │ │ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │ │ status │ │ │ │ │ result of last operation │ │ │ │ │ - server_ip │ │ │ │ │ - IP address of server │ │ │ │ │ - valid │ │ │ │ │ - fattr->valid, indicates which fields are valid │ │ │ │ │ - count │ │ │ │ │ - number of bytes written │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a reply to a write RPC task is received or some write error occurs │ │ │ │ │ (timeout or socket shutdown). │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.write Home  probe::nfs.proc.write_setup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-write-setup.html │ │ │ │ @@ -1,28 +1,28 @@ │ │ │ │ probe::nfs.proc.write_setup

Name

probe::nfs.proc.write_setup — │ │ │ │ NFS client setting up a write RPC task │ │ │ │ -

Synopsis

nfs.proc.write_setup 

Values

how

│ │ │ │ +

Synopsis

nfs.proc.write_setup 

Values

bitmask1

│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │ +

offset

│ │ │ │ + the file offset │ │ │ │ +

server_ip

│ │ │ │ + IP address of server │ │ │ │ +

bitmask0

│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │ +

count

│ │ │ │ + bytes written in this execution │ │ │ │ +

size

│ │ │ │ + bytes written in this execution │ │ │ │ +

how

│ │ │ │ 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) │ │ │ │

prot

│ │ │ │ transfer protocol │ │ │ │ -

bitmask0

│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │

version

│ │ │ │ NFS version │ │ │ │ -

size

│ │ │ │ - bytes written in this execution │ │ │ │ -

count

│ │ │ │ - bytes written in this execution │ │ │ │ -

offset

│ │ │ │ - the file offset │ │ │ │ -

bitmask1

│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -

server_ip

│ │ │ │ - IP address of server │ │ │ │

Description

│ │ │ │ The write_setup function is used to setup a write RPC task. │ │ │ │ It is not doing the actual write operation. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,35 +2,35 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.write_setup — NFS client setting up a write RPC task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.write_setup │ │ │ │ │ ***** Values ***** │ │ │ │ │ + bitmask1 │ │ │ │ │ + V4 bitmask representing the set of attributes supported on this │ │ │ │ │ + filesystem │ │ │ │ │ + offset │ │ │ │ │ + the file offset │ │ │ │ │ + server_ip │ │ │ │ │ + IP address of server │ │ │ │ │ + bitmask0 │ │ │ │ │ + V4 bitmask representing the set of attributes supported on this │ │ │ │ │ + filesystem │ │ │ │ │ + count │ │ │ │ │ + bytes written in this execution │ │ │ │ │ + size │ │ │ │ │ + bytes written in this execution │ │ │ │ │ how │ │ │ │ │ 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) │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ - bitmask0 │ │ │ │ │ - V4 bitmask representing the set of attributes supported on this │ │ │ │ │ - filesystem │ │ │ │ │ version │ │ │ │ │ NFS version │ │ │ │ │ - size │ │ │ │ │ - bytes written in this execution │ │ │ │ │ - count │ │ │ │ │ - bytes written in this execution │ │ │ │ │ - offset │ │ │ │ │ - the file offset │ │ │ │ │ - bitmask1 │ │ │ │ │ - V4 bitmask representing the set of attributes supported on this │ │ │ │ │ - filesystem │ │ │ │ │ - server_ip │ │ │ │ │ - IP address of server │ │ │ │ │ ***** Description ***** │ │ │ │ │ The write_setup function is used to setup a write RPC task. It is not doing the │ │ │ │ │ actual write operation. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.write_done Home  probe::nfsd.close │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-write.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::nfs.proc.write

Name

probe::nfs.proc.write — │ │ │ │ NFS client synchronously writes file to server │ │ │ │ -

Synopsis

nfs.proc.write 

Values

prot

│ │ │ │ +

Synopsis

nfs.proc.write 

Values

version

│ │ │ │ + NFS version │ │ │ │ +

prot

│ │ │ │ transfer protocol │ │ │ │ +

size

│ │ │ │ + read bytes in this execution │ │ │ │

bitmask0

│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ -

version

│ │ │ │ - NFS version │ │ │ │ -

bitmask1

│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -

flags

│ │ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │ │

server_ip

│ │ │ │ IP address of server │ │ │ │ -

size

│ │ │ │ - read bytes in this execution │ │ │ │

offset

│ │ │ │ the file offset │ │ │ │ +

flags

│ │ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ │ +

bitmask1

│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │

Description

│ │ │ │ All the nfs.proc.write 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. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,31 +2,31 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfs.proc.write — NFS client synchronously writes file to server │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfs.proc.write │ │ │ │ │ ***** Values ***** │ │ │ │ │ + version │ │ │ │ │ + NFS version │ │ │ │ │ prot │ │ │ │ │ transfer protocol │ │ │ │ │ + size │ │ │ │ │ + read bytes in this execution │ │ │ │ │ bitmask0 │ │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ │ filesystem │ │ │ │ │ - version │ │ │ │ │ - NFS version │ │ │ │ │ - bitmask1 │ │ │ │ │ - V4 bitmask representing the set of attributes supported on this │ │ │ │ │ - filesystem │ │ │ │ │ - flags │ │ │ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │ │ │ server_ip │ │ │ │ │ IP address of server │ │ │ │ │ - size │ │ │ │ │ - read bytes in this execution │ │ │ │ │ offset │ │ │ │ │ the file offset │ │ │ │ │ + flags │ │ │ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ │ │ + bitmask1 │ │ │ │ │ + V4 bitmask representing the set of attributes supported on this │ │ │ │ │ + filesystem │ │ │ │ │ ***** Description ***** │ │ │ │ │ All the nfs.proc.write 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. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfs.proc.rename_setup Home  probe::nfs.proc.write_done │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-commit.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::nfsd.commit

Name

probe::nfsd.commit — │ │ │ │ NFS server committing all pending writes to stable storage │ │ │ │

Synopsis

nfsd.commit 

Values

offset

│ │ │ │ the offset of file │ │ │ │ +

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │

size

│ │ │ │ read bytes │ │ │ │

flag

│ │ │ │ indicates whether this execution is a sync operation │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,20 +4,20 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.commit — NFS server committing all pending writes to stable storage │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.commit │ │ │ │ │ ***** Values ***** │ │ │ │ │ offset │ │ │ │ │ the offset of file │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ size │ │ │ │ │ read bytes │ │ │ │ │ flag │ │ │ │ │ indicates whether this execution is a sync operation │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ client_ip │ │ │ │ │ the ip address of client │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.close Home  probe::nfsd.create │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-create.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.create

Name

probe::nfsd.create — │ │ │ │ NFS server creating a file(regular,dir,device,fifo) for client │ │ │ │ -

Synopsis

nfsd.create 

Values

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ -

filelen

│ │ │ │ - the length of file name │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │ -

iap_mode

│ │ │ │ +

Synopsis

nfsd.create 

Values

iap_mode

│ │ │ │ file access mode │ │ │ │

filename

│ │ │ │ file name │ │ │ │ -

type

│ │ │ │ - file type(regular,dir,device,fifo ...) │ │ │ │

iap_valid

│ │ │ │ Attribute flags │ │ │ │ +

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

type

│ │ │ │ + file type(regular,dir,device,fifo ...) │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

filelen

│ │ │ │ + the length of file name │ │ │ │

Description

│ │ │ │ Sometimes nfsd will call nfsd_create_v3 instead of this this probe point. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,26 +3,26 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.create — NFS server creating a file(regular,dir,device,fifo) for │ │ │ │ │ client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ - filelen │ │ │ │ │ - the length of file name │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ iap_mode │ │ │ │ │ file access mode │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ - type │ │ │ │ │ - file type(regular,dir,device,fifo ...) │ │ │ │ │ iap_valid │ │ │ │ │ Attribute flags │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + type │ │ │ │ │ + file type(regular,dir,device,fifo ...) │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + filelen │ │ │ │ │ + the length of file name │ │ │ │ │ ***** Description ***** │ │ │ │ │ Sometimes nfsd will call nfsd_create_v3 instead of this this probe point. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.commit Home  probe::nfsd.createv3 │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-createv3.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::nfsd.createv3

Name

probe::nfsd.createv3 — │ │ │ │ NFS server creating a regular file or set file attributes for client │ │ │ │ -

Synopsis

nfsd.createv3 

Values

truncp

│ │ │ │ - trunp arguments, indicates if the file shouldbe truncate │ │ │ │ +

Synopsis

nfsd.createv3 

Values

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

verifier

│ │ │ │ + file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE │ │ │ │ +

iap_mode

│ │ │ │ + file access mode │ │ │ │

iap_valid

│ │ │ │ Attribute flags │ │ │ │

filename

│ │ │ │ file name │ │ │ │ -

iap_mode

│ │ │ │ - file access mode │ │ │ │ -

verifier

│ │ │ │ - file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE │ │ │ │ +

createmode

│ │ │ │ + create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ │

filelen

│ │ │ │ the length of file name │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ +

truncp

│ │ │ │ + trunp arguments, indicates if the file shouldbe truncate │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │ -

createmode

│ │ │ │ - create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ │

Description

│ │ │ │ This probepoints is only called by nfsd3_proc_create and │ │ │ │ nfsd4_open when op_claim_type is NFS4_OPEN_CLAIM_NULL. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,33 +3,33 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.createv3 — NFS server creating a regular file or set file │ │ │ │ │ attributes for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.createv3 │ │ │ │ │ ***** Values ***** │ │ │ │ │ - truncp │ │ │ │ │ - trunp arguments, indicates if the file shouldbe truncate │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + verifier │ │ │ │ │ + file attributes (atime,mtime,mode). It's used to reset file attributes │ │ │ │ │ + for CREATE_EXCLUSIVE │ │ │ │ │ + iap_mode │ │ │ │ │ + file access mode │ │ │ │ │ iap_valid │ │ │ │ │ Attribute flags │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ - iap_mode │ │ │ │ │ - file access mode │ │ │ │ │ - verifier │ │ │ │ │ - file attributes (atime,mtime,mode). It's used to reset file attributes │ │ │ │ │ - for CREATE_EXCLUSIVE │ │ │ │ │ + createmode │ │ │ │ │ + create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, │ │ │ │ │ + NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ │ │ filelen │ │ │ │ │ the length of file name │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ + truncp │ │ │ │ │ + trunp arguments, indicates if the file shouldbe truncate │ │ │ │ │ client_ip │ │ │ │ │ the ip address of client │ │ │ │ │ - createmode │ │ │ │ │ - create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, │ │ │ │ │ - NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ │ │ ***** Description ***** │ │ │ │ │ This probepoints is only called by nfsd3_proc_create and nfsd4_open when │ │ │ │ │ op_claim_type is NFS4_OPEN_CLAIM_NULL. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.create Home  probe::nfsd.dispatch │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-dispatch.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::nfsd.dispatch

Name

probe::nfsd.dispatch — │ │ │ │ NFS server receives an operation from client │ │ │ │ -

Synopsis

nfsd.dispatch 

Values

xid

│ │ │ │ - transmission id │ │ │ │ -

version

│ │ │ │ +

Synopsis

nfsd.dispatch 

Values

version

│ │ │ │ nfs version │ │ │ │

proc

│ │ │ │ procedure number │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

xid

│ │ │ │ + transmission id │ │ │ │

proto

│ │ │ │ transfer protocol │ │ │ │

prog

│ │ │ │ program number │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.dispatch — NFS server receives an operation from client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.dispatch │ │ │ │ │ ***** Values ***** │ │ │ │ │ - xid │ │ │ │ │ - transmission id │ │ │ │ │ version │ │ │ │ │ nfs version │ │ │ │ │ proc │ │ │ │ │ procedure number │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + xid │ │ │ │ │ + transmission id │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ prog │ │ │ │ │ program number │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.createv3 Home  probe::nfsd.lookup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-lookup.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::nfsd.lookup

Name

probe::nfsd.lookup — │ │ │ │ NFS server opening or searching file for a file for client │ │ │ │

Synopsis

nfsd.lookup 

Values

filename

│ │ │ │ file name │ │ │ │ -

filelen

│ │ │ │ - the length of file name │ │ │ │

fh

│ │ │ │ file handle of parent dir(the first part is the length of the file handle) │ │ │ │ +

filelen

│ │ │ │ + the length of file name │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,17 +4,17 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.lookup — NFS server opening or searching file for a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.lookup │ │ │ │ │ ***** Values ***** │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ - filelen │ │ │ │ │ - the length of file name │ │ │ │ │ fh │ │ │ │ │ file handle of parent dir(the first part is the length of the file │ │ │ │ │ handle) │ │ │ │ │ + filelen │ │ │ │ │ + the length of file name │ │ │ │ │ client_ip │ │ │ │ │ the ip address of client │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.dispatch Home  probe::nfsd.open │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-open.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::nfsd.open

Name

probe::nfsd.open — │ │ │ │ NFS server opening a file for client │ │ │ │ -

Synopsis

nfsd.open 

Values

fh

│ │ │ │ +

Synopsis

nfsd.open 

Values

type

│ │ │ │ + type of file (regular file or dir) │ │ │ │ +

fh

│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │

access

│ │ │ │ indicates the type of open (read/write/commit/readdir...) │ │ │ │ -

type

│ │ │ │ - type of file (regular file or dir) │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.open — NFS server opening a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.open │ │ │ │ │ ***** Values ***** │ │ │ │ │ + type │ │ │ │ │ + type of file (regular file or dir) │ │ │ │ │ fh │ │ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ access │ │ │ │ │ indicates the type of open (read/write/commit/readdir...) │ │ │ │ │ - type │ │ │ │ │ - type of file (regular file or dir) │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.lookup Home  probe::nfsd.proc.commit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-commit.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::nfsd.proc.commit

Name

probe::nfsd.proc.commit — │ │ │ │ NFS server performing a commit operation for client │ │ │ │ -

Synopsis

nfsd.proc.commit 

Values

client_ip

│ │ │ │ - the ip address of client │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ -

gid

│ │ │ │ - requester's group id │ │ │ │ -

offset

│ │ │ │ - the offset of file │ │ │ │ -

size

│ │ │ │ - read bytes │ │ │ │ -

proto

│ │ │ │ +

Synopsis

nfsd.proc.commit 

Values

proto

│ │ │ │ transfer protocol │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │

version

│ │ │ │ nfs version │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │ +

size

│ │ │ │ + read bytes │ │ │ │ +

gid

│ │ │ │ + requester's group id │ │ │ │ +

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

offset

│ │ │ │ + the offset of file │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.commit — NFS server performing a commit operation for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.commit │ │ │ │ │ ***** Values ***** │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ - gid │ │ │ │ │ - requester's group id │ │ │ │ │ - offset │ │ │ │ │ - the offset of file │ │ │ │ │ - size │ │ │ │ │ - read bytes │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ version │ │ │ │ │ nfs version │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ + size │ │ │ │ │ + read bytes │ │ │ │ │ + gid │ │ │ │ │ + requester's group id │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + offset │ │ │ │ │ + the offset of file │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.open Home  probe::nfsd.proc.create │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-create.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.proc.create

Name

probe::nfsd.proc.create — │ │ │ │ NFS server creating a file for client │ │ │ │ -

Synopsis

nfsd.proc.create 

Values

gid

│ │ │ │ +

Synopsis

nfsd.proc.create 

Values

filename

│ │ │ │ + file name │ │ │ │ +

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

gid

│ │ │ │ requester's group id │ │ │ │

filelen

│ │ │ │ length of file name │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │ -

filename

│ │ │ │ - file name │ │ │ │ +

version

│ │ │ │ + nfs version │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │

proto

│ │ │ │ transfer protocol │ │ │ │ -

version

│ │ │ │ - nfs version │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.create — NFS server creating a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ + filename │ │ │ │ │ + file name │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ gid │ │ │ │ │ requester's group id │ │ │ │ │ filelen │ │ │ │ │ length of file name │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ - filename │ │ │ │ │ - file name │ │ │ │ │ + version │ │ │ │ │ + nfs version │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ - version │ │ │ │ │ - nfs version │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.commit Home  probe::nfsd.proc.lookup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-lookup.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.proc.lookup

Name

probe::nfsd.proc.lookup — │ │ │ │ NFS server opening or searching for a file for client │ │ │ │ -

Synopsis

nfsd.proc.lookup 

Values

proto

│ │ │ │ +

Synopsis

nfsd.proc.lookup 

Values

fh

│ │ │ │ + file handle of parent dir (the first part is the length of the file handle) │ │ │ │ +

proto

│ │ │ │ transfer protocol │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │ +

filename

│ │ │ │ + file name │ │ │ │ +

version

│ │ │ │ + nfs version │ │ │ │

filelen

│ │ │ │ the length of file name │ │ │ │ -

fh

│ │ │ │ - file handle of parent dir (the first part is the length of the file handle) │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │

gid

│ │ │ │ requester's group id │ │ │ │ -

version

│ │ │ │ - nfs version │ │ │ │ -

filename

│ │ │ │ - file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,27 +2,27 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.lookup — NFS server opening or searching for a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.lookup │ │ │ │ │ ***** Values ***** │ │ │ │ │ + fh │ │ │ │ │ + file handle of parent dir (the first part is the length of the file │ │ │ │ │ + handle) │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ + filename │ │ │ │ │ + file name │ │ │ │ │ + version │ │ │ │ │ + nfs version │ │ │ │ │ filelen │ │ │ │ │ the length of file name │ │ │ │ │ - fh │ │ │ │ │ - file handle of parent dir (the first part is the length of the file │ │ │ │ │ - handle) │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ gid │ │ │ │ │ requester's group id │ │ │ │ │ - version │ │ │ │ │ - nfs version │ │ │ │ │ - filename │ │ │ │ │ - file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.create Home  probe::nfsd.proc.read │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-read.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::nfsd.proc.read

Name

probe::nfsd.proc.read — │ │ │ │ NFS server reading file for client │ │ │ │ -

Synopsis

nfsd.proc.read 

Values

gid

│ │ │ │ - requester's group id │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │ +

Synopsis

nfsd.proc.read 

Values

proto

│ │ │ │ + transfer protocol │ │ │ │

fh

│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ +

offset

│ │ │ │ + the offset of file │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │

vlen

│ │ │ │ read blocks │ │ │ │ -

proto

│ │ │ │ - transfer protocol │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │ -

vec

│ │ │ │ - struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │

version

│ │ │ │ nfs version │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │

size

│ │ │ │ read bytes │ │ │ │ -

offset

│ │ │ │ - the offset of file │ │ │ │ +

vec

│ │ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ +

gid

│ │ │ │ + requester's group id │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,33 +2,33 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.read — NFS server reading file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.read │ │ │ │ │ ***** Values ***** │ │ │ │ │ - gid │ │ │ │ │ - requester's group id │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ + proto │ │ │ │ │ + transfer protocol │ │ │ │ │ fh │ │ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ │ + offset │ │ │ │ │ + the offset of file │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ vlen │ │ │ │ │ read blocks │ │ │ │ │ - proto │ │ │ │ │ - transfer protocol │ │ │ │ │ + version │ │ │ │ │ + nfs version │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ count │ │ │ │ │ read bytes │ │ │ │ │ + size │ │ │ │ │ + read bytes │ │ │ │ │ vec │ │ │ │ │ struct kvec, includes buf address in kernel address and length of each │ │ │ │ │ buffer │ │ │ │ │ - version │ │ │ │ │ - nfs version │ │ │ │ │ - size │ │ │ │ │ - read bytes │ │ │ │ │ - offset │ │ │ │ │ - the offset of file │ │ │ │ │ + gid │ │ │ │ │ + requester's group id │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.lookup Home  probe::nfsd.proc.remove │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-remove.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.proc.remove

Name

probe::nfsd.proc.remove — │ │ │ │ NFS server removing a file for client │ │ │ │ -

Synopsis

nfsd.proc.remove 

Values

version

│ │ │ │ - nfs version │ │ │ │ +

Synopsis

nfsd.proc.remove 

Values

gid

│ │ │ │ + requester's group id │ │ │ │ +

filelen

│ │ │ │ + length of file name │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │ +

version

│ │ │ │ + nfs version │ │ │ │

proto

│ │ │ │ transfer protocol │ │ │ │

filename

│ │ │ │ file name │ │ │ │ -

gid

│ │ │ │ - requester's group id │ │ │ │

fh

│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ -

filelen

│ │ │ │ - length of file name │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.remove — NFS server removing a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.remove │ │ │ │ │ ***** Values ***** │ │ │ │ │ - version │ │ │ │ │ - nfs version │ │ │ │ │ + gid │ │ │ │ │ + requester's group id │ │ │ │ │ + filelen │ │ │ │ │ + length of file name │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ + version │ │ │ │ │ + nfs version │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ - gid │ │ │ │ │ - requester's group id │ │ │ │ │ fh │ │ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ │ - filelen │ │ │ │ │ - length of file name │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.read Home  probe::nfsd.proc.rename │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-rename.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::nfsd.proc.rename

Name

probe::nfsd.proc.rename — │ │ │ │ NFS Server renaming a file for client │ │ │ │ -

Synopsis

nfsd.proc.rename 

Values

fh

│ │ │ │ +

Synopsis

nfsd.proc.rename 

Values

filename

│ │ │ │ + old file name │ │ │ │ +

fh

│ │ │ │ file handler of old path │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │ -

tname

│ │ │ │ - new file name │ │ │ │

gid

│ │ │ │ requester's group id │ │ │ │ -

tlen

│ │ │ │ - length of new file name │ │ │ │ -

flen

│ │ │ │ - length of old file name │ │ │ │ -

filename

│ │ │ │ - old file name │ │ │ │

tfh

│ │ │ │ file handler of new path │ │ │ │ +

tname

│ │ │ │ + new file name │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

flen

│ │ │ │ + length of old file name │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │ +

tlen

│ │ │ │ + length of new file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.rename — NFS Server renaming a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.rename │ │ │ │ │ ***** Values ***** │ │ │ │ │ + filename │ │ │ │ │ + old file name │ │ │ │ │ fh │ │ │ │ │ file handler of old path │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ - tname │ │ │ │ │ - new file name │ │ │ │ │ gid │ │ │ │ │ requester's group id │ │ │ │ │ - tlen │ │ │ │ │ - length of new file name │ │ │ │ │ - flen │ │ │ │ │ - length of old file name │ │ │ │ │ - filename │ │ │ │ │ - old file name │ │ │ │ │ tfh │ │ │ │ │ file handler of new path │ │ │ │ │ + tname │ │ │ │ │ + new file name │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + flen │ │ │ │ │ + length of old file name │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ + tlen │ │ │ │ │ + length of new file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.remove Home  probe::nfsd.proc.write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-proc-write.html │ │ │ │ @@ -1,27 +1,27 @@ │ │ │ │ probe::nfsd.proc.write

Name

probe::nfsd.proc.write — │ │ │ │ NFS server writing data to file for client │ │ │ │ -

Synopsis

nfsd.proc.write 

Values

version

│ │ │ │ - nfs version │ │ │ │ +

Synopsis

nfsd.proc.write 

Values

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

offset

│ │ │ │ + the offset of file │ │ │ │

stable

│ │ │ │ argp->stable │ │ │ │

proto

│ │ │ │ transfer protocol │ │ │ │ -

count

│ │ │ │ - read bytes │ │ │ │ +

version

│ │ │ │ + nfs version │ │ │ │

uid

│ │ │ │ requester's user id │ │ │ │ -

vec

│ │ │ │ - struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ -

offset

│ │ │ │ - the offset of file │ │ │ │ -

size

│ │ │ │ - read bytes │ │ │ │ +

vlen

│ │ │ │ + read blocks │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ +

size

│ │ │ │ + read bytes │ │ │ │ +

count

│ │ │ │ + read bytes │ │ │ │ +

vec

│ │ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │

gid

│ │ │ │ requester's group id │ │ │ │ -

vlen

│ │ │ │ - read blocks │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,35 +2,35 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.proc.write — NFS server writing data to file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.proc.write │ │ │ │ │ ***** Values ***** │ │ │ │ │ - version │ │ │ │ │ - nfs version │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + offset │ │ │ │ │ + the offset of file │ │ │ │ │ stable │ │ │ │ │ argp->stable │ │ │ │ │ proto │ │ │ │ │ transfer protocol │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ + version │ │ │ │ │ + nfs version │ │ │ │ │ uid │ │ │ │ │ requester's user id │ │ │ │ │ + vlen │ │ │ │ │ + read blocks │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + size │ │ │ │ │ + read bytes │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ vec │ │ │ │ │ struct kvec, includes buf address in kernel address and length of each │ │ │ │ │ buffer │ │ │ │ │ - offset │ │ │ │ │ - the offset of file │ │ │ │ │ - size │ │ │ │ │ - read bytes │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ gid │ │ │ │ │ requester's group id │ │ │ │ │ - vlen │ │ │ │ │ - read blocks │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.rename Home  probe::nfsd.read │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-read.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.read

Name

probe::nfsd.read — │ │ │ │ NFS server reading data from a file for client │ │ │ │ -

Synopsis

nfsd.read 

Values

file

│ │ │ │ - argument file, indicates if the file has been opened. │ │ │ │ -

count

│ │ │ │ +

Synopsis

nfsd.read 

Values

size

│ │ │ │ read bytes │ │ │ │ -

size

│ │ │ │ +

count

│ │ │ │ read bytes │ │ │ │ -

offset

│ │ │ │ - the offset of file │ │ │ │

vec

│ │ │ │ struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ +

file

│ │ │ │ + argument file, indicates if the file has been opened. │ │ │ │

vlen

│ │ │ │ read blocks │ │ │ │ -

fh

│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │ +

fh

│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +

offset

│ │ │ │ + the offset of file │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,27 +2,27 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.read — NFS server reading data from a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.read │ │ │ │ │ ***** Values ***** │ │ │ │ │ - file │ │ │ │ │ - argument file, indicates if the file has been opened. │ │ │ │ │ - count │ │ │ │ │ - read bytes │ │ │ │ │ size │ │ │ │ │ read bytes │ │ │ │ │ - offset │ │ │ │ │ - the offset of file │ │ │ │ │ + count │ │ │ │ │ + read bytes │ │ │ │ │ vec │ │ │ │ │ struct kvec, includes buf address in kernel address and length of each │ │ │ │ │ buffer │ │ │ │ │ + file │ │ │ │ │ + argument file, indicates if the file has been opened. │ │ │ │ │ vlen │ │ │ │ │ read blocks │ │ │ │ │ - fh │ │ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ │ client_ip │ │ │ │ │ the ip address of client │ │ │ │ │ + fh │ │ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ │ + offset │ │ │ │ │ + the offset of file │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.proc.write Home  probe::nfsd.rename │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-rename.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::nfsd.rename

Name

probe::nfsd.rename — │ │ │ │ NFS server renaming a file for client │ │ │ │ -

Synopsis

nfsd.rename 

Values

filename

│ │ │ │ - old file name │ │ │ │ -

flen

│ │ │ │ +

Synopsis

nfsd.rename 

Values

flen

│ │ │ │ length of old file name │ │ │ │ -

tfh

│ │ │ │ - file handler of new path │ │ │ │ -

tname

│ │ │ │ - new file name │ │ │ │

client_ip

│ │ │ │ the ip address of client │ │ │ │ -

fh

│ │ │ │ - file handler of old path │ │ │ │ +

tname

│ │ │ │ + new file name │ │ │ │

tlen

│ │ │ │ length of new file name │ │ │ │ +

tfh

│ │ │ │ + file handler of new path │ │ │ │ +

filename

│ │ │ │ + old file name │ │ │ │ +

fh

│ │ │ │ + file handler of old path │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.rename — NFS server renaming a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.rename │ │ │ │ │ ***** Values ***** │ │ │ │ │ - filename │ │ │ │ │ - old file name │ │ │ │ │ flen │ │ │ │ │ length of old file name │ │ │ │ │ - tfh │ │ │ │ │ - file handler of new path │ │ │ │ │ - tname │ │ │ │ │ - new file name │ │ │ │ │ client_ip │ │ │ │ │ the ip address of client │ │ │ │ │ - fh │ │ │ │ │ - file handler of old path │ │ │ │ │ + tname │ │ │ │ │ + new file name │ │ │ │ │ tlen │ │ │ │ │ length of new file name │ │ │ │ │ + tfh │ │ │ │ │ + file handler of new path │ │ │ │ │ + filename │ │ │ │ │ + old file name │ │ │ │ │ + fh │ │ │ │ │ + file handler of old path │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.read Home  probe::nfsd.unlink │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-unlink.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::nfsd.unlink

Name

probe::nfsd.unlink — │ │ │ │ NFS server removing a file or a directory for client │ │ │ │ -

Synopsis

nfsd.unlink 

Values

type

│ │ │ │ - file type (file or dir) │ │ │ │ -

filename

│ │ │ │ +

Synopsis

nfsd.unlink 

Values

filename

│ │ │ │ file name │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │

fh

│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ +

type

│ │ │ │ + file type (file or dir) │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │

filelen

│ │ │ │ the length of file name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 31. Network File Storage Tapset Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.unlink — NFS server removing a file or a directory for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.unlink │ │ │ │ │ ***** Values ***** │ │ │ │ │ - type │ │ │ │ │ - file type (file or dir) │ │ │ │ │ filename │ │ │ │ │ file name │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ fh │ │ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ │ + type │ │ │ │ │ + file type (file or dir) │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ filelen │ │ │ │ │ the length of file name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.rename Home  probe::nfsd.write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfsd-write.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::nfsd.write

Name

probe::nfsd.write — │ │ │ │ NFS server writing data to a file for client │ │ │ │

Synopsis

nfsd.write 

Values

fh

│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ -

client_ip

│ │ │ │ - the ip address of client │ │ │ │ +

offset

│ │ │ │ + the offset of file │ │ │ │

vlen

│ │ │ │ read blocks │ │ │ │ +

client_ip

│ │ │ │ + the ip address of client │ │ │ │ +

file

│ │ │ │ + argument file, indicates if the file has been opened. │ │ │ │

vec

│ │ │ │ struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ -

size

│ │ │ │ - read bytes │ │ │ │ -

offset

│ │ │ │ - the offset of file │ │ │ │

count

│ │ │ │ read bytes │ │ │ │ -

file

│ │ │ │ - argument file, indicates if the file has been opened. │ │ │ │ +

size

│ │ │ │ + read bytes │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,25 +4,25 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::nfsd.write — NFS server writing data to a file for client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ nfsd.write │ │ │ │ │ ***** Values ***** │ │ │ │ │ fh │ │ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ │ - client_ip │ │ │ │ │ - the ip address of client │ │ │ │ │ + offset │ │ │ │ │ + the offset of file │ │ │ │ │ vlen │ │ │ │ │ read blocks │ │ │ │ │ + client_ip │ │ │ │ │ + the ip address of client │ │ │ │ │ + file │ │ │ │ │ + argument file, indicates if the file has been opened. │ │ │ │ │ vec │ │ │ │ │ struct kvec, includes buf address in kernel address and length of each │ │ │ │ │ buffer │ │ │ │ │ - size │ │ │ │ │ - read bytes │ │ │ │ │ - offset │ │ │ │ │ - the offset of file │ │ │ │ │ count │ │ │ │ │ read bytes │ │ │ │ │ - file │ │ │ │ │ - argument file, indicates if the file has been opened. │ │ │ │ │ + size │ │ │ │ │ + read bytes │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::nfsd.unlink Home  Chapter 32. Speculation │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-cpu-off.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::scheduler.cpu_off

Name

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

Synopsis

scheduler.cpu_off 

Values

task_next

│ │ │ │ - the process replacing current │ │ │ │ -

task_prev

│ │ │ │ +

Synopsis

scheduler.cpu_off 

Values

task_prev

│ │ │ │ the process leaving the cpu (same as current) │ │ │ │

idle

│ │ │ │ boolean indicating whether current is the idle process │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │ +

task_next

│ │ │ │ + the process replacing current │ │ │ │

Context

│ │ │ │ The process leaving the cpu. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.cpu_off — Process is about to stop running on a cpu │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.cpu_off │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task_next │ │ │ │ │ - the process replacing current │ │ │ │ │ task_prev │ │ │ │ │ the process leaving the cpu (same as current) │ │ │ │ │ idle │ │ │ │ │ boolean indicating whether current is the idle process │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ + task_next │ │ │ │ │ + the process replacing current │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process leaving the cpu. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.balance Home  probe::scheduler.cpu_on │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-cpu-on.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::scheduler.cpu_on

Name

probe::scheduler.cpu_on — │ │ │ │ Process is beginning execution on a cpu │ │ │ │ -

Synopsis

scheduler.cpu_on 

Values

task_prev

│ │ │ │ - the process that was previously running on this cpu │ │ │ │ -

idle

│ │ │ │ +

Synopsis

scheduler.cpu_on 

Values

idle

│ │ │ │ - boolean indicating whether current is the idle process │ │ │ │ +

task_prev

│ │ │ │ + the process that was previously running on this cpu │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │

Context

│ │ │ │ The resuming process. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.cpu_on — Process is beginning execution on a cpu │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.cpu_on │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task_prev │ │ │ │ │ - the process that was previously running on this cpu │ │ │ │ │ idle │ │ │ │ │ - boolean indicating whether current is the idle process │ │ │ │ │ + task_prev │ │ │ │ │ + the process that was previously running on this cpu │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ ***** Context ***** │ │ │ │ │ The resuming process. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.cpu_off Home  probe::scheduler.ctxswitch │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-ctxswitch.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::scheduler.ctxswitch

Name

probe::scheduler.ctxswitch — │ │ │ │ A context switch is occuring. │ │ │ │

Synopsis

scheduler.ctxswitch 

Values

name

│ │ │ │ name of the probe point │ │ │ │ -

prev_pid

│ │ │ │ - The PID of the process to be switched out │ │ │ │ -

next_pid

│ │ │ │ - The PID of the process to be switched in │ │ │ │ -

prev_priority

│ │ │ │ - The priority of the process to be switched out │ │ │ │ -

prev_task_name

│ │ │ │ - The name of the process to be switched out │ │ │ │ -

next_task_name

│ │ │ │ - The name of the process to be switched in │ │ │ │

next_priority

│ │ │ │ The priority of the process to be switched in │ │ │ │ +

prev_priority

│ │ │ │ + The priority of the process to be switched out │ │ │ │ +

next_pid

│ │ │ │ + The PID of the process to be switched in │ │ │ │

next_tid

│ │ │ │ The TID of the process to be switched in │ │ │ │ +

prev_pid

│ │ │ │ + The PID of the process to be switched out │ │ │ │

prev_tid

│ │ │ │ The TID of the process to be switched out │ │ │ │ -

prevtsk_state

│ │ │ │ - the state of the process to be switched out │ │ │ │ +

next_task_name

│ │ │ │ + The name of the process to be switched in │ │ │ │

nexttsk_state

│ │ │ │ the state of the process to be switched in │ │ │ │ +

prevtsk_state

│ │ │ │ + the state of the process to be switched out │ │ │ │ +

prev_task_name

│ │ │ │ + The name of the process to be switched out │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,30 +4,30 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.ctxswitch — A context switch is occuring. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.ctxswitch │ │ │ │ │ ***** Values ***** │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ - prev_pid │ │ │ │ │ - The PID of the process to be switched out │ │ │ │ │ - next_pid │ │ │ │ │ - The PID of the process to be switched in │ │ │ │ │ - prev_priority │ │ │ │ │ - The priority of the process to be switched out │ │ │ │ │ - prev_task_name │ │ │ │ │ - The name of the process to be switched out │ │ │ │ │ - next_task_name │ │ │ │ │ - The name of the process to be switched in │ │ │ │ │ next_priority │ │ │ │ │ The priority of the process to be switched in │ │ │ │ │ + prev_priority │ │ │ │ │ + The priority of the process to be switched out │ │ │ │ │ + next_pid │ │ │ │ │ + The PID of the process to be switched in │ │ │ │ │ next_tid │ │ │ │ │ The TID of the process to be switched in │ │ │ │ │ + prev_pid │ │ │ │ │ + The PID of the process to be switched out │ │ │ │ │ prev_tid │ │ │ │ │ The TID of the process to be switched out │ │ │ │ │ - prevtsk_state │ │ │ │ │ - the state of the process to be switched out │ │ │ │ │ + next_task_name │ │ │ │ │ + The name of the process to be switched in │ │ │ │ │ nexttsk_state │ │ │ │ │ the state of the process to be switched in │ │ │ │ │ + prevtsk_state │ │ │ │ │ + the state of the process to be switched out │ │ │ │ │ + prev_task_name │ │ │ │ │ + The name of the process to be switched out │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.cpu_on Home  probe::scheduler.kthread_stop │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-migrate.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::scheduler.migrate

Name

probe::scheduler.migrate — │ │ │ │ Task migrating across cpus │ │ │ │ -

Synopsis

scheduler.migrate 

Values

cpu_to

│ │ │ │ - the destination cpu │ │ │ │ +

Synopsis

scheduler.migrate 

Values

pid

│ │ │ │ + PID of the task being migrated │ │ │ │

cpu_from

│ │ │ │ the original cpu │ │ │ │ -

pid

│ │ │ │ - PID of the task being migrated │ │ │ │ -

priority

│ │ │ │ - priority of the task being migrated │ │ │ │ +

cpu_to

│ │ │ │ + the destination cpu │ │ │ │

task

│ │ │ │ the process that is being migrated │ │ │ │ +

priority

│ │ │ │ + priority of the task being migrated │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.migrate — Task migrating across cpus │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.migrate │ │ │ │ │ ***** Values ***** │ │ │ │ │ - cpu_to │ │ │ │ │ - the destination cpu │ │ │ │ │ - cpu_from │ │ │ │ │ - the original cpu │ │ │ │ │ pid │ │ │ │ │ PID of the task being migrated │ │ │ │ │ - priority │ │ │ │ │ - priority of the task being migrated │ │ │ │ │ + cpu_from │ │ │ │ │ + the original cpu │ │ │ │ │ + cpu_to │ │ │ │ │ + the destination cpu │ │ │ │ │ task │ │ │ │ │ the process that is being migrated │ │ │ │ │ + priority │ │ │ │ │ + priority of the task being migrated │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.kthread_stop.return Home  probe::scheduler.process_exit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-process-free.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::scheduler.process_free

Name

probe::scheduler.process_free — │ │ │ │ Scheduler freeing a data structure for a process │ │ │ │ -

Synopsis

scheduler.process_free 

Values

name

│ │ │ │ - name of the probe point │ │ │ │ -

priority

│ │ │ │ +

Synopsis

scheduler.process_free 

Values

priority

│ │ │ │ priority of the process getting freed │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │

pid

│ │ │ │ PID of the process getting freed │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,16 +3,16 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.process_free — Scheduler freeing a data structure for a │ │ │ │ │ process │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.process_free │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ priority │ │ │ │ │ priority of the process getting freed │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ pid │ │ │ │ │ PID of the process getting freed │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.process_fork Home  probe::scheduler.process_wait │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-signal-send.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::scheduler.signal_send

Name

probe::scheduler.signal_send — │ │ │ │ Sending a signal │ │ │ │ -

Synopsis

scheduler.signal_send 

Values

name

│ │ │ │ - name of the probe point │ │ │ │ -

signal_number

│ │ │ │ +

Synopsis

scheduler.signal_send 

Values

signal_number

│ │ │ │ signal number │ │ │ │

pid

│ │ │ │ pid of the process sending signal │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.signal_send — Sending a signal │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.signal_send │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ signal_number │ │ │ │ │ signal number │ │ │ │ │ pid │ │ │ │ │ pid of the process sending signal │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.process_wait Home  probe::scheduler.tick │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-wait-task.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::scheduler.wait_task

Name

probe::scheduler.wait_task — │ │ │ │ Waiting on a task to unschedule (become inactive) │ │ │ │ -

Synopsis

scheduler.wait_task 

Values

task_priority

│ │ │ │ - priority of the task │ │ │ │ +

Synopsis

scheduler.wait_task 

Values

name

│ │ │ │ + name of the probe point │ │ │ │

task_pid

│ │ │ │ PID of the task the scheduler is waiting on │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │ +

task_priority

│ │ │ │ + priority of the task │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.wait_task — Waiting on a task to unschedule (become inactive) │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.wait_task │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task_priority │ │ │ │ │ - priority of the task │ │ │ │ │ - task_pid │ │ │ │ │ - PID of the task the scheduler is waiting on │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ + task_pid │ │ │ │ │ + PID of the task the scheduler is waiting on │ │ │ │ │ + task_priority │ │ │ │ │ + priority of the task │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.tick Home  probe::scheduler.wakeup │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-wakeup-new.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::scheduler.wakeup_new

Name

probe::scheduler.wakeup_new — │ │ │ │ Newly created task is woken up for the first time │ │ │ │ -

Synopsis

scheduler.wakeup_new 

Values

task_state

│ │ │ │ - state of the task woken up │ │ │ │ +

Synopsis

scheduler.wakeup_new 

Values

task_priority

│ │ │ │ + priority of the new task │ │ │ │ +

task_pid

│ │ │ │ + PID of the new task woken up │ │ │ │

task_tid

│ │ │ │ TID of the new task woken up │ │ │ │ +

task_state

│ │ │ │ + state of the task woken up │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │

task_cpu

│ │ │ │ cpu of the task woken up │ │ │ │ -

task_priority

│ │ │ │ - priority of the new task │ │ │ │ -

task_pid

│ │ │ │ - PID of the new task woken up │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.wakeup_new — Newly created task is woken up for the first time │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.wakeup_new │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task_state │ │ │ │ │ - state of the task woken up │ │ │ │ │ + task_priority │ │ │ │ │ + priority of the new task │ │ │ │ │ + task_pid │ │ │ │ │ + PID of the new task woken up │ │ │ │ │ task_tid │ │ │ │ │ TID of the new task woken up │ │ │ │ │ + task_state │ │ │ │ │ + state of the task woken up │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ task_cpu │ │ │ │ │ cpu of the task woken up │ │ │ │ │ - task_priority │ │ │ │ │ - priority of the new task │ │ │ │ │ - task_pid │ │ │ │ │ - PID of the new task woken up │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.wakeup Home  Chapter 9. IO Scheduler and block IO Tapset │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scheduler-wakeup.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::scheduler.wakeup

Name

probe::scheduler.wakeup — │ │ │ │ Task is woken up │ │ │ │ -

Synopsis

scheduler.wakeup 

Values

task_priority

│ │ │ │ - priority of the task being woken up │ │ │ │ -

task_pid

│ │ │ │ - PID of the task being woken up │ │ │ │ +

Synopsis

scheduler.wakeup 

Values

name

│ │ │ │ + name of the probe point │ │ │ │

task_cpu

│ │ │ │ cpu of the task being woken up │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │

task_state

│ │ │ │ state of the task being woken up │ │ │ │ +

task_priority

│ │ │ │ + priority of the task being woken up │ │ │ │ +

task_pid

│ │ │ │ + PID of the task being woken up │ │ │ │

task_tid

│ │ │ │ tid of the task being woken up │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 8. Scheduler Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scheduler.wakeup — Task is woken up │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scheduler.wakeup │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task_priority │ │ │ │ │ - priority of the task being woken up │ │ │ │ │ - task_pid │ │ │ │ │ - PID of the task being woken up │ │ │ │ │ - task_cpu │ │ │ │ │ - cpu of the task being woken up │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ + task_cpu │ │ │ │ │ + cpu of the task being woken up │ │ │ │ │ task_state │ │ │ │ │ state of the task being woken up │ │ │ │ │ + task_priority │ │ │ │ │ + priority of the task being woken up │ │ │ │ │ + task_pid │ │ │ │ │ + PID of the task being woken up │ │ │ │ │ task_tid │ │ │ │ │ tid of the task being woken up │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scheduler.wait_task Home  probe::scheduler.wakeup_new │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-iocompleted.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::scsi.iocompleted

Name

probe::scsi.iocompleted — │ │ │ │ SCSI mid-layer running the completion processing for block device I/O requests │ │ │ │ -

Synopsis

scsi.iocompleted 

Values

device_state_str

│ │ │ │ - The current state of the device, as a string │ │ │ │ -

goodbytes

│ │ │ │ - The bytes completed │ │ │ │ -

lun

│ │ │ │ - The lun number │ │ │ │ -

data_direction_str

│ │ │ │ +

Synopsis

scsi.iocompleted 

Values

data_direction_str

│ │ │ │ Data direction, as a string │ │ │ │

channel

│ │ │ │ The channel number │ │ │ │ +

lun

│ │ │ │ + The lun number │ │ │ │ +

goodbytes

│ │ │ │ + The bytes completed │ │ │ │

req_addr

│ │ │ │ The current struct request pointer, as a number │ │ │ │ +

device_state

│ │ │ │ + The current state of the device │ │ │ │

data_direction

│ │ │ │ The data_direction specifies whether this command is from/to │ │ │ │ the device │ │ │ │ -

dev_id

│ │ │ │ - The scsi device id │ │ │ │ -

device_state

│ │ │ │ - The current state of the device │ │ │ │ +

device_state_str

│ │ │ │ + The current state of the device, as a string │ │ │ │

host_no

│ │ │ │ The host number │ │ │ │ +

dev_id

│ │ │ │ + The scsi device id │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,30 +3,30 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.iocompleted — SCSI mid-layer running the completion processing for │ │ │ │ │ block device I/O requests │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.iocompleted │ │ │ │ │ ***** Values ***** │ │ │ │ │ - device_state_str │ │ │ │ │ - The current state of the device, as a string │ │ │ │ │ - goodbytes │ │ │ │ │ - The bytes completed │ │ │ │ │ - lun │ │ │ │ │ - The lun number │ │ │ │ │ data_direction_str │ │ │ │ │ Data direction, as a string │ │ │ │ │ channel │ │ │ │ │ The channel number │ │ │ │ │ + lun │ │ │ │ │ + The lun number │ │ │ │ │ + goodbytes │ │ │ │ │ + The bytes completed │ │ │ │ │ req_addr │ │ │ │ │ The current struct request pointer, as a number │ │ │ │ │ - data_direction │ │ │ │ │ - The data_direction specifies whether this command is from/to the device │ │ │ │ │ - dev_id │ │ │ │ │ - The scsi device id │ │ │ │ │ device_state │ │ │ │ │ The current state of the device │ │ │ │ │ + data_direction │ │ │ │ │ + The data_direction specifies whether this command is from/to the device │ │ │ │ │ + device_state_str │ │ │ │ │ + The current state of the device, as a string │ │ │ │ │ host_no │ │ │ │ │ The host number │ │ │ │ │ + dev_id │ │ │ │ │ + The scsi device id │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ Chapter 10. SCSI TapsetHome  probe::scsi.iodispatching │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-iodispatching.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,27 +1,27 @@ │ │ │ │ probe::scsi.iodispatching

Name

probe::scsi.iodispatching — │ │ │ │ SCSI mid-layer dispatched low-level SCSI command │ │ │ │

Synopsis

scsi.iodispatching 

Values

device_state_str

│ │ │ │ The current state of the device, as a string │ │ │ │ -

request_bufflen

│ │ │ │ - The request buffer length │ │ │ │

host_no

│ │ │ │ The host number │ │ │ │ -

device_state

│ │ │ │ - The current state of the device │ │ │ │

request_buffer

│ │ │ │ The request buffer address │ │ │ │ -

lun

│ │ │ │ - The lun number │ │ │ │ -

data_direction_str

│ │ │ │ - Data direction, as a string │ │ │ │

dev_id

│ │ │ │ The scsi device id │ │ │ │ -

req_addr

│ │ │ │ - The current struct request pointer, as a number │ │ │ │ +

request_bufflen

│ │ │ │ + The request buffer length │ │ │ │ +

lun

│ │ │ │ + The lun number │ │ │ │

channel

│ │ │ │ The channel number │ │ │ │ +

data_direction_str

│ │ │ │ + Data direction, as a string │ │ │ │ +

device_state

│ │ │ │ + The current state of the device │ │ │ │

data_direction

│ │ │ │ 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) │ │ │ │ +

req_addr

│ │ │ │ + The current struct request pointer, as a number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,31 +4,31 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.iodispatching — SCSI mid-layer dispatched low-level SCSI command │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.iodispatching │ │ │ │ │ ***** Values ***** │ │ │ │ │ device_state_str │ │ │ │ │ The current state of the device, as a string │ │ │ │ │ - request_bufflen │ │ │ │ │ - The request buffer length │ │ │ │ │ host_no │ │ │ │ │ The host number │ │ │ │ │ - device_state │ │ │ │ │ - The current state of the device │ │ │ │ │ request_buffer │ │ │ │ │ The request buffer address │ │ │ │ │ - lun │ │ │ │ │ - The lun number │ │ │ │ │ - data_direction_str │ │ │ │ │ - Data direction, as a string │ │ │ │ │ dev_id │ │ │ │ │ The scsi device id │ │ │ │ │ - req_addr │ │ │ │ │ - The current struct request pointer, as a number │ │ │ │ │ + request_bufflen │ │ │ │ │ + The request buffer length │ │ │ │ │ + lun │ │ │ │ │ + The lun number │ │ │ │ │ channel │ │ │ │ │ The channel number │ │ │ │ │ + data_direction_str │ │ │ │ │ + Data direction, as a string │ │ │ │ │ + device_state │ │ │ │ │ + The current state of the device │ │ │ │ │ data_direction │ │ │ │ │ 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) │ │ │ │ │ + req_addr │ │ │ │ │ + The current struct request pointer, as a number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scsi.iocompleted Home  probe::scsi.iodone │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-iodone.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::scsi.iodone

Name

probe::scsi.iodone — │ │ │ │ SCSI command completed by low level driver and enqueued into the done queue. │ │ │ │ -

Synopsis

scsi.iodone 

Values

device_state_str

│ │ │ │ - The current state of the device, as a string │ │ │ │ -

dev_id

│ │ │ │ - The scsi device id │ │ │ │ -

channel

│ │ │ │ - The channel number │ │ │ │ -

req_addr

│ │ │ │ +

Synopsis

scsi.iodone 

Values

req_addr

│ │ │ │ The current struct request pointer, as a number │ │ │ │

data_direction

│ │ │ │ The data_direction specifies whether this command is │ │ │ │ from/to the device. │ │ │ │ -

lun

│ │ │ │ - The lun number │ │ │ │ -

data_direction_str

│ │ │ │ - Data direction, as a string │ │ │ │ -

scsi_timer_pending

│ │ │ │ - 1 if a timer is pending on this request │ │ │ │

device_state

│ │ │ │ The current state of the device │ │ │ │ +

data_direction_str

│ │ │ │ + Data direction, as a string │ │ │ │ +

channel

│ │ │ │ + The channel number │ │ │ │ +

lun

│ │ │ │ + The lun number │ │ │ │ +

dev_id

│ │ │ │ + The scsi device id │ │ │ │

host_no

│ │ │ │ The host number │ │ │ │ +

device_state_str

│ │ │ │ + The current state of the device, as a string │ │ │ │ +

scsi_timer_pending

│ │ │ │ + 1 if a timer is pending on this request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,30 +3,30 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.iodone — SCSI command completed by low level driver and enqueued │ │ │ │ │ into the done queue. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.iodone │ │ │ │ │ ***** Values ***** │ │ │ │ │ - device_state_str │ │ │ │ │ - The current state of the device, as a string │ │ │ │ │ - dev_id │ │ │ │ │ - The scsi device id │ │ │ │ │ - channel │ │ │ │ │ - The channel number │ │ │ │ │ req_addr │ │ │ │ │ The current struct request pointer, as a number │ │ │ │ │ data_direction │ │ │ │ │ The data_direction specifies whether this command is from/to the device. │ │ │ │ │ - lun │ │ │ │ │ - The lun number │ │ │ │ │ - data_direction_str │ │ │ │ │ - Data direction, as a string │ │ │ │ │ - scsi_timer_pending │ │ │ │ │ - 1 if a timer is pending on this request │ │ │ │ │ device_state │ │ │ │ │ The current state of the device │ │ │ │ │ + data_direction_str │ │ │ │ │ + Data direction, as a string │ │ │ │ │ + channel │ │ │ │ │ + The channel number │ │ │ │ │ + lun │ │ │ │ │ + The lun number │ │ │ │ │ + dev_id │ │ │ │ │ + The scsi device id │ │ │ │ │ host_no │ │ │ │ │ The host number │ │ │ │ │ + device_state_str │ │ │ │ │ + The current state of the device, as a string │ │ │ │ │ + scsi_timer_pending │ │ │ │ │ + 1 if a timer is pending on this request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scsi.iodispatching Home  probe::scsi.ioentry │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-ioentry.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::scsi.ioentry

Name

probe::scsi.ioentry — │ │ │ │ Prepares a SCSI mid-layer request │ │ │ │ -

Synopsis

scsi.ioentry 

Values

disk_minor

│ │ │ │ +

Synopsis

scsi.ioentry 

Values

device_state

│ │ │ │ + The current state of the device │ │ │ │ +

disk_minor

│ │ │ │ The minor number of the disk (-1 if no information) │ │ │ │ +

req_addr

│ │ │ │ + The current struct request pointer, as a number │ │ │ │

disk_major

│ │ │ │ The major number of the disk (-1 if no information) │ │ │ │ -

device_state

│ │ │ │ - The current state of the device │ │ │ │

device_state_str

│ │ │ │ The current state of the device, as a string │ │ │ │ -

req_addr

│ │ │ │ - The current struct request pointer, as a number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 10. SCSI Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.ioentry — Prepares a SCSI mid-layer request │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.ioentry │ │ │ │ │ ***** Values ***** │ │ │ │ │ + device_state │ │ │ │ │ + The current state of the device │ │ │ │ │ disk_minor │ │ │ │ │ The minor number of the disk (-1 if no information) │ │ │ │ │ + req_addr │ │ │ │ │ + The current struct request pointer, as a number │ │ │ │ │ disk_major │ │ │ │ │ The major number of the disk (-1 if no information) │ │ │ │ │ - device_state │ │ │ │ │ - The current state of the device │ │ │ │ │ device_state_str │ │ │ │ │ The current state of the device, as a string │ │ │ │ │ - req_addr │ │ │ │ │ - The current struct request pointer, as a number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scsi.iodone Home  probe::scsi.ioexecute │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-ioexecute.html │ │ │ │ @@ -1,28 +1,28 @@ │ │ │ │ probe::scsi.ioexecute

Name

probe::scsi.ioexecute — │ │ │ │ Create mid-layer SCSI request and wait for the result │ │ │ │ -

Synopsis

scsi.ioexecute 

Values

request_bufflen

│ │ │ │ +

Synopsis

scsi.ioexecute 

Values

device_state

│ │ │ │ + The current state of the device │ │ │ │ +

data_direction

│ │ │ │ + The data_direction specifies whether this command is │ │ │ │ + from/to the device. │ │ │ │ +

request_bufflen

│ │ │ │ The data buffer buffer length │ │ │ │ +

lun

│ │ │ │ + The lun number │ │ │ │ +

retries

│ │ │ │ + Number of times to retry request │ │ │ │ +

data_direction_str

│ │ │ │ + Data direction, as a string │ │ │ │ +

channel

│ │ │ │ + The channel number │ │ │ │ +

dev_id

│ │ │ │ + The scsi device id │ │ │ │

timeout

│ │ │ │ Request timeout in seconds │ │ │ │

device_state_str

│ │ │ │ The current state of the device, as a string │ │ │ │ -

request_buffer

│ │ │ │ - The data buffer address │ │ │ │ -

retries

│ │ │ │ - Number of times to retry request │ │ │ │ -

device_state

│ │ │ │ - The current state of the device │ │ │ │

host_no

│ │ │ │ The host number │ │ │ │ -

dev_id

│ │ │ │ - The scsi device id │ │ │ │ -

data_direction

│ │ │ │ - The data_direction specifies whether this command is │ │ │ │ - from/to the device. │ │ │ │ -

channel

│ │ │ │ - The channel number │ │ │ │ -

data_direction_str

│ │ │ │ - Data direction, as a string │ │ │ │ -

lun

│ │ │ │ - The lun number │ │ │ │ +

request_buffer

│ │ │ │ + The data buffer address │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,34 +2,34 @@ │ │ │ │ │ Prev Chapter 10. SCSI Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.ioexecute — Create mid-layer SCSI request and wait for the result │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.ioexecute │ │ │ │ │ ***** Values ***** │ │ │ │ │ + device_state │ │ │ │ │ + The current state of the device │ │ │ │ │ + data_direction │ │ │ │ │ + The data_direction specifies whether this command is from/to the device. │ │ │ │ │ request_bufflen │ │ │ │ │ The data buffer buffer length │ │ │ │ │ + lun │ │ │ │ │ + The lun number │ │ │ │ │ + retries │ │ │ │ │ + Number of times to retry request │ │ │ │ │ + data_direction_str │ │ │ │ │ + Data direction, as a string │ │ │ │ │ + channel │ │ │ │ │ + The channel number │ │ │ │ │ + dev_id │ │ │ │ │ + The scsi device id │ │ │ │ │ timeout │ │ │ │ │ Request timeout in seconds │ │ │ │ │ device_state_str │ │ │ │ │ The current state of the device, as a string │ │ │ │ │ - request_buffer │ │ │ │ │ - The data buffer address │ │ │ │ │ - retries │ │ │ │ │ - Number of times to retry request │ │ │ │ │ - device_state │ │ │ │ │ - The current state of the device │ │ │ │ │ host_no │ │ │ │ │ The host number │ │ │ │ │ - dev_id │ │ │ │ │ - The scsi device id │ │ │ │ │ - data_direction │ │ │ │ │ - The data_direction specifies whether this command is from/to the device. │ │ │ │ │ - channel │ │ │ │ │ - The channel number │ │ │ │ │ - data_direction_str │ │ │ │ │ - Data direction, as a string │ │ │ │ │ - lun │ │ │ │ │ - The lun number │ │ │ │ │ + request_buffer │ │ │ │ │ + The data buffer address │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scsi.ioentry Home  probe::scsi.set_state │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-scsi-set-state.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::scsi.set_state

Name

probe::scsi.set_state — │ │ │ │ Order SCSI device state change │ │ │ │ -

Synopsis

scsi.set_state 

Values

state

│ │ │ │ +

Synopsis

scsi.set_state 

Values

dev_id

│ │ │ │ + The scsi device id │ │ │ │ +

old_state

│ │ │ │ + The current state of the device │ │ │ │ +

host_no

│ │ │ │ + The host number │ │ │ │ +

state

│ │ │ │ The new state of the device │ │ │ │

state_str

│ │ │ │ The new state of the device, as a string │ │ │ │ -

host_no

│ │ │ │ - The host number │ │ │ │ -

old_state

│ │ │ │ - The current state of the device │ │ │ │

old_state_str

│ │ │ │ The current state of the device, as a string │ │ │ │

lun

│ │ │ │ The lun number │ │ │ │

channel

│ │ │ │ The channel number │ │ │ │ -

dev_id

│ │ │ │ - The scsi device id │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 10. SCSI Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::scsi.set_state — Order SCSI device state change │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ scsi.set_state │ │ │ │ │ ***** Values ***** │ │ │ │ │ + dev_id │ │ │ │ │ + The scsi device id │ │ │ │ │ + old_state │ │ │ │ │ + The current state of the device │ │ │ │ │ + host_no │ │ │ │ │ + The host number │ │ │ │ │ state │ │ │ │ │ The new state of the device │ │ │ │ │ state_str │ │ │ │ │ The new state of the device, as a string │ │ │ │ │ - host_no │ │ │ │ │ - The host number │ │ │ │ │ - old_state │ │ │ │ │ - The current state of the device │ │ │ │ │ old_state_str │ │ │ │ │ The current state of the device, as a string │ │ │ │ │ lun │ │ │ │ │ The lun number │ │ │ │ │ channel │ │ │ │ │ The channel number │ │ │ │ │ - dev_id │ │ │ │ │ - The scsi device id │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::scsi.ioexecute Home  Chapter 11. TTY Tapset │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-check-ignored-return.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::signal.check_ignored.return

Name

probe::signal.check_ignored.return — │ │ │ │ Check to see signal is ignored completed │ │ │ │ -

Synopsis

signal.check_ignored.return 

Values

retstr

│ │ │ │ - Return value as a string │ │ │ │ -

name

│ │ │ │ +

Synopsis

signal.check_ignored.return 

Values

name

│ │ │ │ Name of the probe point │ │ │ │ +

retstr

│ │ │ │ + Return value as a string │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.check_ignored.return — Check to see signal is ignored completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.check_ignored.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - retstr │ │ │ │ │ - Return value as a string │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + retstr │ │ │ │ │ + Return value as a string │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.check_ignored Home  probe::signal.checkperm │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-check-ignored.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::signal.check_ignored

Name

probe::signal.check_ignored — │ │ │ │ Checking to see signal is ignored │ │ │ │ -

Synopsis

signal.check_ignored 

Values

sig

│ │ │ │ +

Synopsis

signal.check_ignored 

Values

sig_pid

│ │ │ │ + The PID of the process receiving the signal │ │ │ │ +

sig

│ │ │ │ The number of the signal │ │ │ │ -

sig_name

│ │ │ │ - A string representation of the signal │ │ │ │

pid_name

│ │ │ │ Name of the process receiving the signal │ │ │ │ -

sig_pid

│ │ │ │ - The PID of the process receiving the signal │ │ │ │ +

sig_name

│ │ │ │ + A string representation of the signal │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.check_ignored — Checking to see signal is ignored │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.check_ignored │ │ │ │ │ ***** Values ***** │ │ │ │ │ + sig_pid │ │ │ │ │ + The PID of the process receiving the signal │ │ │ │ │ sig │ │ │ │ │ The number of the signal │ │ │ │ │ - sig_name │ │ │ │ │ - A string representation of the signal │ │ │ │ │ pid_name │ │ │ │ │ Name of the process receiving the signal │ │ │ │ │ - sig_pid │ │ │ │ │ - The PID of the process receiving the signal │ │ │ │ │ + sig_name │ │ │ │ │ + A string representation of the signal │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ function::sigset_mask_str Home  probe::signal.check_ignored.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-checkperm.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::signal.checkperm

Name

probe::signal.checkperm — │ │ │ │ Check being performed on a sent signal │ │ │ │ -

Synopsis

signal.checkperm 

Values

name

│ │ │ │ +

Synopsis

signal.checkperm 

Values

sig_pid

│ │ │ │ + The PID of the process receiving the signal │ │ │ │ +

name

│ │ │ │ Name of the probe point │ │ │ │ +

sig

│ │ │ │ + The number of the signal │ │ │ │ +

si_code

│ │ │ │ + Indicates the signal type │ │ │ │

sinfo

│ │ │ │ The address of the siginfo structure │ │ │ │

task

│ │ │ │ A task handle to the signal recipient │ │ │ │ -

sig_pid

│ │ │ │ - The PID of the process receiving the signal │ │ │ │

pid_name

│ │ │ │ Name of the process receiving the signal │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │ -

sig

│ │ │ │ - The number of the signal │ │ │ │ -

si_code

│ │ │ │ - Indicates the signal type │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.checkperm — Check being performed on a sent signal │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.checkperm │ │ │ │ │ ***** Values ***** │ │ │ │ │ + sig_pid │ │ │ │ │ + The PID of the process receiving the signal │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + sig │ │ │ │ │ + The number of the signal │ │ │ │ │ + si_code │ │ │ │ │ + Indicates the signal type │ │ │ │ │ sinfo │ │ │ │ │ The address of the siginfo structure │ │ │ │ │ task │ │ │ │ │ A task handle to the signal recipient │ │ │ │ │ - sig_pid │ │ │ │ │ - The PID of the process receiving the signal │ │ │ │ │ pid_name │ │ │ │ │ Name of the process receiving the signal │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ - sig │ │ │ │ │ - The number of the signal │ │ │ │ │ - si_code │ │ │ │ │ - Indicates the signal type │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.check_ignored.return Home  probe::signal.checkperm.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-do-action.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::signal.do_action

Name

probe::signal.do_action — │ │ │ │ Examining or changing a signal action │ │ │ │ -

Synopsis

signal.do_action 

Values

sa_mask

│ │ │ │ - The new mask of the signal │ │ │ │ +

Synopsis

signal.do_action 

Values

sig_name

│ │ │ │ + A string representation of the signal │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ -

sa_handler

│ │ │ │ - The new handler of the signal │ │ │ │ -

sig_name

│ │ │ │ - A string representation of the signal │ │ │ │ +

sa_mask

│ │ │ │ + The new mask of the signal │ │ │ │

sig

│ │ │ │ The signal to be examined/changed │ │ │ │ -

oldsigact_addr

│ │ │ │ - The address of the old sigaction │ │ │ │ - struct associated with the signal │ │ │ │ +

sa_handler

│ │ │ │ + The new handler of the signal │ │ │ │

sigact_addr

│ │ │ │ The address of the new sigaction │ │ │ │ struct associated with the signal │ │ │ │ +

oldsigact_addr

│ │ │ │ + The address of the old sigaction │ │ │ │ + struct associated with the signal │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.do_action — Examining or changing a signal action │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.do_action │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sa_mask │ │ │ │ │ - The new mask of the signal │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ - sa_handler │ │ │ │ │ - The new handler of the signal │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ + sa_mask │ │ │ │ │ + The new mask of the signal │ │ │ │ │ sig │ │ │ │ │ The signal to be examined/changed │ │ │ │ │ - oldsigact_addr │ │ │ │ │ - The address of the old sigaction struct associated with the signal │ │ │ │ │ + sa_handler │ │ │ │ │ + The new handler of the signal │ │ │ │ │ sigact_addr │ │ │ │ │ The address of the new sigaction struct associated with the signal │ │ │ │ │ + oldsigact_addr │ │ │ │ │ + The address of the old sigaction struct associated with the signal │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.checkperm.return Home  probe::signal.do_action.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-flush.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::signal.flush

Name

probe::signal.flush — │ │ │ │ Flushing all pending signals for a task │ │ │ │ -

Synopsis

signal.flush 

Values

pid_name

│ │ │ │ - The name of the process associated with the task │ │ │ │ - performing the flush │ │ │ │ -

task

│ │ │ │ - The task handler of the process performing the flush │ │ │ │ -

name

│ │ │ │ +

Synopsis

signal.flush 

Values

name

│ │ │ │ Name of the probe point │ │ │ │

sig_pid

│ │ │ │ The PID of the process associated with the task │ │ │ │ performing the flush │ │ │ │ +

pid_name

│ │ │ │ + The name of the process associated with the task │ │ │ │ + performing the flush │ │ │ │ +

task

│ │ │ │ + The task handler of the process performing the flush │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.flush — Flushing all pending signals for a task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.flush │ │ │ │ │ ***** Values ***** │ │ │ │ │ - pid_name │ │ │ │ │ - The name of the process associated with the task performing the flush │ │ │ │ │ - task │ │ │ │ │ - The task handler of the process performing the flush │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the process associated with the task performing the flush │ │ │ │ │ + pid_name │ │ │ │ │ + The name of the process associated with the task performing the flush │ │ │ │ │ + task │ │ │ │ │ + The task handler of the process performing the flush │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.do_action.return Home  probe::signal.force_segv │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-force-segv.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::signal.force_segv

Name

probe::signal.force_segv — │ │ │ │ Forcing send of SIGSEGV │ │ │ │ -

Synopsis

signal.force_segv 

Values

sig

│ │ │ │ - The number of the signal │ │ │ │ +

Synopsis

signal.force_segv 

Values

sig_name

│ │ │ │ + A string representation of the signal │ │ │ │

pid_name

│ │ │ │ Name of the process receiving the signal │ │ │ │ -

sig_name

│ │ │ │ - A string representation of the signal │ │ │ │ -

sig_pid

│ │ │ │ - The PID of the process receiving the signal │ │ │ │ +

sig

│ │ │ │ + The number of the signal │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ +

sig_pid

│ │ │ │ + The PID of the process receiving the signal │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.force_segv — Forcing send of SIGSEGV │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.force_segv │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sig │ │ │ │ │ - The number of the signal │ │ │ │ │ - pid_name │ │ │ │ │ - Name of the process receiving the signal │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ - sig_pid │ │ │ │ │ - The PID of the process receiving the signal │ │ │ │ │ + pid_name │ │ │ │ │ + Name of the process receiving the signal │ │ │ │ │ + sig │ │ │ │ │ + The number of the signal │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ + sig_pid │ │ │ │ │ + The PID of the process receiving the signal │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.flush Home  probe::signal.force_segv.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-handle.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::signal.handle

Name

probe::signal.handle — │ │ │ │ Signal handler being invoked │ │ │ │ -

Synopsis

signal.handle 

Values

sig_mode

│ │ │ │ - Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ -

regs

│ │ │ │ - The address of the kernel-mode stack area (deprecated in │ │ │ │ - SystemTap 2.1) │ │ │ │ +

Synopsis

signal.handle 

Values

sig_code

│ │ │ │ + The si_code value of the siginfo signal │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │ -

sig_code

│ │ │ │ - The si_code value of the siginfo signal │ │ │ │ -

sig

│ │ │ │ - The signal number that invoked the signal handler │ │ │ │ -

sinfo

│ │ │ │ - The address of the siginfo table │ │ │ │ +

oldset_addr

│ │ │ │ + The address of the bitmask array of blocked signals │ │ │ │ + (deprecated in SystemTap 2.1) │ │ │ │

ka_addr

│ │ │ │ The address of the k_sigaction table │ │ │ │ associated with the signal │ │ │ │ +

sig_mode

│ │ │ │ + Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ +

sinfo

│ │ │ │ + The address of the siginfo table │ │ │ │ +

regs

│ │ │ │ + The address of the kernel-mode stack area (deprecated in │ │ │ │ + SystemTap 2.1) │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ -

oldset_addr

│ │ │ │ - The address of the bitmask array of blocked signals │ │ │ │ - (deprecated in SystemTap 2.1) │ │ │ │ +

sig

│ │ │ │ + The signal number that invoked the signal handler │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,29 +2,29 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.handle — Signal handler being invoked │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.handle │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sig_mode │ │ │ │ │ - Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ │ - regs │ │ │ │ │ - The address of the kernel-mode stack area (deprecated in SystemTap 2.1) │ │ │ │ │ - sig_name │ │ │ │ │ - A string representation of the signal │ │ │ │ │ sig_code │ │ │ │ │ The si_code value of the siginfo signal │ │ │ │ │ - sig │ │ │ │ │ - The signal number that invoked the signal handler │ │ │ │ │ - sinfo │ │ │ │ │ - The address of the siginfo table │ │ │ │ │ + sig_name │ │ │ │ │ + A string representation of the signal │ │ │ │ │ + oldset_addr │ │ │ │ │ + The address of the bitmask array of blocked signals (deprecated in │ │ │ │ │ + SystemTap 2.1) │ │ │ │ │ ka_addr │ │ │ │ │ The address of the k_sigaction table associated with the signal │ │ │ │ │ + sig_mode │ │ │ │ │ + Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ │ + sinfo │ │ │ │ │ + The address of the siginfo table │ │ │ │ │ + regs │ │ │ │ │ + The address of the kernel-mode stack area (deprecated in SystemTap 2.1) │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ - oldset_addr │ │ │ │ │ - The address of the bitmask array of blocked signals (deprecated in │ │ │ │ │ - SystemTap 2.1) │ │ │ │ │ + sig │ │ │ │ │ + The signal number that invoked the signal handler │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.force_segv.return Home  probe::signal.handle.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-pending.html │ │ │ │ @@ -1,14 +1,14 @@ │ │ │ │ probe::signal.pending

Name

probe::signal.pending — │ │ │ │ Examining pending signal │ │ │ │ -

Synopsis

signal.pending 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ -

sigset_size

│ │ │ │ +

Synopsis

signal.pending 

Values

sigset_size

│ │ │ │ The size of the user-space signal set │ │ │ │

sigset_add

│ │ │ │ The address of the user-space signal set │ │ │ │ (sigset_t) │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

Description

│ │ │ │ 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. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.pending — Examining pending signal │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.pending │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ sigset_size │ │ │ │ │ The size of the user-space signal set │ │ │ │ │ sigset_add │ │ │ │ │ The address of the user-space signal set (sigset_t) │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ ***** Description ***** │ │ │ │ │ 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. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.handle.return Home  probe::signal.pending.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-procmask-return.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::signal.procmask.return

Name

probe::signal.procmask.return — │ │ │ │ Examining or changing blocked signals completed │ │ │ │ -

Synopsis

signal.procmask.return 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ -

retstr

│ │ │ │ +

Synopsis

signal.procmask.return 

Values

retstr

│ │ │ │ Return value as a string │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,14 +2,14 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.procmask.return — Examining or changing blocked signals completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.procmask.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ retstr │ │ │ │ │ Return value as a string │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.procmask Home  probe::signal.send │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-procmask.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::signal.procmask

Name

probe::signal.procmask — │ │ │ │ Examining or changing blocked signals │ │ │ │ -

Synopsis

signal.procmask 

Values

how

│ │ │ │ +

Synopsis

signal.procmask 

Values

sigset_addr

│ │ │ │ + The address of the signal set (sigset_t) │ │ │ │ + to be implemented │ │ │ │ +

how

│ │ │ │ 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. │ │ │ │ -

sigset_addr

│ │ │ │ - The address of the signal set (sigset_t) │ │ │ │ - to be implemented │ │ │ │ +

sigset

│ │ │ │ + The actual value to be set for sigset_t │ │ │ │ + (correct?) │ │ │ │

oldsigset_addr

│ │ │ │ The old address of the signal set │ │ │ │ (sigset_t) │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ -

sigset

│ │ │ │ - The actual value to be set for sigset_t │ │ │ │ - (correct?) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.procmask — Examining or changing blocked signals │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.procmask │ │ │ │ │ ***** Values ***** │ │ │ │ │ + sigset_addr │ │ │ │ │ + The address of the signal set (sigset_t) to be implemented │ │ │ │ │ how │ │ │ │ │ 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. │ │ │ │ │ - sigset_addr │ │ │ │ │ - The address of the signal set (sigset_t) to be implemented │ │ │ │ │ + sigset │ │ │ │ │ + The actual value to be set for sigset_t (correct?) │ │ │ │ │ oldsigset_addr │ │ │ │ │ The old address of the signal set (sigset_t) │ │ │ │ │ name │ │ │ │ │ Name of the probe point │ │ │ │ │ - sigset │ │ │ │ │ - The actual value to be set for sigset_t (correct?) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.pending.return Home  probe::signal.procmask.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-send-return.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::signal.send.return

Name

probe::signal.send.return — │ │ │ │ Signal being sent to a process completed (deprecated in SystemTap 2.1) │ │ │ │ -

Synopsis

signal.send.return 

Values

send2queue

│ │ │ │ - Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │ +

Synopsis

signal.send.return 

Values

retstr

│ │ │ │ + The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue │ │ │ │

shared

│ │ │ │ Indicates whether the sent signal is shared by the thread group. │ │ │ │

name

│ │ │ │ The name of the function used to send out the signal │ │ │ │ -

retstr

│ │ │ │ - The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue │ │ │ │ +

send2queue

│ │ │ │ + Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │

Context

│ │ │ │ The signal's sender. (correct?) │ │ │ │

Description

│ │ │ │ Possible __group_send_sig_info and │ │ │ │ specific_send_sig_info return values are as follows; │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,23 +3,23 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.send.return — Signal being sent to a process completed │ │ │ │ │ (deprecated in SystemTap 2.1) │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.send.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - send2queue │ │ │ │ │ - Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │ │ + retstr │ │ │ │ │ + The return value to either __group_send_sig_info, specific_send_sig_info, │ │ │ │ │ + or send_sigqueue │ │ │ │ │ shared │ │ │ │ │ Indicates whether the sent signal is shared by the thread group. │ │ │ │ │ name │ │ │ │ │ The name of the function used to send out the signal │ │ │ │ │ - retstr │ │ │ │ │ - The return value to either __group_send_sig_info, specific_send_sig_info, │ │ │ │ │ - or send_sigqueue │ │ │ │ │ + send2queue │ │ │ │ │ + Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │ │ ***** Context ***** │ │ │ │ │ The signal's sender. (correct?) │ │ │ │ │ ***** Description ***** │ │ │ │ │ Possible __group_send_sig_info and specific_send_sig_info return values are as │ │ │ │ │ follows; │ │ │ │ │ 0 -- The signal is successfully sent to a process, which means that, (1) the │ │ │ │ │ signal was ignored by the receiving process, (2) this is a non-RT signal and │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-send-sig-queue.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::signal.send_sig_queue

Name

probe::signal.send_sig_queue — │ │ │ │ Queuing a signal to a process │ │ │ │

Synopsis

signal.send_sig_queue 

Values

sig_pid

│ │ │ │ The PID of the process to which the signal is queued │ │ │ │

sigqueue_addr

│ │ │ │ The address of the signal queue │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │

sig

│ │ │ │ The queued signal │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │

pid_name

│ │ │ │ Name of the process to which the signal is queued │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -6,18 +6,18 @@ │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.send_sig_queue │ │ │ │ │ ***** Values ***** │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the process to which the signal is queued │ │ │ │ │ sigqueue_addr │ │ │ │ │ The address of the signal queue │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ sig │ │ │ │ │ The queued signal │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ pid_name │ │ │ │ │ Name of the process to which the signal is queued │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.send.return Home  probe::signal.send_sig_queue.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-send.html │ │ │ │ @@ -1,26 +1,26 @@ │ │ │ │ probe::signal.send

Name

probe::signal.send — │ │ │ │ Signal being sent to a process │ │ │ │ -

Synopsis

signal.send 

Values

sig

│ │ │ │ - The number of the signal │ │ │ │ -

si_code

│ │ │ │ - Indicates the signal type │ │ │ │ -

pid_name

│ │ │ │ - The name of the signal recipient │ │ │ │ -

sig_name

│ │ │ │ - A string representation of the signal │ │ │ │ -

send2queue

│ │ │ │ - Indicates whether the signal is sent to an existing │ │ │ │ - sigqueue (deprecated in SystemTap 2.1) │ │ │ │ -

sig_pid

│ │ │ │ +

Synopsis

signal.send 

Values

sig_pid

│ │ │ │ The PID of the process receiving the signal │ │ │ │

name

│ │ │ │ The name of the function used to send out the signal │ │ │ │ +

send2queue

│ │ │ │ + Indicates whether the signal is sent to an existing │ │ │ │ + sigqueue (deprecated in SystemTap 2.1) │ │ │ │ +

si_code

│ │ │ │ + Indicates the signal type │ │ │ │ +

sig

│ │ │ │ + The number of the signal │ │ │ │

sinfo

│ │ │ │ The address of siginfo struct │ │ │ │

task

│ │ │ │ A task handle to the signal recipient │ │ │ │

shared

│ │ │ │ Indicates whether the signal is shared by the thread group │ │ │ │ +

sig_name

│ │ │ │ + A string representation of the signal │ │ │ │ +

pid_name

│ │ │ │ + The name of the signal recipient │ │ │ │

Context

│ │ │ │ The signal's sender. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,33 +2,33 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.send — Signal being sent to a process │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.send │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sig │ │ │ │ │ - The number of the signal │ │ │ │ │ - si_code │ │ │ │ │ - Indicates the signal type │ │ │ │ │ - pid_name │ │ │ │ │ - The name of the signal recipient │ │ │ │ │ - sig_name │ │ │ │ │ - A string representation of the signal │ │ │ │ │ - send2queue │ │ │ │ │ - Indicates whether the signal is sent to an existing sigqueue (deprecated │ │ │ │ │ - in SystemTap 2.1) │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the process receiving the signal │ │ │ │ │ name │ │ │ │ │ The name of the function used to send out the signal │ │ │ │ │ + send2queue │ │ │ │ │ + Indicates whether the signal is sent to an existing sigqueue (deprecated │ │ │ │ │ + in SystemTap 2.1) │ │ │ │ │ + si_code │ │ │ │ │ + Indicates the signal type │ │ │ │ │ + sig │ │ │ │ │ + The number of the signal │ │ │ │ │ sinfo │ │ │ │ │ The address of siginfo struct │ │ │ │ │ task │ │ │ │ │ A task handle to the signal recipient │ │ │ │ │ shared │ │ │ │ │ Indicates whether the signal is shared by the thread group │ │ │ │ │ + sig_name │ │ │ │ │ + A string representation of the signal │ │ │ │ │ + pid_name │ │ │ │ │ + The name of the signal recipient │ │ │ │ │ ***** Context ***** │ │ │ │ │ The signal's sender. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.procmask.return Home  probe::signal.send.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-sys-tgkill-return.html │ │ │ │ @@ -1,7 +1,7 @@ │ │ │ │ probe::signal.sys_tgkill.return

Name

probe::signal.sys_tgkill.return — │ │ │ │ Sending kill signal to a thread group completed │ │ │ │ -

Synopsis

signal.sys_tgkill.return 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ -

retstr

│ │ │ │ +

Synopsis

signal.sys_tgkill.return 

Values

retstr

│ │ │ │ The return value to either __group_send_sig_info, │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,14 +3,14 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.sys_tgkill.return — Sending kill signal to a thread group │ │ │ │ │ completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.sys_tgkill.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ retstr │ │ │ │ │ The return value to either __group_send_sig_info, │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.sys_tgkill Home  probe::signal.sys_tkill │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-sys-tgkill.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::signal.sys_tgkill

Name

probe::signal.sys_tgkill — │ │ │ │ Sending kill signal to a thread group │ │ │ │ -

Synopsis

signal.sys_tgkill 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ -

task

│ │ │ │ - A task handle to the signal recipient │ │ │ │ -

tgid

│ │ │ │ +

Synopsis

signal.sys_tgkill 

Values

tgid

│ │ │ │ The thread group ID of the thread receiving the kill signal │ │ │ │

sig_pid

│ │ │ │ The PID of the thread receiving the kill signal │ │ │ │ +

sig

│ │ │ │ + The specific kill signal sent to the process │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

pid_name

│ │ │ │ The name of the signal recipient │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │ -

sig

│ │ │ │ - The specific kill signal sent to the process │ │ │ │ +

task

│ │ │ │ + A task handle to the signal recipient │ │ │ │

Description

│ │ │ │ The tgkill call is similar to tkill, │ │ │ │ except that it also allows the caller to specify the thread group ID of │ │ │ │ the thread to be signalled. This protects against TID reuse. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.sys_tgkill — Sending kill signal to a thread group │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.sys_tgkill │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ - task │ │ │ │ │ - A task handle to the signal recipient │ │ │ │ │ tgid │ │ │ │ │ The thread group ID of the thread receiving the kill signal │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the thread receiving the kill signal │ │ │ │ │ + sig │ │ │ │ │ + The specific kill signal sent to the process │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ pid_name │ │ │ │ │ The name of the signal recipient │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ - sig │ │ │ │ │ - The specific kill signal sent to the process │ │ │ │ │ + task │ │ │ │ │ + A task handle to the signal recipient │ │ │ │ │ ***** Description ***** │ │ │ │ │ The tgkill call is similar to tkill, except that it also allows the caller to │ │ │ │ │ specify the thread group ID of the thread to be signalled. This protects │ │ │ │ │ against TID reuse. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.send_sig_queue.return Home  probe::signal.sys_tgkill.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-sys-tkill.html │ │ │ │ @@ -1,20 +1,20 @@ │ │ │ │ probe::signal.sys_tkill

Name

probe::signal.sys_tkill — │ │ │ │ Sending a kill signal to a thread │ │ │ │ -

Synopsis

signal.sys_tkill 

Values

task

│ │ │ │ - A task handle to the signal recipient │ │ │ │ +

Synopsis

signal.sys_tkill 

Values

sig_pid

│ │ │ │ + The PID of the process receiving the kill signal │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ -

sig_pid

│ │ │ │ - The PID of the process receiving the kill signal │ │ │ │ +

sig

│ │ │ │ + The specific signal sent to the process │ │ │ │ +

task

│ │ │ │ + A task handle to the signal recipient │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │

pid_name

│ │ │ │ The name of the signal recipient │ │ │ │ -

sig

│ │ │ │ - The specific signal sent to the process │ │ │ │

Description

│ │ │ │ The tkill call is analogous to kill(2), │ │ │ │ except that it also allows a process within a specific thread group to │ │ │ │ be targeted. Such processes are targeted through their unique │ │ │ │ thread IDs (TID). │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 17. Signal Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::signal.sys_tkill — Sending a kill signal to a thread │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.sys_tkill │ │ │ │ │ ***** Values ***** │ │ │ │ │ - task │ │ │ │ │ - A task handle to the signal recipient │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the process receiving the kill signal │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ + sig │ │ │ │ │ + The specific signal sent to the process │ │ │ │ │ + task │ │ │ │ │ + A task handle to the signal recipient │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ pid_name │ │ │ │ │ The name of the signal recipient │ │ │ │ │ - sig │ │ │ │ │ - The specific signal sent to the process │ │ │ │ │ ***** Description ***** │ │ │ │ │ The tkill call is analogous to kill(2), except that it also allows a process │ │ │ │ │ within a specific thread group to be targeted. Such processes are targeted │ │ │ │ │ through their unique thread IDs (TID). │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.sys_tgkill.return Home  probe::signal.syskill │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-syskill.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::signal.syskill

Name

probe::signal.syskill — │ │ │ │ Sending kill signal to a process │ │ │ │

Synopsis

signal.syskill 

Values

pid_name

│ │ │ │ The name of the signal recipient │ │ │ │

sig_name

│ │ │ │ A string representation of the signal │ │ │ │ -

sig

│ │ │ │ - The specific signal sent to the process │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │

task

│ │ │ │ A task handle to the signal recipient │ │ │ │

sig_pid

│ │ │ │ The PID of the process receiving the signal │ │ │ │ +

sig

│ │ │ │ + The specific signal sent to the process │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -6,18 +6,18 @@ │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.syskill │ │ │ │ │ ***** Values ***** │ │ │ │ │ pid_name │ │ │ │ │ The name of the signal recipient │ │ │ │ │ sig_name │ │ │ │ │ A string representation of the signal │ │ │ │ │ - sig │ │ │ │ │ - The specific signal sent to the process │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ task │ │ │ │ │ A task handle to the signal recipient │ │ │ │ │ sig_pid │ │ │ │ │ The PID of the process receiving the signal │ │ │ │ │ + sig │ │ │ │ │ + The specific signal sent to the process │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.sys_tkill Home  probe::signal.syskill.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-wakeup.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::signal.wakeup

Name

probe::signal.wakeup — │ │ │ │ Sleeping process being wakened for signal │ │ │ │

Synopsis

signal.wakeup 

Values

resume

│ │ │ │ Indicates whether to wake up a task in a │ │ │ │ STOPPED or TRACED state │ │ │ │

pid_name

│ │ │ │ Name of the process to wake │ │ │ │ -

sig_pid

│ │ │ │ - The PID of the process to wake │ │ │ │

state_mask

│ │ │ │ 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

│ │ │ │ + The PID of the process to wake │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -6,16 +6,16 @@ │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ signal.wakeup │ │ │ │ │ ***** Values ***** │ │ │ │ │ resume │ │ │ │ │ Indicates whether to wake up a task in a STOPPED or TRACED state │ │ │ │ │ pid_name │ │ │ │ │ Name of the process to wake │ │ │ │ │ - sig_pid │ │ │ │ │ - The PID of the process to wake │ │ │ │ │ state_mask │ │ │ │ │ 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 │ │ │ │ │ + The PID of the process to wake │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::signal.systkill.return Home  Chapter 18. Errno Tapset │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-aio-read-return.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.aio_read.return

Name

probe::socket.aio_read.return — │ │ │ │ Conclusion of message received via sock_aio_read │ │ │ │

Synopsis

socket.aio_read.return 

Values

flags

│ │ │ │ Socket flags value │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │

success

│ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of receiving a message on a socket │ │ │ │ via the sock_aio_read function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -5,28 +5,28 @@ │ │ │ │ │ probe::socket.aio_read.return — Conclusion of message received via │ │ │ │ │ sock_aio_read │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.aio_read.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ success │ │ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of receiving a message on a socket via the │ │ │ │ │ sock_aio_read function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-aio-read.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.aio_read

Name

probe::socket.aio_read — │ │ │ │ Receiving message via sock_aio_read │ │ │ │ -

Synopsis

socket.aio_read 

Values

size

│ │ │ │ +

Synopsis

socket.aio_read 

Values

name

│ │ │ │ + Name of this probe │ │ │ │ +

size

│ │ │ │ Message size in bytes │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of receiving a message on a socket │ │ │ │ via the sock_aio_read function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.aio_read — Receiving message via sock_aio_read │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.aio_read │ │ │ │ │ ***** Values ***** │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Message size in bytes │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of receiving a message on a socket via the sock_aio_read │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-aio-write-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.aio_write.return

Name

probe::socket.aio_write.return — │ │ │ │ Conclusion of message send via sock_aio_write │ │ │ │ -

Synopsis

socket.aio_write.return 

Values

family

│ │ │ │ - Protocol family value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

state

│ │ │ │ +

Synopsis

socket.aio_write.return 

Values

state

│ │ │ │ Socket state value │ │ │ │ -

success

│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │ +

success

│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of sending a message on a socket │ │ │ │ via the sock_aio_write function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,30 +2,30 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.aio_write.return — Conclusion of message send via sock_aio_write │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.aio_write.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ - success │ │ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ + success │ │ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of sending a message on a socket via the sock_aio_write │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-aio-write.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.aio_write

Name

probe::socket.aio_write — │ │ │ │ Message send via sock_aio_write │ │ │ │ -

Synopsis

socket.aio_write 

Values

flags

│ │ │ │ +

Synopsis

socket.aio_write 

Values

state

│ │ │ │ + Socket state value │ │ │ │ +

flags

│ │ │ │ Socket flags value │ │ │ │

size

│ │ │ │ Message size in bytes │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of sending a message on a socket │ │ │ │ via the sock_aio_write function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.aio_write — Message send via sock_aio_write │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.aio_write │ │ │ │ │ ***** Values ***** │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ size │ │ │ │ │ Message size in bytes │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of sending a message on a socket via the sock_aio_write │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-close.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::socket.close

Name

probe::socket.close — │ │ │ │ Close a socket │ │ │ │ -

Synopsis

socket.close 

Values

flags

│ │ │ │ - Socket flags value │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │ +

Synopsis

socket.close 

Values

family

│ │ │ │ + Protocol family value │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

state

│ │ │ │ Socket state value │ │ │ │

Context

│ │ │ │ The requester (user process or kernel) │ │ │ │

Description

│ │ │ │ Fires at the beginning of closing a socket. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.close — Close a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.close │ │ │ │ │ ***** Values ***** │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The requester (user process or kernel) │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of closing a socket. │ │ │ │ │ =============================================================================== │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-create-return.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::socket.create.return

Name

probe::socket.create.return — │ │ │ │ Return from Creation of a socket │ │ │ │ -

Synopsis

socket.create.return 

Values

protocol

│ │ │ │ - Protocol value │ │ │ │ -

err

│ │ │ │ +

Synopsis

socket.create.return 

Values

err

│ │ │ │ Error code if success == 0 │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ -

success

│ │ │ │ - Was socket creation successful? (1 = yes, 0 = no) │ │ │ │

requester

│ │ │ │ Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │ +

success

│ │ │ │ + Was socket creation successful? (1 = yes, 0 = no) │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │

Context

│ │ │ │ The requester (user process or kernel) │ │ │ │

Description

│ │ │ │ Fires at the conclusion of creating a socket. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.create.return — Return from Creation of a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.create.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ err │ │ │ │ │ Error code if success == 0 │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ - success │ │ │ │ │ - Was socket creation successful? (1 = yes, 0 = no) │ │ │ │ │ requester │ │ │ │ │ Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │ │ + success │ │ │ │ │ + Was socket creation successful? (1 = yes, 0 = no) │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The requester (user process or kernel) │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of creating a socket. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::socket.create Home  probe::socket.read_iter │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-create.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::socket.create

Name

probe::socket.create — │ │ │ │ Creation of a socket │ │ │ │

Synopsis

socket.create 

Values

family

│ │ │ │ Protocol family value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

requester

│ │ │ │ Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

Context

│ │ │ │ The requester (see requester variable) │ │ │ │

Description

│ │ │ │ Fires at the beginning of creating a socket. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,22 +4,22 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.create — Creation of a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ requester │ │ │ │ │ Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ ***** Context ***** │ │ │ │ │ The requester (see requester variable) │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of creating a socket. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::socket.close.return Home  probe::socket.create.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-read-iter-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.read_iter.return

Name

probe::socket.read_iter.return — │ │ │ │ Conclusion of message received via sock_read_iter │ │ │ │ -

Synopsis

socket.read_iter.return 

Values

family

│ │ │ │ - Protocol family value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

type

│ │ │ │ +

Synopsis

socket.read_iter.return 

Values

type

│ │ │ │ Socket type value │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │

success

│ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of receiving a message on a socket │ │ │ │ via the sock_read_iter function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,30 +3,30 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.read_iter.return — Conclusion of message received via │ │ │ │ │ sock_read_iter │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.read_iter.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ success │ │ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of receiving a message on a socket via the │ │ │ │ │ sock_read_iter function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-read-iter.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.read_iter

Name

probe::socket.read_iter — │ │ │ │ Receiving message via sock_read_iter │ │ │ │ -

Synopsis

socket.read_iter 

Values

state

│ │ │ │ - Socket state value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ +

Synopsis

socket.read_iter 

Values

family

│ │ │ │ + Protocol family value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Message size in bytes │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of receiving a message on a socket │ │ │ │ via the sock_read_iter function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.read_iter — Receiving message via sock_read_iter │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.read_iter │ │ │ │ │ ***** Values ***** │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Message size in bytes │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of receiving a message on a socket via the │ │ │ │ │ sock_read_iter function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-readv-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.readv.return

Name

probe::socket.readv.return — │ │ │ │ Conclusion of receiving a message via sock_readv │ │ │ │ -

Synopsis

socket.readv.return 

Values

success

│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │ +

Synopsis

socket.readv.return 

Values

size

│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ +

success

│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ -

size

│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of receiving a message on a socket │ │ │ │ via the sock_readv function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,30 +2,30 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.readv.return — Conclusion of receiving a message via sock_readv │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.readv.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - success │ │ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ + size │ │ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ + success │ │ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ - size │ │ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of receiving a message on a socket via the sock_readv │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-readv.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::socket.readv

Name

probe::socket.readv — │ │ │ │ Receiving a message via sock_readv │ │ │ │ -

Synopsis

socket.readv 

Values

protocol

│ │ │ │ - Protocol value │ │ │ │ +

Synopsis

socket.readv 

Values

state

│ │ │ │ + Socket state value │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │ -

size

│ │ │ │ - Message size in bytes │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ +

size

│ │ │ │ + Message size in bytes │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of receiving a message on a socket │ │ │ │ via the sock_readv function │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.readv — Receiving a message via sock_readv │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.readv │ │ │ │ │ ***** Values ***** │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ - size │ │ │ │ │ - Message size in bytes │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ + size │ │ │ │ │ + Message size in bytes │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of receiving a message on a socket via the sock_readv │ │ │ │ │ function │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-receive.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::socket.receive

Name

probe::socket.receive — │ │ │ │ Message received on a socket. │ │ │ │ -

Synopsis

socket.receive 

Values

success

│ │ │ │ +

Synopsis

socket.receive 

Values

family

│ │ │ │ + Protocol family value │ │ │ │ +

success

│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

Context

│ │ │ │ The message receiver │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.receive — Message received on a socket. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.receive │ │ │ │ │ ***** Values ***** │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ success │ │ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::socket.readv.return Home  probe::socket.recvmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-recvmsg-return.html │ │ │ │ @@ -1,23 +1,23 @@ │ │ │ │ probe::socket.recvmsg.return

Name

probe::socket.recvmsg.return — │ │ │ │ Return from Message being received on socket │ │ │ │ -

Synopsis

socket.recvmsg.return 

Values

state

│ │ │ │ - Socket state value │ │ │ │ +

Synopsis

socket.recvmsg.return 

Values

family

│ │ │ │ + Protocol family value │ │ │ │

success

│ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of receiving a message on a socket │ │ │ │ via the sock_recvmsg function. │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.recvmsg.return — Return from Message being received on socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.recvmsg.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ - success │ │ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ + success │ │ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of receiving a message on a socket via the sock_recvmsg │ │ │ │ │ function. │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-recvmsg.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.recvmsg

Name

probe::socket.recvmsg — │ │ │ │ Message being received on socket │ │ │ │ -

Synopsis

socket.recvmsg 

Values

flags

│ │ │ │ - Socket flags value │ │ │ │ +

Synopsis

socket.recvmsg 

Values

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Message size in bytes │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the beginning of receiving a message on a socket │ │ │ │ via the sock_recvmsg function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.recvmsg — Message being received on socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.recvmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Message size in bytes │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of receiving a message on a socket via the sock_recvmsg │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-send.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::socket.send

Name

probe::socket.send — │ │ │ │ Message sent on a socket. │ │ │ │ -

Synopsis

socket.send 

Values

size

│ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ +

Synopsis

socket.send 

Values

state

│ │ │ │ + Socket state value │ │ │ │

flags

│ │ │ │ Socket flags value │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ +

size

│ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │

success

│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.send — Message sent on a socket. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.send │ │ │ │ │ ***** Values ***** │ │ │ │ │ - size │ │ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ + size │ │ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ success │ │ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::socket.recvmsg.return Home  probe::socket.sendmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-sendmsg-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.sendmsg.return

Name

probe::socket.sendmsg.return — │ │ │ │ Return from socket.sendmsg. │ │ │ │ -

Synopsis

socket.sendmsg.return 

Values

state

│ │ │ │ +

Synopsis

socket.sendmsg.return 

Values

size

│ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │ +

state

│ │ │ │ Socket state value │ │ │ │

success

│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ -

size

│ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │

Context

│ │ │ │ The message sender. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of sending a message on a socket │ │ │ │ via the sock_sendmsg function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,30 +2,30 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.sendmsg.return — Return from socket.sendmsg. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.sendmsg.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ + size │ │ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ success │ │ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - size │ │ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of sending a message on a socket via the sock_sendmsg │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-sendmsg.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.sendmsg

Name

probe::socket.sendmsg — │ │ │ │ Message is currently being sent on a socket. │ │ │ │ -

Synopsis

socket.sendmsg 

Values

size

│ │ │ │ - Message size in bytes │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ -

protocol

│ │ │ │ +

Synopsis

socket.sendmsg 

Values

protocol

│ │ │ │ Protocol value │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

state

│ │ │ │ Socket state value │ │ │ │ +

size

│ │ │ │ + Message size in bytes │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of sending a message on a socket │ │ │ │ via the sock_sendmsg function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.sendmsg — Message is currently being sent on a socket. │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.sendmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ - size │ │ │ │ │ - Message size in bytes │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ + size │ │ │ │ │ + Message size in bytes │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of sending a message on a socket via the sock_sendmsg │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-write-iter-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.write_iter.return

Name

probe::socket.write_iter.return — │ │ │ │ Conclusion of message send via sock_write_iter │ │ │ │ -

Synopsis

socket.write_iter.return 

Values

state

│ │ │ │ +

Synopsis

socket.write_iter.return 

Values

flags

│ │ │ │ + Socket flags value │ │ │ │ +

state

│ │ │ │ Socket state value │ │ │ │ -

success

│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

protocol

│ │ │ │ - Protocol value │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │

size

│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │ +

success

│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ +

family

│ │ │ │ + Protocol family value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of sending a message on a socket │ │ │ │ via the sock_write_iter function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,30 +3,30 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.write_iter.return — Conclusion of message send via │ │ │ │ │ sock_write_iter │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.write_iter.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ - success │ │ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ size │ │ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ + success │ │ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of sending a message on a socket via the │ │ │ │ │ sock_write_iter function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-write-iter.html │ │ │ │ @@ -1,22 +1,22 @@ │ │ │ │ probe::socket.write_iter

Name

probe::socket.write_iter — │ │ │ │ Message send via sock_write_iter │ │ │ │ -

Synopsis

socket.write_iter 

Values

flags

│ │ │ │ +

Synopsis

socket.write_iter 

Values

state

│ │ │ │ + Socket state value │ │ │ │ +

flags

│ │ │ │ Socket flags value │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

size

│ │ │ │ Message size in bytes │ │ │ │ +

type

│ │ │ │ + Socket type value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ -

type

│ │ │ │ - Socket type value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of sending a message on a socket │ │ │ │ via the sock_write_iter function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.write_iter — Message send via sock_write_iter │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.write_iter │ │ │ │ │ ***** Values ***** │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ flags │ │ │ │ │ Socket flags value │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ size │ │ │ │ │ Message size in bytes │ │ │ │ │ + type │ │ │ │ │ + Socket type value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ - type │ │ │ │ │ - Socket type value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of sending a message on a socket via the sock_write_iter │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-writev-return.html │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │ probe::socket.writev.return

Name

probe::socket.writev.return — │ │ │ │ Conclusion of message sent via socket_writev │ │ │ │ -

Synopsis

socket.writev.return 

Values

protocol

│ │ │ │ - Protocol value │ │ │ │ -

flags

│ │ │ │ - Socket flags value │ │ │ │ -

size

│ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ -

state

│ │ │ │ - Socket state value │ │ │ │ -

success

│ │ │ │ +

Synopsis

socket.writev.return 

Values

success

│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │

family

│ │ │ │ Protocol family value │ │ │ │ +

protocol

│ │ │ │ + Protocol value │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ +

size

│ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │ +

state

│ │ │ │ + Socket state value │ │ │ │

Context

│ │ │ │ The message receiver. │ │ │ │

Description

│ │ │ │ Fires at the conclusion of sending a message on a socket │ │ │ │ via the sock_writev function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,30 +2,30 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.writev.return — Conclusion of message sent via socket_writev │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.writev.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - protocol │ │ │ │ │ - Protocol value │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ - size │ │ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ - state │ │ │ │ │ - Socket state value │ │ │ │ │ success │ │ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ │ family │ │ │ │ │ Protocol family value │ │ │ │ │ + protocol │ │ │ │ │ + Protocol value │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ + size │ │ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ + state │ │ │ │ │ + Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message receiver. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the conclusion of sending a message on a socket via the sock_writev │ │ │ │ │ function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-writev.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::socket.writev

Name

probe::socket.writev — │ │ │ │ Message sent via socket_writev │ │ │ │ -

Synopsis

socket.writev 

Values

flags

│ │ │ │ - Socket flags value │ │ │ │ -

size

│ │ │ │ - Message size in bytes │ │ │ │ +

Synopsis

socket.writev 

Values

family

│ │ │ │ + Protocol family value │ │ │ │

protocol

│ │ │ │ Protocol value │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

type

│ │ │ │ Socket type value │ │ │ │ -

family

│ │ │ │ - Protocol family value │ │ │ │ +

size

│ │ │ │ + Message size in bytes │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

flags

│ │ │ │ + Socket flags value │ │ │ │

state

│ │ │ │ Socket state value │ │ │ │

Context

│ │ │ │ The message sender │ │ │ │

Description

│ │ │ │ Fires at the beginning of sending a message on a socket │ │ │ │ via the sock_writev function │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 14. Socket Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::socket.writev — Message sent via socket_writev │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ socket.writev │ │ │ │ │ ***** Values ***** │ │ │ │ │ - flags │ │ │ │ │ - Socket flags value │ │ │ │ │ - size │ │ │ │ │ - Message size in bytes │ │ │ │ │ + family │ │ │ │ │ + Protocol family value │ │ │ │ │ protocol │ │ │ │ │ Protocol value │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ type │ │ │ │ │ Socket type value │ │ │ │ │ - family │ │ │ │ │ - Protocol family value │ │ │ │ │ + size │ │ │ │ │ + Message size in bytes │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + flags │ │ │ │ │ + Socket flags value │ │ │ │ │ state │ │ │ │ │ Socket state value │ │ │ │ │ ***** Context ***** │ │ │ │ │ The message sender │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires at the beginning of sending a message on a socket via the sock_writev │ │ │ │ │ function │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-softirq-entry.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::softirq.entry

Name

probe::softirq.entry — │ │ │ │ Execution of handler for a pending softirq starting │ │ │ │ -

Synopsis

softirq.entry 

Values

vec_nr

│ │ │ │ - softirq vector number │ │ │ │ -

action

│ │ │ │ - pointer to softirq handler just about to execute │ │ │ │ -

h

│ │ │ │ +

Synopsis

softirq.entry 

Values

h

│ │ │ │ struct softirq_action* for current pending softirq │ │ │ │ +

vec_nr

│ │ │ │ + softirq vector number │ │ │ │

vec

│ │ │ │ softirq_action vector │ │ │ │ +

action

│ │ │ │ + pointer to softirq handler just about to execute │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::softirq.entry — Execution of handler for a pending softirq starting │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ softirq.entry │ │ │ │ │ ***** Values ***** │ │ │ │ │ - vec_nr │ │ │ │ │ - softirq vector number │ │ │ │ │ - action │ │ │ │ │ - pointer to softirq handler just about to execute │ │ │ │ │ h │ │ │ │ │ struct softirq_action* for current pending softirq │ │ │ │ │ + vec_nr │ │ │ │ │ + softirq vector number │ │ │ │ │ vec │ │ │ │ │ softirq_action vector │ │ │ │ │ + action │ │ │ │ │ + pointer to softirq handler just about to execute │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::irq_handler.exit Home  probe::softirq.exit │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-softirq-exit.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::softirq.exit

Name

probe::softirq.exit — │ │ │ │ Execution of handler for a pending softirq completed │ │ │ │ -

Synopsis

softirq.exit 

Values

vec

│ │ │ │ - softirq_action vector │ │ │ │ -

h

│ │ │ │ - struct softirq_action* for just executed softirq │ │ │ │ -

action

│ │ │ │ +

Synopsis

softirq.exit 

Values

action

│ │ │ │ pointer to softirq handler that just finished execution │ │ │ │ +

vec

│ │ │ │ + softirq_action vector │ │ │ │

vec_nr

│ │ │ │ softirq vector number │ │ │ │ +

h

│ │ │ │ + struct softirq_action* for just executed softirq │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::softirq.exit — Execution of handler for a pending softirq completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ softirq.exit │ │ │ │ │ ***** Values ***** │ │ │ │ │ - vec │ │ │ │ │ - softirq_action vector │ │ │ │ │ - h │ │ │ │ │ - struct softirq_action* for just executed softirq │ │ │ │ │ action │ │ │ │ │ pointer to softirq handler that just finished execution │ │ │ │ │ + vec │ │ │ │ │ + softirq_action vector │ │ │ │ │ vec_nr │ │ │ │ │ softirq vector number │ │ │ │ │ + h │ │ │ │ │ + struct softirq_action* for just executed softirq │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::softirq.entry Home  probe::workqueue.create │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-stap-cache-add-src.html │ │ │ │ @@ -1,10 +1,10 @@ │ │ │ │ probe::stap.cache_add_src

Name

probe::stap.cache_add_src — │ │ │ │ Adding C code translation to cache │ │ │ │ -

Synopsis

stap.cache_add_src 

Values

source_path

│ │ │ │ - the path the .c file is coming from (incl filename) │ │ │ │ -

dest_path

│ │ │ │ +

Synopsis

stap.cache_add_src 

Values

dest_path

│ │ │ │ the path the .c file is going to (incl filename) │ │ │ │ +

source_path

│ │ │ │ + the path the .c file is coming from (incl filename) │ │ │ │

Description

│ │ │ │ Fires just before the file is actually moved. Note: if moving the │ │ │ │ kernel module fails, this probe will not fire. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,17 +2,17 @@ │ │ │ │ │ Prev Chapter 30. SystemTap Translator Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::stap.cache_add_src — Adding C code translation to cache │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ stap.cache_add_src │ │ │ │ │ ***** Values ***** │ │ │ │ │ - source_path │ │ │ │ │ - the path the .c file is coming from (incl filename) │ │ │ │ │ dest_path │ │ │ │ │ the path the .c file is going to (incl filename) │ │ │ │ │ + source_path │ │ │ │ │ + the path the .c file is coming from (incl filename) │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires just before the file is actually moved. Note: if moving the kernel module │ │ │ │ │ fails, this probe will not fire. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::stap.cache_add_nss Home  probe::stap.cache_clean │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-stapio-receive-control-message.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::stapio.receive_control_message

Name

probe::stapio.receive_control_message — │ │ │ │ Received a control message │ │ │ │

Synopsis

stapio.receive_control_message 

Values

len

│ │ │ │ the length (in bytes) of the data blob │ │ │ │ -

type

│ │ │ │ - type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ │

data

│ │ │ │ a ptr to a binary blob of data sent as the control message │ │ │ │ +

type

│ │ │ │ + type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ │

Description

│ │ │ │ Fires just after a message was receieved and before it's processed. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,16 +4,16 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::stapio.receive_control_message — Received a control message │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ stapio.receive_control_message │ │ │ │ │ ***** Values ***** │ │ │ │ │ len │ │ │ │ │ the length (in bytes) of the data blob │ │ │ │ │ - type │ │ │ │ │ - type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ │ │ data │ │ │ │ │ a ptr to a binary blob of data sent as the control message │ │ │ │ │ + type │ │ │ │ │ + type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires just after a message was receieved and before it's processed. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::stap.system.spawn Home  probe::staprun.insert_module │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-bind-new-program.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.clnt.bind_new_program

Name

probe::sunrpc.clnt.bind_new_program — │ │ │ │ Bind a new RPC program to an existing client │ │ │ │ -

Synopsis

sunrpc.clnt.bind_new_program 

Values

old_prog

│ │ │ │ - the number of old RPC program │ │ │ │ -

old_vers

│ │ │ │ +

Synopsis

sunrpc.clnt.bind_new_program 

Values

old_vers

│ │ │ │ the version of old RPC program │ │ │ │ -

prog

│ │ │ │ - the number of new RPC program │ │ │ │ -

old_progname

│ │ │ │ - the name of old RPC program │ │ │ │ +

servername

│ │ │ │ + the server machine name │ │ │ │ +

old_prog

│ │ │ │ + the number of old RPC program │ │ │ │

progname

│ │ │ │ the name of new RPC program │ │ │ │ +

old_progname

│ │ │ │ + the name of old RPC program │ │ │ │ +

prog

│ │ │ │ + the number of new RPC program │ │ │ │

vers

│ │ │ │ the version of new RPC program │ │ │ │ -

servername

│ │ │ │ - the server machine name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,24 +3,24 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.bind_new_program — Bind a new RPC program to an existing │ │ │ │ │ client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.bind_new_program │ │ │ │ │ ***** Values ***** │ │ │ │ │ - old_prog │ │ │ │ │ - the number of old RPC program │ │ │ │ │ old_vers │ │ │ │ │ the version of old RPC program │ │ │ │ │ - prog │ │ │ │ │ - the number of new RPC program │ │ │ │ │ - old_progname │ │ │ │ │ - the name of old RPC program │ │ │ │ │ + servername │ │ │ │ │ + the server machine name │ │ │ │ │ + old_prog │ │ │ │ │ + the number of old RPC program │ │ │ │ │ progname │ │ │ │ │ the name of new RPC program │ │ │ │ │ + old_progname │ │ │ │ │ + the name of old RPC program │ │ │ │ │ + prog │ │ │ │ │ + the number of new RPC program │ │ │ │ │ vers │ │ │ │ │ the version of new RPC program │ │ │ │ │ - servername │ │ │ │ │ - the server machine name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::netfilter.ip.pre_routing Home  probe::sunrpc.clnt.call_async │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-call-async.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::sunrpc.clnt.call_async

Name

probe::sunrpc.clnt.call_async — │ │ │ │ Make an asynchronous RPC call │ │ │ │ -

Synopsis

sunrpc.clnt.call_async 

Values

prot

│ │ │ │ - the IP protocol number │ │ │ │ +

Synopsis

sunrpc.clnt.call_async 

Values

dead

│ │ │ │ + whether this client is abandoned │ │ │ │

prog

│ │ │ │ the RPC program number │ │ │ │ +

vers

│ │ │ │ + the RPC program version number │ │ │ │ +

proc

│ │ │ │ + the procedure number in this RPC call │ │ │ │ +

servername

│ │ │ │ + the server machine name │ │ │ │ +

port

│ │ │ │ + the port number │ │ │ │

xid

│ │ │ │ current transmission id │ │ │ │

procname

│ │ │ │ the procedure name in this RPC call │ │ │ │ -

flags

│ │ │ │ - flags │ │ │ │ +

prot

│ │ │ │ + the IP protocol number │ │ │ │

progname

│ │ │ │ the RPC program name │ │ │ │ -

port

│ │ │ │ - the port number │ │ │ │ -

dead

│ │ │ │ - whether this client is abandoned │ │ │ │ -

vers

│ │ │ │ - the RPC program version number │ │ │ │ -

servername

│ │ │ │ - the server machine name │ │ │ │ -

proc

│ │ │ │ - the procedure number in this RPC call │ │ │ │ +

flags

│ │ │ │ + flags │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,32 +2,32 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.call_async — Make an asynchronous RPC call │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.call_async │ │ │ │ │ ***** Values ***** │ │ │ │ │ - prot │ │ │ │ │ - the IP protocol number │ │ │ │ │ + dead │ │ │ │ │ + whether this client is abandoned │ │ │ │ │ prog │ │ │ │ │ the RPC program number │ │ │ │ │ + vers │ │ │ │ │ + the RPC program version number │ │ │ │ │ + proc │ │ │ │ │ + the procedure number in this RPC call │ │ │ │ │ + servername │ │ │ │ │ + the server machine name │ │ │ │ │ + port │ │ │ │ │ + the port number │ │ │ │ │ xid │ │ │ │ │ current transmission id │ │ │ │ │ procname │ │ │ │ │ the procedure name in this RPC call │ │ │ │ │ - flags │ │ │ │ │ - flags │ │ │ │ │ + prot │ │ │ │ │ + the IP protocol number │ │ │ │ │ progname │ │ │ │ │ the RPC program name │ │ │ │ │ - port │ │ │ │ │ - the port number │ │ │ │ │ - dead │ │ │ │ │ - whether this client is abandoned │ │ │ │ │ - vers │ │ │ │ │ - the RPC program version number │ │ │ │ │ - servername │ │ │ │ │ - the server machine name │ │ │ │ │ - proc │ │ │ │ │ - the procedure number in this RPC call │ │ │ │ │ + flags │ │ │ │ │ + flags │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.bind_new_program Home  probe::sunrpc.clnt.call_sync │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-call-sync.html │ │ │ │ @@ -1,25 +1,25 @@ │ │ │ │ probe::sunrpc.clnt.call_sync

Name

probe::sunrpc.clnt.call_sync — │ │ │ │ Make a synchronous RPC call │ │ │ │ -

Synopsis

sunrpc.clnt.call_sync 

Values

procname

│ │ │ │ - the procedure name in this RPC call │ │ │ │ +

Synopsis

sunrpc.clnt.call_sync 

Values

xid

│ │ │ │ + current transmission id │ │ │ │ +

port

│ │ │ │ + the port number │ │ │ │ +

servername

│ │ │ │ + the server machine name │ │ │ │

flags

│ │ │ │ flags │ │ │ │ +

progname

│ │ │ │ + the RPC program name │ │ │ │ +

procname

│ │ │ │ + the procedure name in this RPC call │ │ │ │

prot

│ │ │ │ the IP protocol number │ │ │ │ -

prog

│ │ │ │ - the RPC program number │ │ │ │ -

xid

│ │ │ │ - current transmission id │ │ │ │ -

port

│ │ │ │ - the port number │ │ │ │

dead

│ │ │ │ whether this client is abandoned │ │ │ │ -

vers

│ │ │ │ - the RPC program version number │ │ │ │ -

servername

│ │ │ │ - the server machine name │ │ │ │

proc

│ │ │ │ the procedure number in this RPC call │ │ │ │ -

progname

│ │ │ │ - the RPC program name │ │ │ │ +

vers

│ │ │ │ + the RPC program version number │ │ │ │ +

prog

│ │ │ │ + the RPC program number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,32 +2,32 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.call_sync — Make a synchronous RPC call │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.call_sync │ │ │ │ │ ***** Values ***** │ │ │ │ │ - procname │ │ │ │ │ - the procedure name in this RPC call │ │ │ │ │ - flags │ │ │ │ │ - flags │ │ │ │ │ - prot │ │ │ │ │ - the IP protocol number │ │ │ │ │ - prog │ │ │ │ │ - the RPC program number │ │ │ │ │ xid │ │ │ │ │ current transmission id │ │ │ │ │ port │ │ │ │ │ the port number │ │ │ │ │ - dead │ │ │ │ │ - whether this client is abandoned │ │ │ │ │ - vers │ │ │ │ │ - the RPC program version number │ │ │ │ │ servername │ │ │ │ │ the server machine name │ │ │ │ │ - proc │ │ │ │ │ - the procedure number in this RPC call │ │ │ │ │ + flags │ │ │ │ │ + flags │ │ │ │ │ progname │ │ │ │ │ the RPC program name │ │ │ │ │ + procname │ │ │ │ │ + the procedure name in this RPC call │ │ │ │ │ + prot │ │ │ │ │ + the IP protocol number │ │ │ │ │ + dead │ │ │ │ │ + whether this client is abandoned │ │ │ │ │ + proc │ │ │ │ │ + the procedure number in this RPC call │ │ │ │ │ + vers │ │ │ │ │ + the RPC program version number │ │ │ │ │ + prog │ │ │ │ │ + the RPC program number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.call_async Home  probe::sunrpc.clnt.clone_client │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-clone-client.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.clnt.clone_client

Name

probe::sunrpc.clnt.clone_client — │ │ │ │ Clone an RPC client structure │ │ │ │

Synopsis

sunrpc.clnt.clone_client 

Values

servername

│ │ │ │ the server machine name │ │ │ │ -

authflavor

│ │ │ │ - the authentication flavor │ │ │ │ -

progname

│ │ │ │ - the RPC program name │ │ │ │ -

vers

│ │ │ │ - the RPC program version number │ │ │ │ -

prog

│ │ │ │ - the RPC program number │ │ │ │

port

│ │ │ │ the port number │ │ │ │ +

prog

│ │ │ │ + the RPC program number │ │ │ │

prot

│ │ │ │ the IP protocol number │ │ │ │ +

authflavor

│ │ │ │ + the authentication flavor │ │ │ │ +

vers

│ │ │ │ + the RPC program version number │ │ │ │ +

progname

│ │ │ │ + the RPC program name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,22 +4,22 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.clone_client — Clone an RPC client structure │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.clone_client │ │ │ │ │ ***** Values ***** │ │ │ │ │ servername │ │ │ │ │ the server machine name │ │ │ │ │ - authflavor │ │ │ │ │ - the authentication flavor │ │ │ │ │ - progname │ │ │ │ │ - the RPC program name │ │ │ │ │ - vers │ │ │ │ │ - the RPC program version number │ │ │ │ │ - prog │ │ │ │ │ - the RPC program number │ │ │ │ │ port │ │ │ │ │ the port number │ │ │ │ │ + prog │ │ │ │ │ + the RPC program number │ │ │ │ │ prot │ │ │ │ │ the IP protocol number │ │ │ │ │ + authflavor │ │ │ │ │ + the authentication flavor │ │ │ │ │ + vers │ │ │ │ │ + the RPC program version number │ │ │ │ │ + progname │ │ │ │ │ + the RPC program name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.call_sync Home  probe::sunrpc.clnt.create_client │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-create-client.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.clnt.create_client

Name

probe::sunrpc.clnt.create_client — │ │ │ │ Create an RPC client │ │ │ │ -

Synopsis

sunrpc.clnt.create_client 

Values

authflavor

│ │ │ │ +

Synopsis

sunrpc.clnt.create_client 

Values

prot

│ │ │ │ + the IP protocol number │ │ │ │ +

authflavor

│ │ │ │ the authentication flavor │ │ │ │ -

servername

│ │ │ │ - the server machine name │ │ │ │

vers

│ │ │ │ the RPC program version number │ │ │ │ +

prog

│ │ │ │ + the RPC program number │ │ │ │

progname

│ │ │ │ the RPC program name │ │ │ │ +

servername

│ │ │ │ + the server machine name │ │ │ │

port

│ │ │ │ the port number │ │ │ │ -

prog

│ │ │ │ - the RPC program number │ │ │ │ -

prot

│ │ │ │ - the IP protocol number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.create_client — Create an RPC client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.create_client │ │ │ │ │ ***** Values ***** │ │ │ │ │ + prot │ │ │ │ │ + the IP protocol number │ │ │ │ │ authflavor │ │ │ │ │ the authentication flavor │ │ │ │ │ - servername │ │ │ │ │ - the server machine name │ │ │ │ │ vers │ │ │ │ │ the RPC program version number │ │ │ │ │ + prog │ │ │ │ │ + the RPC program number │ │ │ │ │ progname │ │ │ │ │ the RPC program name │ │ │ │ │ + servername │ │ │ │ │ + the server machine name │ │ │ │ │ port │ │ │ │ │ the port number │ │ │ │ │ - prog │ │ │ │ │ - the RPC program number │ │ │ │ │ - prot │ │ │ │ │ - the IP protocol number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.clone_client Home  probe::sunrpc.clnt.restart_call │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-restart-call.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.clnt.restart_call

Name

probe::sunrpc.clnt.restart_call — │ │ │ │ Restart an asynchronous RPC call │ │ │ │ -

Synopsis

sunrpc.clnt.restart_call 

Values

tk_priority

│ │ │ │ - the task priority │ │ │ │ -

prog

│ │ │ │ - the RPC program number │ │ │ │ -

xid

│ │ │ │ - the transmission id │ │ │ │ -

servername

│ │ │ │ - the server machine name │ │ │ │ -

tk_runstate

│ │ │ │ +

Synopsis

sunrpc.clnt.restart_call 

Values

tk_runstate

│ │ │ │ the task run status │ │ │ │

tk_pid

│ │ │ │ the debugging aid of task │ │ │ │ +

prog

│ │ │ │ + the RPC program number │ │ │ │

tk_flags

│ │ │ │ the task flags │ │ │ │ +

servername

│ │ │ │ + the server machine name │ │ │ │ +

xid

│ │ │ │ + the transmission id │ │ │ │ +

tk_priority

│ │ │ │ + the task priority │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.restart_call — Restart an asynchronous RPC call │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.restart_call │ │ │ │ │ ***** Values ***** │ │ │ │ │ - tk_priority │ │ │ │ │ - the task priority │ │ │ │ │ - prog │ │ │ │ │ - the RPC program number │ │ │ │ │ - xid │ │ │ │ │ - the transmission id │ │ │ │ │ - servername │ │ │ │ │ - the server machine name │ │ │ │ │ tk_runstate │ │ │ │ │ the task run status │ │ │ │ │ tk_pid │ │ │ │ │ the debugging aid of task │ │ │ │ │ + prog │ │ │ │ │ + the RPC program number │ │ │ │ │ tk_flags │ │ │ │ │ the task flags │ │ │ │ │ + servername │ │ │ │ │ + the server machine name │ │ │ │ │ + xid │ │ │ │ │ + the transmission id │ │ │ │ │ + tk_priority │ │ │ │ │ + the task priority │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.create_client Home  probe::sunrpc.clnt.shutdown_client │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-clnt-shutdown-client.html │ │ │ │ @@ -1,39 +1,39 @@ │ │ │ │ probe::sunrpc.clnt.shutdown_client

Name

probe::sunrpc.clnt.shutdown_client — │ │ │ │ Shutdown an RPC client │ │ │ │ -

Synopsis

sunrpc.clnt.shutdown_client 

Values

clones

│ │ │ │ +

Synopsis

sunrpc.clnt.shutdown_client 

Values

prog

│ │ │ │ + the RPC program number │ │ │ │ +

rpccnt

│ │ │ │ + the count of RPC calls │ │ │ │ +

vers

│ │ │ │ + the RPC program version number │ │ │ │ +

clones

│ │ │ │ the number of clones │ │ │ │ -

om_execute

│ │ │ │ - the RPC execution jiffies │ │ │ │ -

port

│ │ │ │ - the port number │ │ │ │ -

om_bytes_sent

│ │ │ │ - the count of bytes out │ │ │ │ +

om_rtt

│ │ │ │ + the RPC RTT jiffies │ │ │ │ +

netreconn

│ │ │ │ + the count of reconnections │ │ │ │ +

om_ops

│ │ │ │ + the count of operations │ │ │ │ +

prot

│ │ │ │ + the IP protocol number │ │ │ │ +

authflavor

│ │ │ │ + the authentication flavor │ │ │ │ +

progname

│ │ │ │ + the RPC program name │ │ │ │

om_ntrans

│ │ │ │ the count of RPC transmissions │ │ │ │ -

vers

│ │ │ │ - the RPC program version number │ │ │ │ +

om_bytes_sent

│ │ │ │ + the count of bytes out │ │ │ │

servername

│ │ │ │ the server machine name │ │ │ │

om_queue

│ │ │ │ the jiffies queued for xmit │ │ │ │ -

progname

│ │ │ │ - the RPC program name │ │ │ │ -

rpccnt

│ │ │ │ - the count of RPC calls │ │ │ │

om_bytes_recv

│ │ │ │ the count of bytes in │ │ │ │ -

om_ops

│ │ │ │ - the count of operations │ │ │ │ -

authflavor

│ │ │ │ - the authentication flavor │ │ │ │ -

prot

│ │ │ │ - the IP protocol number │ │ │ │ +

om_execute

│ │ │ │ + the RPC execution jiffies │ │ │ │

tasks

│ │ │ │ the number of references │ │ │ │ -

prog

│ │ │ │ - the RPC program number │ │ │ │ -

om_rtt

│ │ │ │ - the RPC RTT jiffies │ │ │ │ -

netreconn

│ │ │ │ - the count of reconnections │ │ │ │ +

port

│ │ │ │ + the port number │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,46 +2,46 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.clnt.shutdown_client — Shutdown an RPC client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.clnt.shutdown_client │ │ │ │ │ ***** Values ***** │ │ │ │ │ + prog │ │ │ │ │ + the RPC program number │ │ │ │ │ + rpccnt │ │ │ │ │ + the count of RPC calls │ │ │ │ │ + vers │ │ │ │ │ + the RPC program version number │ │ │ │ │ clones │ │ │ │ │ the number of clones │ │ │ │ │ - om_execute │ │ │ │ │ - the RPC execution jiffies │ │ │ │ │ - port │ │ │ │ │ - the port number │ │ │ │ │ - om_bytes_sent │ │ │ │ │ - the count of bytes out │ │ │ │ │ + om_rtt │ │ │ │ │ + the RPC RTT jiffies │ │ │ │ │ + netreconn │ │ │ │ │ + the count of reconnections │ │ │ │ │ + om_ops │ │ │ │ │ + the count of operations │ │ │ │ │ + prot │ │ │ │ │ + the IP protocol number │ │ │ │ │ + authflavor │ │ │ │ │ + the authentication flavor │ │ │ │ │ + progname │ │ │ │ │ + the RPC program name │ │ │ │ │ om_ntrans │ │ │ │ │ the count of RPC transmissions │ │ │ │ │ - vers │ │ │ │ │ - the RPC program version number │ │ │ │ │ + om_bytes_sent │ │ │ │ │ + the count of bytes out │ │ │ │ │ servername │ │ │ │ │ the server machine name │ │ │ │ │ om_queue │ │ │ │ │ the jiffies queued for xmit │ │ │ │ │ - progname │ │ │ │ │ - the RPC program name │ │ │ │ │ - rpccnt │ │ │ │ │ - the count of RPC calls │ │ │ │ │ om_bytes_recv │ │ │ │ │ the count of bytes in │ │ │ │ │ - om_ops │ │ │ │ │ - the count of operations │ │ │ │ │ - authflavor │ │ │ │ │ - the authentication flavor │ │ │ │ │ - prot │ │ │ │ │ - the IP protocol number │ │ │ │ │ + om_execute │ │ │ │ │ + the RPC execution jiffies │ │ │ │ │ tasks │ │ │ │ │ the number of references │ │ │ │ │ - prog │ │ │ │ │ - the RPC program number │ │ │ │ │ - om_rtt │ │ │ │ │ - the RPC RTT jiffies │ │ │ │ │ - netreconn │ │ │ │ │ - the count of reconnections │ │ │ │ │ + port │ │ │ │ │ + the port number │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.restart_call Home  probe::sunrpc.sched.delay │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-sched-delay.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ Delay an RPC task │ │ │ │

Synopsis

sunrpc.sched.delay 

Values

tk_pid

│ │ │ │ the debugging id of the task │ │ │ │

vers

│ │ │ │ the program version in the RPC call │ │ │ │

tk_flags

│ │ │ │ the flags of the task │ │ │ │ +

prog

│ │ │ │ + the program number in the RPC call │ │ │ │ +

xid

│ │ │ │ + the transmission id in the RPC call │ │ │ │

delay

│ │ │ │ the time delayed │ │ │ │

prot

│ │ │ │ the IP protocol in the RPC call │ │ │ │ -

xid

│ │ │ │ - the transmission id in the RPC call │ │ │ │ -

prog

│ │ │ │ - the program number in the RPC call │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -8,18 +8,18 @@ │ │ │ │ │ ***** Values ***** │ │ │ │ │ tk_pid │ │ │ │ │ the debugging id of the task │ │ │ │ │ vers │ │ │ │ │ the program version in the RPC call │ │ │ │ │ tk_flags │ │ │ │ │ the flags of the task │ │ │ │ │ + prog │ │ │ │ │ + the program number in the RPC call │ │ │ │ │ + xid │ │ │ │ │ + the transmission id in the RPC call │ │ │ │ │ delay │ │ │ │ │ the time delayed │ │ │ │ │ prot │ │ │ │ │ the IP protocol in the RPC call │ │ │ │ │ - xid │ │ │ │ │ - the transmission id in the RPC call │ │ │ │ │ - prog │ │ │ │ │ - the program number in the RPC call │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.clnt.shutdown_client Home  probe::sunrpc.sched.execute │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-sched-execute.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::sunrpc.sched.execute

Name

probe::sunrpc.sched.execute — │ │ │ │ Execute the RPC `scheduler' │ │ │ │ -

Synopsis

sunrpc.sched.execute 

Values

vers

│ │ │ │ - the program version in the RPC call │ │ │ │ -

tk_pid

│ │ │ │ +

Synopsis

sunrpc.sched.execute 

Values

tk_pid

│ │ │ │ the debugging id of the task │ │ │ │ -

tk_flags

│ │ │ │ - the flags of the task │ │ │ │

prog

│ │ │ │ the program number in the RPC call │ │ │ │ +

vers

│ │ │ │ + the program version in the RPC call │ │ │ │ +

tk_flags

│ │ │ │ + the flags of the task │ │ │ │

xid

│ │ │ │ the transmission id in the RPC call │ │ │ │

prot

│ │ │ │ the IP protocol in the RPC call │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.sched.execute — Execute the RPC `scheduler' │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.sched.execute │ │ │ │ │ ***** Values ***** │ │ │ │ │ - vers │ │ │ │ │ - the program version in the RPC call │ │ │ │ │ tk_pid │ │ │ │ │ the debugging id of the task │ │ │ │ │ - tk_flags │ │ │ │ │ - the flags of the task │ │ │ │ │ prog │ │ │ │ │ the program number in the RPC call │ │ │ │ │ + vers │ │ │ │ │ + the program version in the RPC call │ │ │ │ │ + tk_flags │ │ │ │ │ + the flags of the task │ │ │ │ │ xid │ │ │ │ │ the transmission id in the RPC call │ │ │ │ │ prot │ │ │ │ │ the IP protocol in the RPC call │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.sched.delay Home  probe::sunrpc.sched.new_task │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-sched-new-task.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::sunrpc.sched.new_task

Name

probe::sunrpc.sched.new_task — │ │ │ │ Create new task for the specified client │ │ │ │ -

Synopsis

sunrpc.sched.new_task 

Values

prog

│ │ │ │ +

Synopsis

sunrpc.sched.new_task 

Values

tk_flags

│ │ │ │ + the flags of the task │ │ │ │ +

vers

│ │ │ │ + the program version in the RPC call │ │ │ │ +

prog

│ │ │ │ the program number in the RPC call │ │ │ │

xid

│ │ │ │ the transmission id in the RPC call │ │ │ │

prot

│ │ │ │ the IP protocol in the RPC call │ │ │ │ -

vers

│ │ │ │ - the program version in the RPC call │ │ │ │ -

tk_flags

│ │ │ │ - the flags of the task │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.sched.new_task — Create new task for the specified client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.sched.new_task │ │ │ │ │ ***** Values ***** │ │ │ │ │ + tk_flags │ │ │ │ │ + the flags of the task │ │ │ │ │ + vers │ │ │ │ │ + the program version in the RPC call │ │ │ │ │ prog │ │ │ │ │ the program number in the RPC call │ │ │ │ │ xid │ │ │ │ │ the transmission id in the RPC call │ │ │ │ │ prot │ │ │ │ │ the IP protocol in the RPC call │ │ │ │ │ - vers │ │ │ │ │ - the program version in the RPC call │ │ │ │ │ - tk_flags │ │ │ │ │ - the flags of the task │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.sched.execute Home  probe::sunrpc.sched.release_task │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-sched-release-task.html │ │ │ │ @@ -1,16 +1,16 @@ │ │ │ │ probe::sunrpc.sched.release_task

Name

probe::sunrpc.sched.release_task — │ │ │ │ Release all resources associated with a task │ │ │ │ -

Synopsis

sunrpc.sched.release_task 

Values

prog

│ │ │ │ +

Synopsis

sunrpc.sched.release_task 

Values

tk_flags

│ │ │ │ + the flags of the task │ │ │ │ +

vers

│ │ │ │ + the program version in the RPC call │ │ │ │ +

prog

│ │ │ │ the program number in the RPC call │ │ │ │

xid

│ │ │ │ the transmission id in the RPC call │ │ │ │

prot

│ │ │ │ the IP protocol in the RPC call │ │ │ │ -

vers

│ │ │ │ - the program version in the RPC call │ │ │ │ -

tk_flags

│ │ │ │ - the flags of the task │ │ │ │

Description

│ │ │ │ rpc_release_task function might not be found for a particular kernel. │ │ │ │ So, if we can't find it, just return '-1' for everything. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,23 +2,23 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.sched.release_task — Release all resources associated with a task │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.sched.release_task │ │ │ │ │ ***** Values ***** │ │ │ │ │ + tk_flags │ │ │ │ │ + the flags of the task │ │ │ │ │ + vers │ │ │ │ │ + the program version in the RPC call │ │ │ │ │ prog │ │ │ │ │ the program number in the RPC call │ │ │ │ │ xid │ │ │ │ │ the transmission id in the RPC call │ │ │ │ │ prot │ │ │ │ │ the IP protocol in the RPC call │ │ │ │ │ - vers │ │ │ │ │ - the program version in the RPC call │ │ │ │ │ - tk_flags │ │ │ │ │ - the flags of the task │ │ │ │ │ ***** Description ***** │ │ │ │ │ rpc_release_task function might not be found for a particular kernel. So, if we │ │ │ │ │ can't find it, just return '-1' for everything. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.sched.new_task Home  probe::sunrpc.svc.create │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-create.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::sunrpc.svc.create

Name

probe::sunrpc.svc.create — │ │ │ │ Create an RPC service │ │ │ │ -

Synopsis

sunrpc.svc.create 

Values

pg_nvers

│ │ │ │ - the number of supported versions │ │ │ │ +

Synopsis

sunrpc.svc.create 

Values

progname

│ │ │ │ + the name of the program │ │ │ │

bufsize

│ │ │ │ the buffer size │ │ │ │

prog

│ │ │ │ the number of the program │ │ │ │ -

progname

│ │ │ │ - the name of the program │ │ │ │ +

pg_nvers

│ │ │ │ + the number of supported versions │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.create — Create an RPC service │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.create │ │ │ │ │ ***** Values ***** │ │ │ │ │ - pg_nvers │ │ │ │ │ - the number of supported versions │ │ │ │ │ + progname │ │ │ │ │ + the name of the program │ │ │ │ │ bufsize │ │ │ │ │ the buffer size │ │ │ │ │ prog │ │ │ │ │ the number of the program │ │ │ │ │ - progname │ │ │ │ │ - the name of the program │ │ │ │ │ + pg_nvers │ │ │ │ │ + the number of supported versions │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.sched.release_task Home  probe::sunrpc.svc.destroy │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-destroy.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::sunrpc.svc.destroy

Name

probe::sunrpc.svc.destroy — │ │ │ │ Destroy an RPC service │ │ │ │ -

Synopsis

sunrpc.svc.destroy 

Values

sv_progname

│ │ │ │ - the name of the program │ │ │ │ -

rpcbadauth

│ │ │ │ - the count of requests drooped for authentication failure │ │ │ │ -

rpccnt

│ │ │ │ - the count of valid RPC requests │ │ │ │ -

rpcbadfmt

│ │ │ │ +

Synopsis

sunrpc.svc.destroy 

Values

rpcbadfmt

│ │ │ │ the count of requests dropped for bad formats │ │ │ │

sv_name

│ │ │ │ the service name │ │ │ │ -

netcnt

│ │ │ │ - the count of received RPC requests │ │ │ │ +

sv_prog

│ │ │ │ + the number of the program │ │ │ │

nettcpconn

│ │ │ │ the count of accepted TCP connections │ │ │ │ +

netcnt

│ │ │ │ + the count of received RPC requests │ │ │ │

sv_nrthreads

│ │ │ │ the number of concurrent threads │ │ │ │ -

sv_prog

│ │ │ │ - the number of the program │ │ │ │ +

rpcbadauth

│ │ │ │ + the count of requests drooped for authentication failure │ │ │ │ +

sv_progname

│ │ │ │ + the name of the program │ │ │ │ +

rpccnt

│ │ │ │ + the count of valid RPC requests │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.destroy — Destroy an RPC service │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.destroy │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sv_progname │ │ │ │ │ - the name of the program │ │ │ │ │ - rpcbadauth │ │ │ │ │ - the count of requests drooped for authentication failure │ │ │ │ │ - rpccnt │ │ │ │ │ - the count of valid RPC requests │ │ │ │ │ rpcbadfmt │ │ │ │ │ the count of requests dropped for bad formats │ │ │ │ │ sv_name │ │ │ │ │ the service name │ │ │ │ │ - netcnt │ │ │ │ │ - the count of received RPC requests │ │ │ │ │ + sv_prog │ │ │ │ │ + the number of the program │ │ │ │ │ nettcpconn │ │ │ │ │ the count of accepted TCP connections │ │ │ │ │ + netcnt │ │ │ │ │ + the count of received RPC requests │ │ │ │ │ sv_nrthreads │ │ │ │ │ the number of concurrent threads │ │ │ │ │ - sv_prog │ │ │ │ │ - the number of the program │ │ │ │ │ + rpcbadauth │ │ │ │ │ + the count of requests drooped for authentication failure │ │ │ │ │ + sv_progname │ │ │ │ │ + the name of the program │ │ │ │ │ + rpccnt │ │ │ │ │ + the count of valid RPC requests │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.create Home  probe::sunrpc.svc.drop │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-drop.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.svc.drop

Name

probe::sunrpc.svc.drop — │ │ │ │ Drop RPC request │ │ │ │ -

Synopsis

sunrpc.svc.drop 

Values

rq_prot

│ │ │ │ +

Synopsis

sunrpc.svc.drop 

Values

sv_name

│ │ │ │ + the service name │ │ │ │ +

rq_prot

│ │ │ │ the IP protocol of the reqeust │ │ │ │ -

rq_xid

│ │ │ │ - the transmission id in the request │ │ │ │ -

peer_ip

│ │ │ │ - the peer address where the request is from │ │ │ │

rq_prog

│ │ │ │ the program number in the request │ │ │ │ -

sv_name

│ │ │ │ - the service name │ │ │ │ +

rq_xid

│ │ │ │ + the transmission id in the request │ │ │ │

rq_vers

│ │ │ │ the program version in the request │ │ │ │

rq_proc

│ │ │ │ the procedure number in the request │ │ │ │ +

peer_ip

│ │ │ │ + the peer address where the request is from │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.drop — Drop RPC request │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.drop │ │ │ │ │ ***** Values ***** │ │ │ │ │ + sv_name │ │ │ │ │ + the service name │ │ │ │ │ rq_prot │ │ │ │ │ the IP protocol of the reqeust │ │ │ │ │ - rq_xid │ │ │ │ │ - the transmission id in the request │ │ │ │ │ - peer_ip │ │ │ │ │ - the peer address where the request is from │ │ │ │ │ rq_prog │ │ │ │ │ the program number in the request │ │ │ │ │ - sv_name │ │ │ │ │ - the service name │ │ │ │ │ + rq_xid │ │ │ │ │ + the transmission id in the request │ │ │ │ │ rq_vers │ │ │ │ │ the program version in the request │ │ │ │ │ rq_proc │ │ │ │ │ the procedure number in the request │ │ │ │ │ + peer_ip │ │ │ │ │ + the peer address where the request is from │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.destroy Home  probe::sunrpc.svc.process │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-process.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::sunrpc.svc.process

Name

probe::sunrpc.svc.process — │ │ │ │ Process an RPC request │ │ │ │ -

Synopsis

sunrpc.svc.process 

Values

peer_ip

│ │ │ │ - the peer address where the request is from │ │ │ │ -

rq_prog

│ │ │ │ +

Synopsis

sunrpc.svc.process 

Values

rq_prog

│ │ │ │ the program number in the request │ │ │ │ +

rq_prot

│ │ │ │ + the IP protocol of the reqeust │ │ │ │

sv_name

│ │ │ │ the service name │ │ │ │ -

sv_nrthreads

│ │ │ │ - the number of concurrent threads │ │ │ │

sv_prog

│ │ │ │ the number of the program │ │ │ │ -

rq_prot

│ │ │ │ - the IP protocol of the reqeust │ │ │ │ -

rq_xid

│ │ │ │ - the transmission id in the request │ │ │ │ -

rq_vers

│ │ │ │ - the program version in the request │ │ │ │ +

peer_ip

│ │ │ │ + the peer address where the request is from │ │ │ │

rq_proc

│ │ │ │ the procedure number in the request │ │ │ │ +

rq_vers

│ │ │ │ + the program version in the request │ │ │ │ +

sv_nrthreads

│ │ │ │ + the number of concurrent threads │ │ │ │ +

rq_xid

│ │ │ │ + the transmission id in the request │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.process — Process an RPC request │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.process │ │ │ │ │ ***** Values ***** │ │ │ │ │ - peer_ip │ │ │ │ │ - the peer address where the request is from │ │ │ │ │ rq_prog │ │ │ │ │ the program number in the request │ │ │ │ │ + rq_prot │ │ │ │ │ + the IP protocol of the reqeust │ │ │ │ │ sv_name │ │ │ │ │ the service name │ │ │ │ │ - sv_nrthreads │ │ │ │ │ - the number of concurrent threads │ │ │ │ │ sv_prog │ │ │ │ │ the number of the program │ │ │ │ │ - rq_prot │ │ │ │ │ - the IP protocol of the reqeust │ │ │ │ │ - rq_xid │ │ │ │ │ - the transmission id in the request │ │ │ │ │ - rq_vers │ │ │ │ │ - the program version in the request │ │ │ │ │ + peer_ip │ │ │ │ │ + the peer address where the request is from │ │ │ │ │ rq_proc │ │ │ │ │ the procedure number in the request │ │ │ │ │ + rq_vers │ │ │ │ │ + the program version in the request │ │ │ │ │ + sv_nrthreads │ │ │ │ │ + the number of concurrent threads │ │ │ │ │ + rq_xid │ │ │ │ │ + the transmission id in the request │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.drop Home  probe::sunrpc.svc.recv │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-recv.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::sunrpc.svc.recv

Name

probe::sunrpc.svc.recv — │ │ │ │ Listen for the next RPC request on any socket │ │ │ │ -

Synopsis

sunrpc.svc.recv 

Values

sv_prog

│ │ │ │ - the number of the program │ │ │ │ -

timeout

│ │ │ │ +

Synopsis

sunrpc.svc.recv 

Values

timeout

│ │ │ │ the timeout of waiting for data │ │ │ │ -

sv_nrthreads

│ │ │ │ - the number of concurrent threads │ │ │ │ +

sv_prog

│ │ │ │ + the number of the program │ │ │ │

sv_name

│ │ │ │ the service name │ │ │ │ +

sv_nrthreads

│ │ │ │ + the number of concurrent threads │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.recv — Listen for the next RPC request on any socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.recv │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sv_prog │ │ │ │ │ - the number of the program │ │ │ │ │ timeout │ │ │ │ │ the timeout of waiting for data │ │ │ │ │ - sv_nrthreads │ │ │ │ │ - the number of concurrent threads │ │ │ │ │ + sv_prog │ │ │ │ │ + the number of the program │ │ │ │ │ sv_name │ │ │ │ │ the service name │ │ │ │ │ + sv_nrthreads │ │ │ │ │ + the number of concurrent threads │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.process Home  probe::sunrpc.svc.register │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-register.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::sunrpc.svc.register

Name

probe::sunrpc.svc.register — │ │ │ │ Register an RPC service with the local portmapper │ │ │ │ -

Synopsis

sunrpc.svc.register 

Values

port

│ │ │ │ - the port number │ │ │ │ +

Synopsis

sunrpc.svc.register 

Values

prot

│ │ │ │ + the IP protocol number │ │ │ │

progname

│ │ │ │ the name of the program │ │ │ │ -

prot

│ │ │ │ - the IP protocol number │ │ │ │ -

prog

│ │ │ │ - the number of the program │ │ │ │

sv_name

│ │ │ │ the service name │ │ │ │ +

port

│ │ │ │ + the port number │ │ │ │ +

prog

│ │ │ │ + the number of the program │ │ │ │

Description

│ │ │ │ If proto and port are both 0, then unregister a service. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.register — Register an RPC service with the local portmapper │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.register │ │ │ │ │ ***** Values ***** │ │ │ │ │ - port │ │ │ │ │ - the port number │ │ │ │ │ - progname │ │ │ │ │ - the name of the program │ │ │ │ │ prot │ │ │ │ │ the IP protocol number │ │ │ │ │ - prog │ │ │ │ │ - the number of the program │ │ │ │ │ + progname │ │ │ │ │ + the name of the program │ │ │ │ │ sv_name │ │ │ │ │ the service name │ │ │ │ │ + port │ │ │ │ │ + the port number │ │ │ │ │ + prog │ │ │ │ │ + the number of the program │ │ │ │ │ ***** Description ***** │ │ │ │ │ If proto and port are both 0, then unregister a service. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.recv Home  probe::sunrpc.svc.send │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-sunrpc-svc-send.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::sunrpc.svc.send

Name

probe::sunrpc.svc.send — │ │ │ │ Return reply to RPC client │ │ │ │ -

Synopsis

sunrpc.svc.send 

Values

rq_vers

│ │ │ │ - the program version in the request │ │ │ │ -

rq_proc

│ │ │ │ - the procedure number in the request │ │ │ │ +

Synopsis

sunrpc.svc.send 

Values

rq_prog

│ │ │ │ + the program number in the request │ │ │ │ +

rq_prot

│ │ │ │ + the IP protocol of the reqeust │ │ │ │

sv_name

│ │ │ │ the service name │ │ │ │ -

rq_prog

│ │ │ │ - the program number in the request │ │ │ │

peer_ip

│ │ │ │ the peer address where the request is from │ │ │ │ +

rq_proc

│ │ │ │ + the procedure number in the request │ │ │ │ +

rq_vers

│ │ │ │ + the program version in the request │ │ │ │

rq_xid

│ │ │ │ the transmission id in the request │ │ │ │ -

rq_prot

│ │ │ │ - the IP protocol of the reqeust │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::sunrpc.svc.send — Return reply to RPC client │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ sunrpc.svc.send │ │ │ │ │ ***** Values ***** │ │ │ │ │ - rq_vers │ │ │ │ │ - the program version in the request │ │ │ │ │ - rq_proc │ │ │ │ │ - the procedure number in the request │ │ │ │ │ - sv_name │ │ │ │ │ - the service name │ │ │ │ │ rq_prog │ │ │ │ │ the program number in the request │ │ │ │ │ + rq_prot │ │ │ │ │ + the IP protocol of the reqeust │ │ │ │ │ + sv_name │ │ │ │ │ + the service name │ │ │ │ │ peer_ip │ │ │ │ │ the peer address where the request is from │ │ │ │ │ + rq_proc │ │ │ │ │ + the procedure number in the request │ │ │ │ │ + rq_vers │ │ │ │ │ + the program version in the request │ │ │ │ │ rq_xid │ │ │ │ │ the transmission id in the request │ │ │ │ │ - rq_prot │ │ │ │ │ - the IP protocol of the reqeust │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.register Home  probe::tcp.disconnect │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-syscall-any-return.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::syscall_any.return

Name

probe::syscall_any.return — │ │ │ │ Record exit from a syscall │ │ │ │ -

Synopsis

syscall_any.return 

Values

syscall_nr

│ │ │ │ +

Synopsis

syscall_any.return 

Values

retval

│ │ │ │ + return value of the syscall │ │ │ │ +

syscall_nr

│ │ │ │ number of the syscall │ │ │ │

name

│ │ │ │ name of the syscall │ │ │ │ -

retval

│ │ │ │ - return value of the syscall │ │ │ │

Context

│ │ │ │ The process performing the syscall │ │ │ │

Description

│ │ │ │ The syscall_any.return probe point is designed to be a low overhead │ │ │ │ that monitors all the syscalls returns via a kernel tracepoint. │ │ │ │ Because of the breadth of syscalls it monitors it provides │ │ │ │ no information about the syscall arguments, argstr string │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 36. Syscall Any Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::syscall_any.return — Record exit from a syscall │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ syscall_any.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ + retval │ │ │ │ │ + return value of the syscall │ │ │ │ │ syscall_nr │ │ │ │ │ number of the syscall │ │ │ │ │ name │ │ │ │ │ name of the syscall │ │ │ │ │ - retval │ │ │ │ │ - return value of the syscall │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process performing the syscall │ │ │ │ │ ***** Description ***** │ │ │ │ │ The syscall_any.return probe point is designed to be a low overhead that │ │ │ │ │ monitors all the syscalls returns via a kernel tracepoint. Because of the │ │ │ │ │ breadth of syscalls it monitors it provides no information about the syscall │ │ │ │ │ arguments, argstr string representation of those arguments, or a string │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-disconnect.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::tcp.disconnect

Name

probe::tcp.disconnect — │ │ │ │ TCP socket disconnection │ │ │ │

Synopsis

tcp.disconnect 

Values

dport

│ │ │ │ TCP destination port │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ -

sock

│ │ │ │ - Network socket │ │ │ │ -

flags

│ │ │ │ - TCP flags (e.g. FIN, etc) │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │ -

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │

sport

│ │ │ │ TCP source port │ │ │ │

family

│ │ │ │ IP address family │ │ │ │ +

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │ +

flags

│ │ │ │ + TCP flags (e.g. FIN, etc) │ │ │ │ +

sock

│ │ │ │ + Network socket │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

Context

│ │ │ │ The process which disconnects tcp │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -4,26 +4,26 @@ │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.disconnect — TCP socket disconnection │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.disconnect │ │ │ │ │ ***** Values ***** │ │ │ │ │ dport │ │ │ │ │ TCP destination port │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ - sock │ │ │ │ │ - Network socket │ │ │ │ │ - flags │ │ │ │ │ - TCP flags (e.g. FIN, etc) │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ - daddr │ │ │ │ │ - A string representing the destination IP address │ │ │ │ │ sport │ │ │ │ │ TCP source port │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ + daddr │ │ │ │ │ + A string representing the destination IP address │ │ │ │ │ + flags │ │ │ │ │ + TCP flags (e.g. FIN, etc) │ │ │ │ │ + sock │ │ │ │ │ + Network socket │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which disconnects tcp │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::sunrpc.svc.send Home  probe::tcp.disconnect.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-receive.html │ │ │ │ @@ -1,31 +1,31 @@ │ │ │ │ probe::tcp.receive

Name

probe::tcp.receive — │ │ │ │ Called when a TCP packet is received │ │ │ │ -

Synopsis

tcp.receive 

Values

family

│ │ │ │ +

Synopsis

tcp.receive 

Values

protocol

│ │ │ │ + Packet protocol from driver │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │ +

family

│ │ │ │ IP address family │ │ │ │ -

sport

│ │ │ │ - TCP source port │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │ -

syn

│ │ │ │ - TCP SYN flag │ │ │ │ -

protocol

│ │ │ │ - Packet protocol from driver │ │ │ │

psh

│ │ │ │ TCP PSH flag │ │ │ │ -

fin

│ │ │ │ - TCP FIN flag │ │ │ │

saddr

│ │ │ │ A string representing the source IP address │ │ │ │ -

name

│ │ │ │ - Name of the probe point │ │ │ │ -

rst

│ │ │ │ - TCP RST flag │ │ │ │ -

urg

│ │ │ │ - TCP URG flag │ │ │ │ +

fin

│ │ │ │ + TCP FIN flag │ │ │ │

dport

│ │ │ │ TCP destination port │ │ │ │

iphdr

│ │ │ │ IP header address │ │ │ │ +

sport

│ │ │ │ + TCP source port │ │ │ │ +

rst

│ │ │ │ + TCP RST flag │ │ │ │ +

syn

│ │ │ │ + TCP SYN flag │ │ │ │

ack

│ │ │ │ TCP ACK flag │ │ │ │ +

urg

│ │ │ │ + TCP URG flag │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,38 +2,38 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.receive — Called when a TCP packet is received │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.receive │ │ │ │ │ ***** Values ***** │ │ │ │ │ + protocol │ │ │ │ │ + Packet protocol from driver │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ - sport │ │ │ │ │ - TCP source port │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ - syn │ │ │ │ │ - TCP SYN flag │ │ │ │ │ - protocol │ │ │ │ │ - Packet protocol from driver │ │ │ │ │ psh │ │ │ │ │ TCP PSH flag │ │ │ │ │ - fin │ │ │ │ │ - TCP FIN flag │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ - rst │ │ │ │ │ - TCP RST flag │ │ │ │ │ - urg │ │ │ │ │ - TCP URG flag │ │ │ │ │ + fin │ │ │ │ │ + TCP FIN flag │ │ │ │ │ dport │ │ │ │ │ TCP destination port │ │ │ │ │ iphdr │ │ │ │ │ IP header address │ │ │ │ │ + sport │ │ │ │ │ + TCP source port │ │ │ │ │ + rst │ │ │ │ │ + TCP RST flag │ │ │ │ │ + syn │ │ │ │ │ + TCP SYN flag │ │ │ │ │ ack │ │ │ │ │ TCP ACK flag │ │ │ │ │ + urg │ │ │ │ │ + TCP URG flag │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.disconnect.return Home  probe::tcp.recvmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-recvmsg-return.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::tcp.recvmsg.return

Name

probe::tcp.recvmsg.return — │ │ │ │ Receiving TCP message complete │ │ │ │ -

Synopsis

tcp.recvmsg.return 

Values

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ +

Synopsis

tcp.recvmsg.return 

Values

family

│ │ │ │ + IP address family │ │ │ │ +

sport

│ │ │ │ + TCP source port │ │ │ │

name

│ │ │ │ Name of this probe │ │ │ │

dport

│ │ │ │ TCP destination port │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │

size

│ │ │ │ Number of bytes received or error code if an error occurred. │ │ │ │ -

sport

│ │ │ │ - TCP source port │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │

Context

│ │ │ │ The process which receives a tcp message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.recvmsg.return — Receiving TCP message complete │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.recvmsg.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ + sport │ │ │ │ │ + TCP source port │ │ │ │ │ name │ │ │ │ │ Name of this probe │ │ │ │ │ dport │ │ │ │ │ TCP destination port │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ size │ │ │ │ │ Number of bytes received or error code if an error occurred. │ │ │ │ │ - sport │ │ │ │ │ - TCP source port │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which receives a tcp message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.recvmsg Home  probe::tcp.sendmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-recvmsg.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::tcp.recvmsg

Name

probe::tcp.recvmsg — │ │ │ │ Receiving TCP message │ │ │ │ -

Synopsis

tcp.recvmsg 

Values

dport

│ │ │ │ +

Synopsis

tcp.recvmsg 

Values

family

│ │ │ │ + IP address family │ │ │ │ +

sport

│ │ │ │ + TCP source port │ │ │ │ +

dport

│ │ │ │ TCP destination port │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

size

│ │ │ │ + Number of bytes to be received │ │ │ │

saddr

│ │ │ │ A string representing the source IP address │ │ │ │

sock

│ │ │ │ Network socket │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │ -

sport

│ │ │ │ - TCP source port │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │ -

size

│ │ │ │ - Number of bytes to be received │ │ │ │

Context

│ │ │ │ The process which receives a tcp message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.recvmsg — Receiving TCP message │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.recvmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ + sport │ │ │ │ │ + TCP source port │ │ │ │ │ dport │ │ │ │ │ TCP destination port │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + size │ │ │ │ │ + Number of bytes to be received │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ sock │ │ │ │ │ Network socket │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ - sport │ │ │ │ │ - TCP source port │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ - size │ │ │ │ │ - Number of bytes to be received │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which receives a tcp message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.receive Home  probe::tcp.recvmsg.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-sendmsg-return.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::tcp.sendmsg.return

Name

probe::tcp.sendmsg.return — │ │ │ │ Sending TCP message is done │ │ │ │ -

Synopsis

tcp.sendmsg.return 

Values

name

│ │ │ │ - Name of this probe │ │ │ │ -

size

│ │ │ │ +

Synopsis

tcp.sendmsg.return 

Values

size

│ │ │ │ Number of bytes sent or error code if an error occurred. │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │

Context

│ │ │ │ The process which sends a tcp message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.sendmsg.return — Sending TCP message is done │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.sendmsg.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ size │ │ │ │ │ Number of bytes sent or error code if an error occurred. │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which sends a tcp message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.sendmsg Home  probe::tcp.setsockopt │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-sendmsg.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::tcp.sendmsg

Name

probe::tcp.sendmsg — │ │ │ │ Sending a tcp message │ │ │ │ -

Synopsis

tcp.sendmsg 

Values

name

│ │ │ │ - Name of this probe │ │ │ │ -

size

│ │ │ │ +

Synopsis

tcp.sendmsg 

Values

size

│ │ │ │ Number of bytes to send │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │

sock

│ │ │ │ Network socket │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │

Context

│ │ │ │ The process which sends a tcp message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.sendmsg — Sending a tcp message │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.sendmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ size │ │ │ │ │ Number of bytes to send │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ sock │ │ │ │ │ Network socket │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which sends a tcp message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.recvmsg.return Home  probe::tcp.sendmsg.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-setsockopt.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::tcp.setsockopt

Name

probe::tcp.setsockopt — │ │ │ │ Call to setsockopt │ │ │ │ -

Synopsis

tcp.setsockopt 

Values

optname

│ │ │ │ - TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ │ -

family

│ │ │ │ +

Synopsis

tcp.setsockopt 

Values

family

│ │ │ │ IP address family │ │ │ │ -

level

│ │ │ │ - The level at which the socket options will be manipulated │ │ │ │

optlen

│ │ │ │ Used to access values for setsockopt │ │ │ │ +

name

│ │ │ │ + Name of this probe │ │ │ │ +

optname

│ │ │ │ + TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ │ +

level

│ │ │ │ + The level at which the socket options will be manipulated │ │ │ │

optstr

│ │ │ │ Resolves optname to a human-readable format │ │ │ │

sock

│ │ │ │ Network socket │ │ │ │ -

name

│ │ │ │ - Name of this probe │ │ │ │

Context

│ │ │ │ The process which calls setsockopt │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcp.setsockopt — Call to setsockopt │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcp.setsockopt │ │ │ │ │ ***** Values ***** │ │ │ │ │ - optname │ │ │ │ │ - TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ - level │ │ │ │ │ - The level at which the socket options will be manipulated │ │ │ │ │ optlen │ │ │ │ │ Used to access values for setsockopt │ │ │ │ │ + name │ │ │ │ │ + Name of this probe │ │ │ │ │ + optname │ │ │ │ │ + TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ │ │ + level │ │ │ │ │ + The level at which the socket options will be manipulated │ │ │ │ │ optstr │ │ │ │ │ Resolves optname to a human-readable format │ │ │ │ │ sock │ │ │ │ │ Network socket │ │ │ │ │ - name │ │ │ │ │ - Name of this probe │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which calls setsockopt │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.sendmsg.return Home  probe::tcp.setsockopt.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-ActiveOpens.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.ActiveOpens

Name

probe::tcpmib.ActiveOpens — │ │ │ │ Count an active opening of a socket │ │ │ │ -

Synopsis

tcpmib.ActiveOpens 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.ActiveOpens 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global ActiveOpens (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_ACTIVEOPENS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.ActiveOpens — Count an active opening of a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.ActiveOpens │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global ActiveOpens │ │ │ │ │ (equivalent to SNMP's MIB TCP_MIB_ACTIVEOPENS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::linuxmib.TCPMemoryPressures Home  probe::tcpmib.AttemptFails │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-AttemptFails.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.AttemptFails

Name

probe::tcpmib.AttemptFails — │ │ │ │ Count a failed attempt to open a socket │ │ │ │ -

Synopsis

tcpmib.AttemptFails 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.AttemptFails 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global AttemptFails (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_ATTEMPTFAILS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.AttemptFails — Count a failed attempt to open a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.AttemptFails │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global AttemptFails │ │ │ │ │ (equivalent to SNMP's MIB TCP_MIB_ATTEMPTFAILS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.ActiveOpens Home  probe::tcpmib.CurrEstab │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-CurrEstab.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.CurrEstab

Name

probe::tcpmib.CurrEstab — │ │ │ │ Update the count of open sockets │ │ │ │ -

Synopsis

tcpmib.CurrEstab 

Values

sk

│ │ │ │ - pointer to the struct sock being acted on │ │ │ │ -

op

│ │ │ │ +

Synopsis

tcpmib.CurrEstab 

Values

op

│ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ +

sk

│ │ │ │ + pointer to the struct sock being acted on │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global CurrEstab (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_CURRESTAB) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.CurrEstab — Update the count of open sockets │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.CurrEstab │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sk │ │ │ │ │ - pointer to the struct sock being acted on │ │ │ │ │ op │ │ │ │ │ value to be added to the counter (default value of 1) │ │ │ │ │ + sk │ │ │ │ │ + pointer to the struct sock being acted on │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global CurrEstab (equivalent │ │ │ │ │ to SNMP's MIB TCP_MIB_CURRESTAB) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.AttemptFails Home  probe::tcpmib.EstabResets │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-OutRsts.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.OutRsts

Name

probe::tcpmib.OutRsts — │ │ │ │ Count the sending of a reset packet │ │ │ │ -

Synopsis

tcpmib.OutRsts 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.OutRsts 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global OutRsts (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_OUTRSTS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.OutRsts — Count the sending of a reset packet │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.OutRsts │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global OutRsts (equivalent to │ │ │ │ │ SNMP's MIB TCP_MIB_OUTRSTS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.InSegs Home  probe::tcpmib.OutSegs │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-OutSegs.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.OutSegs

Name

probe::tcpmib.OutSegs — │ │ │ │ Count the sending of a TCP segment │ │ │ │ -

Synopsis

tcpmib.OutSegs 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.OutSegs 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global OutSegs (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_OUTSEGS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.OutSegs — Count the sending of a TCP segment │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.OutSegs │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global OutSegs (equivalent to │ │ │ │ │ SNMP's MIB TCP_MIB_OUTSEGS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.OutRsts Home  probe::tcpmib.PassiveOpens │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-PassiveOpens.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.PassiveOpens

Name

probe::tcpmib.PassiveOpens — │ │ │ │ Count the passive creation of a socket │ │ │ │ -

Synopsis

tcpmib.PassiveOpens 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.PassiveOpens 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global PassiveOpens (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_PASSIVEOPENS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.PassiveOpens — Count the passive creation of a socket │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.PassiveOpens │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global PassiveOpens │ │ │ │ │ (equivalent to SNMP's MIB TCP_MIB_PASSIVEOPENS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.OutSegs Home  probe::tcpmib.RetransSegs │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcpmib-RetransSegs.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │ probe::tcpmib.RetransSegs

Name

probe::tcpmib.RetransSegs — │ │ │ │ Count the retransmission of a TCP segment │ │ │ │ -

Synopsis

tcpmib.RetransSegs 

Values

op

│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -

sk

│ │ │ │ +

Synopsis

tcpmib.RetransSegs 

Values

sk

│ │ │ │ pointer to the struct sock being acted on │ │ │ │ +

op

│ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │

Description

│ │ │ │ The packet pointed to by skb is filtered by the function │ │ │ │ tcpmib_filter_key. If the packet passes the filter is is │ │ │ │ counted in the global RetransSegs (equivalent to SNMP's MIB │ │ │ │ TCP_MIB_RETRANSSEGS) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 15. SNMP Information Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tcpmib.RetransSegs — Count the retransmission of a TCP segment │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tcpmib.RetransSegs │ │ │ │ │ ***** Values ***** │ │ │ │ │ - op │ │ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ │ sk │ │ │ │ │ pointer to the struct sock being acted on │ │ │ │ │ + op │ │ │ │ │ + value to be added to the counter (default value of 1) │ │ │ │ │ ***** Description ***** │ │ │ │ │ The packet pointed to by skb is filtered by the function tcpmib_filter_key. If │ │ │ │ │ the packet passes the filter is is counted in the global RetransSegs │ │ │ │ │ (equivalent to SNMP's MIB TCP_MIB_RETRANSSEGS) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcpmib.PassiveOpens Home  Chapter 16. Kernel Process Tapset │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-init.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::tty.init

Name

probe::tty.init — │ │ │ │ Called when a tty is being initalized │ │ │ │ -

Synopsis

tty.init 

Values

module

│ │ │ │ - the module name │ │ │ │ -

driver_name

│ │ │ │ +

Synopsis

tty.init 

Values

driver_name

│ │ │ │ the driver name │ │ │ │ +

module

│ │ │ │ + the module name │ │ │ │

name

│ │ │ │ the driver .dev_name name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.init — Called when a tty is being initalized │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.init │ │ │ │ │ ***** Values ***** │ │ │ │ │ - module │ │ │ │ │ - the module name │ │ │ │ │ driver_name │ │ │ │ │ the driver name │ │ │ │ │ + module │ │ │ │ │ + the module name │ │ │ │ │ name │ │ │ │ │ the driver .dev_name name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ Chapter 11. TTY TapsetHome  probe::tty.ioctl │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-ioctl.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::tty.ioctl

Name

probe::tty.ioctl — │ │ │ │ called when a ioctl is request to the tty │ │ │ │ -

Synopsis

tty.ioctl 

Values

name

│ │ │ │ +

Synopsis

tty.ioctl 

Values

cmd

│ │ │ │ + the ioctl command │ │ │ │ +

name

│ │ │ │ the file name │ │ │ │

arg

│ │ │ │ the ioctl argument │ │ │ │ -

cmd

│ │ │ │ - the ioctl command │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.ioctl — called when a ioctl is request to the tty │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.ioctl │ │ │ │ │ ***** Values ***** │ │ │ │ │ + cmd │ │ │ │ │ + the ioctl command │ │ │ │ │ name │ │ │ │ │ the file name │ │ │ │ │ arg │ │ │ │ │ the ioctl argument │ │ │ │ │ - cmd │ │ │ │ │ - the ioctl command │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.init Home  probe::tty.open │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-open.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::tty.open

Name

probe::tty.open — │ │ │ │ Called when a tty is opened │ │ │ │ -

Synopsis

tty.open 

Values

file_flags

│ │ │ │ +

Synopsis

tty.open 

Values

inode_flags

│ │ │ │ + the inode flags │ │ │ │ +

file_flags

│ │ │ │ the file flags │ │ │ │ +

file_name

│ │ │ │ + the file name │ │ │ │

inode_number

│ │ │ │ the inode number │ │ │ │ -

inode_state

│ │ │ │ - the inode state │ │ │ │ -

inode_flags

│ │ │ │ - the inode flags │ │ │ │

file_mode

│ │ │ │ the file mode │ │ │ │ -

file_name

│ │ │ │ - the file name │ │ │ │ +

inode_state

│ │ │ │ + the inode state │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.open — Called when a tty is opened │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.open │ │ │ │ │ ***** Values ***** │ │ │ │ │ + inode_flags │ │ │ │ │ + the inode flags │ │ │ │ │ file_flags │ │ │ │ │ the file flags │ │ │ │ │ + file_name │ │ │ │ │ + the file name │ │ │ │ │ inode_number │ │ │ │ │ the inode number │ │ │ │ │ - inode_state │ │ │ │ │ - the inode state │ │ │ │ │ - inode_flags │ │ │ │ │ - the inode flags │ │ │ │ │ file_mode │ │ │ │ │ the file mode │ │ │ │ │ - file_name │ │ │ │ │ - the file name │ │ │ │ │ + inode_state │ │ │ │ │ + the inode state │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.ioctl Home  probe::tty.poll │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-read.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::tty.read

Name

probe::tty.read — │ │ │ │ called when a tty line will be read │ │ │ │ -

Synopsis

tty.read 

Values

nr

│ │ │ │ - The amount of characters to be read │ │ │ │ -

driver_name

│ │ │ │ +

Synopsis

tty.read 

Values

driver_name

│ │ │ │ the driver name │ │ │ │ -

file_name

│ │ │ │ - the file name lreated to the tty │ │ │ │ +

nr

│ │ │ │ + The amount of characters to be read │ │ │ │

buffer

│ │ │ │ the buffer that will receive the characters │ │ │ │ +

file_name

│ │ │ │ + the file name lreated to the tty │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.read — called when a tty line will be read │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.read │ │ │ │ │ ***** Values ***** │ │ │ │ │ - nr │ │ │ │ │ - The amount of characters to be read │ │ │ │ │ driver_name │ │ │ │ │ the driver name │ │ │ │ │ - file_name │ │ │ │ │ - the file name lreated to the tty │ │ │ │ │ + nr │ │ │ │ │ + The amount of characters to be read │ │ │ │ │ buffer │ │ │ │ │ the buffer that will receive the characters │ │ │ │ │ + file_name │ │ │ │ │ + the file name lreated to the tty │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.poll Home  probe::tty.receive │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-receive.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │ probe::tty.receive

Name

probe::tty.receive — │ │ │ │ called when a tty receives a message │ │ │ │ -

Synopsis

tty.receive 

Values

id

│ │ │ │ +

Synopsis

tty.receive 

Values

fp

│ │ │ │ + The flag buffer │ │ │ │ +

driver_name

│ │ │ │ + the driver name │ │ │ │ +

id

│ │ │ │ the tty id │ │ │ │

count

│ │ │ │ The amount of characters received │ │ │ │

index

│ │ │ │ The tty Index │ │ │ │ -

driver_name

│ │ │ │ - the driver name │ │ │ │

cp

│ │ │ │ the buffer that was received │ │ │ │ -

fp

│ │ │ │ - The flag buffer │ │ │ │

name

│ │ │ │ the name of the module file │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,24 +2,24 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.receive — called when a tty receives a message │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.receive │ │ │ │ │ ***** Values ***** │ │ │ │ │ + fp │ │ │ │ │ + The flag buffer │ │ │ │ │ + driver_name │ │ │ │ │ + the driver name │ │ │ │ │ id │ │ │ │ │ the tty id │ │ │ │ │ count │ │ │ │ │ The amount of characters received │ │ │ │ │ index │ │ │ │ │ The tty Index │ │ │ │ │ - driver_name │ │ │ │ │ - the driver name │ │ │ │ │ cp │ │ │ │ │ the buffer that was received │ │ │ │ │ - fp │ │ │ │ │ - The flag buffer │ │ │ │ │ name │ │ │ │ │ the name of the module file │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.read Home  probe::tty.register │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-register.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::tty.register

Name

probe::tty.register — │ │ │ │ Called when a tty device is registred │ │ │ │ -

Synopsis

tty.register 

Values

name

│ │ │ │ - the driver .dev_name name │ │ │ │ +

Synopsis

tty.register 

Values

index

│ │ │ │ + the tty index requested │ │ │ │

driver_name

│ │ │ │ the driver name │ │ │ │ +

name

│ │ │ │ + the driver .dev_name name │ │ │ │

module

│ │ │ │ the module name │ │ │ │ -

index

│ │ │ │ - the tty index requested │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.register — Called when a tty device is registred │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.register │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - the driver .dev_name name │ │ │ │ │ + index │ │ │ │ │ + the tty index requested │ │ │ │ │ driver_name │ │ │ │ │ the driver name │ │ │ │ │ + name │ │ │ │ │ + the driver .dev_name name │ │ │ │ │ module │ │ │ │ │ the module name │ │ │ │ │ - index │ │ │ │ │ - the tty index requested │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.receive Home  probe::tty.release │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-release.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::tty.release

Name

probe::tty.release — │ │ │ │ Called when the tty is closed │ │ │ │ -

Synopsis

tty.release 

Values

inode_number

│ │ │ │ - the inode number │ │ │ │ -

file_flags

│ │ │ │ - the file flags │ │ │ │ -

inode_flags

│ │ │ │ - the inode flags │ │ │ │ -

inode_state

│ │ │ │ +

Synopsis

tty.release 

Values

inode_state

│ │ │ │ the inode state │ │ │ │

file_mode

│ │ │ │ the file mode │ │ │ │ +

inode_number

│ │ │ │ + the inode number │ │ │ │ +

file_flags

│ │ │ │ + the file flags │ │ │ │

file_name

│ │ │ │ the file name │ │ │ │ +

inode_flags

│ │ │ │ + the inode flags │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.release — Called when the tty is closed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.release │ │ │ │ │ ***** Values ***** │ │ │ │ │ - inode_number │ │ │ │ │ - the inode number │ │ │ │ │ - file_flags │ │ │ │ │ - the file flags │ │ │ │ │ - inode_flags │ │ │ │ │ - the inode flags │ │ │ │ │ inode_state │ │ │ │ │ the inode state │ │ │ │ │ file_mode │ │ │ │ │ the file mode │ │ │ │ │ + inode_number │ │ │ │ │ + the inode number │ │ │ │ │ + file_flags │ │ │ │ │ + the file flags │ │ │ │ │ file_name │ │ │ │ │ the file name │ │ │ │ │ + inode_flags │ │ │ │ │ + the inode flags │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.register Home  probe::tty.resize │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-resize.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::tty.resize

Name

probe::tty.resize — │ │ │ │ Called when a terminal resize happens │ │ │ │ -

Synopsis

tty.resize 

Values

old_xpixel

│ │ │ │ - the old xpixel │ │ │ │ -

old_ypixel

│ │ │ │ - the old ypixel │ │ │ │ -

new_row

│ │ │ │ - the new row value │ │ │ │ +

Synopsis

tty.resize 

Values

new_ypixel

│ │ │ │ + the new ypixel value │ │ │ │

new_col

│ │ │ │ the new col value │ │ │ │

name

│ │ │ │ the tty name │ │ │ │ -

new_xpixel

│ │ │ │ - the new xpixel value │ │ │ │ +

new_row

│ │ │ │ + the new row value │ │ │ │

old_col

│ │ │ │ the old col value │ │ │ │

old_row

│ │ │ │ the old row value │ │ │ │ -

new_ypixel

│ │ │ │ - the new ypixel value │ │ │ │ +

old_ypixel

│ │ │ │ + the old ypixel │ │ │ │ +

new_xpixel

│ │ │ │ + the new xpixel value │ │ │ │ +

old_xpixel

│ │ │ │ + the old xpixel │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.resize — Called when a terminal resize happens │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.resize │ │ │ │ │ ***** Values ***** │ │ │ │ │ - old_xpixel │ │ │ │ │ - the old xpixel │ │ │ │ │ - old_ypixel │ │ │ │ │ - the old ypixel │ │ │ │ │ - new_row │ │ │ │ │ - the new row value │ │ │ │ │ + new_ypixel │ │ │ │ │ + the new ypixel value │ │ │ │ │ new_col │ │ │ │ │ the new col value │ │ │ │ │ name │ │ │ │ │ the tty name │ │ │ │ │ - new_xpixel │ │ │ │ │ - the new xpixel value │ │ │ │ │ + new_row │ │ │ │ │ + the new row value │ │ │ │ │ old_col │ │ │ │ │ the old col value │ │ │ │ │ old_row │ │ │ │ │ the old row value │ │ │ │ │ - new_ypixel │ │ │ │ │ - the new ypixel value │ │ │ │ │ + old_ypixel │ │ │ │ │ + the old ypixel │ │ │ │ │ + new_xpixel │ │ │ │ │ + the new xpixel value │ │ │ │ │ + old_xpixel │ │ │ │ │ + the old xpixel │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.release Home  probe::tty.unregister │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-unregister.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::tty.unregister

Name

probe::tty.unregister — │ │ │ │ Called when a tty device is being unregistered │ │ │ │ -

Synopsis

tty.unregister 

Values

module

│ │ │ │ +

Synopsis

tty.unregister 

Values

name

│ │ │ │ + the driver .dev_name name │ │ │ │ +

module

│ │ │ │ the module name │ │ │ │ -

driver_name

│ │ │ │ - the driver name │ │ │ │

index

│ │ │ │ the tty index requested │ │ │ │ -

name

│ │ │ │ - the driver .dev_name name │ │ │ │ +

driver_name

│ │ │ │ + the driver name │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.unregister — Called when a tty device is being unregistered │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.unregister │ │ │ │ │ ***** Values ***** │ │ │ │ │ + name │ │ │ │ │ + the driver .dev_name name │ │ │ │ │ module │ │ │ │ │ the module name │ │ │ │ │ - driver_name │ │ │ │ │ - the driver name │ │ │ │ │ index │ │ │ │ │ the tty index requested │ │ │ │ │ - name │ │ │ │ │ - the driver .dev_name name │ │ │ │ │ + driver_name │ │ │ │ │ + the driver name │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.resize Home  probe::tty.write │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tty-write.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::tty.write

Name

probe::tty.write — │ │ │ │ write to the tty line │ │ │ │ -

Synopsis

tty.write 

Values

buffer

│ │ │ │ - the buffer that will be written │ │ │ │ +

Synopsis

tty.write 

Values

driver_name

│ │ │ │ + the driver name │ │ │ │

nr

│ │ │ │ The amount of characters │ │ │ │ -

driver_name

│ │ │ │ - the driver name │ │ │ │ +

buffer

│ │ │ │ + the buffer that will be written │ │ │ │

file_name

│ │ │ │ the file name lreated to the tty │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 11. TTY Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::tty.write — write to the tty line │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ tty.write │ │ │ │ │ ***** Values ***** │ │ │ │ │ - buffer │ │ │ │ │ - the buffer that will be written │ │ │ │ │ - nr │ │ │ │ │ - The amount of characters │ │ │ │ │ driver_name │ │ │ │ │ the driver name │ │ │ │ │ + nr │ │ │ │ │ + The amount of characters │ │ │ │ │ + buffer │ │ │ │ │ + the buffer that will be written │ │ │ │ │ file_name │ │ │ │ │ the file name lreated to the tty │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tty.unregister Home  Chapter 12. Interrupt Request (IRQ) Tapset │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-udp-disconnect-return.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::udp.disconnect.return

Name

probe::udp.disconnect.return — │ │ │ │ UDP has been disconnected successfully │ │ │ │ -

Synopsis

udp.disconnect.return 

Values

daddr

│ │ │ │ +

Synopsis

udp.disconnect.return 

Values

name

│ │ │ │ + The name of this probe │ │ │ │ +

ret

│ │ │ │ + Error code (0: no error) │ │ │ │ +

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │

sport

│ │ │ │ UDP source port │ │ │ │ -

dport

│ │ │ │ - UDP destination port │ │ │ │

family

│ │ │ │ IP address family │ │ │ │

saddr

│ │ │ │ A string representing the source IP address │ │ │ │ -

name

│ │ │ │ - The name of this probe │ │ │ │ -

ret

│ │ │ │ - Error code (0: no error) │ │ │ │ +

dport

│ │ │ │ + UDP destination port │ │ │ │

Context

│ │ │ │ The process which requested a UDP disconnection │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::udp.disconnect.return — UDP has been disconnected successfully │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ udp.disconnect.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ + name │ │ │ │ │ + The name of this probe │ │ │ │ │ + ret │ │ │ │ │ + Error code (0: no error) │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ sport │ │ │ │ │ UDP source port │ │ │ │ │ - dport │ │ │ │ │ - UDP destination port │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ - name │ │ │ │ │ - The name of this probe │ │ │ │ │ - ret │ │ │ │ │ - Error code (0: no error) │ │ │ │ │ + dport │ │ │ │ │ + UDP destination port │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which requested a UDP disconnection │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::udp.disconnect Home  probe::udp.recvmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-udp-disconnect.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::udp.disconnect

Name

probe::udp.disconnect — │ │ │ │ Fires when a process requests for a UDP disconnection │ │ │ │ -

Synopsis

udp.disconnect 

Values

sock

│ │ │ │ - Network socket used by the process │ │ │ │ +

Synopsis

udp.disconnect 

Values

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │

sport

│ │ │ │ UDP source port │ │ │ │ -

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │

flags

│ │ │ │ Flags (e.g. FIN, etc) │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │ -

dport

│ │ │ │ - UDP destination port │ │ │ │

name

│ │ │ │ The name of this probe │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │ +

dport

│ │ │ │ + UDP destination port │ │ │ │ +

sock

│ │ │ │ + Network socket used by the process │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │

Context

│ │ │ │ The process which requests a UDP disconnection │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::udp.disconnect — Fires when a process requests for a UDP disconnection │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ udp.disconnect │ │ │ │ │ ***** Values ***** │ │ │ │ │ - sock │ │ │ │ │ - Network socket used by the process │ │ │ │ │ - sport │ │ │ │ │ - UDP source port │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ + sport │ │ │ │ │ + UDP source port │ │ │ │ │ flags │ │ │ │ │ Flags (e.g. FIN, etc) │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ - dport │ │ │ │ │ - UDP destination port │ │ │ │ │ name │ │ │ │ │ The name of this probe │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ + dport │ │ │ │ │ + UDP destination port │ │ │ │ │ + sock │ │ │ │ │ + Network socket used by the process │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which requests a UDP disconnection │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::tcp.setsockopt.return Home  probe::udp.disconnect.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-udp-recvmsg-return.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::udp.recvmsg.return

Name

probe::udp.recvmsg.return — │ │ │ │ Fires whenever an attempt to receive a UDP message received is completed │ │ │ │ -

Synopsis

udp.recvmsg.return 

Values

dport

│ │ │ │ - UDP destination port │ │ │ │ -

saddr

│ │ │ │ +

Synopsis

udp.recvmsg.return 

Values

saddr

│ │ │ │ A string representing the source IP address │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │ -

name

│ │ │ │ - The name of this probe │ │ │ │ +

dport

│ │ │ │ + UDP destination port │ │ │ │

size

│ │ │ │ Number of bytes received by the process │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │

sport

│ │ │ │ UDP source port │ │ │ │ +

name

│ │ │ │ + The name of this probe │ │ │ │

Context

│ │ │ │ The process which received a UDP message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -3,26 +3,26 @@ │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::udp.recvmsg.return — Fires whenever an attempt to receive a UDP message │ │ │ │ │ received is completed │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ udp.recvmsg.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - dport │ │ │ │ │ - UDP destination port │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ - name │ │ │ │ │ - The name of this probe │ │ │ │ │ + dport │ │ │ │ │ + UDP destination port │ │ │ │ │ size │ │ │ │ │ Number of bytes received by the process │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ sport │ │ │ │ │ UDP source port │ │ │ │ │ + name │ │ │ │ │ + The name of this probe │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which received a UDP message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::udp.recvmsg Home  probe::udp.sendmsg │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-udp-recvmsg.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::udp.recvmsg

Name

probe::udp.recvmsg — │ │ │ │ Fires whenever a UDP message is received │ │ │ │ -

Synopsis

udp.recvmsg 

Values

dport

│ │ │ │ +

Synopsis

udp.recvmsg 

Values

sport

│ │ │ │ + UDP source port │ │ │ │ +

daddr

│ │ │ │ + A string representing the destination IP address │ │ │ │ +

name

│ │ │ │ + The name of this probe │ │ │ │ +

dport

│ │ │ │ UDP destination port │ │ │ │ -

family

│ │ │ │ - IP address family │ │ │ │

saddr

│ │ │ │ A string representing the source IP address │ │ │ │ -

name

│ │ │ │ - The name of this probe │ │ │ │ +

family

│ │ │ │ + IP address family │ │ │ │

sock

│ │ │ │ Network socket used by the process │ │ │ │

size

│ │ │ │ Number of bytes received by the process │ │ │ │ -

daddr

│ │ │ │ - A string representing the destination IP address │ │ │ │ -

sport

│ │ │ │ - UDP source port │ │ │ │

Context

│ │ │ │ The process which received a UDP message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::udp.recvmsg — Fires whenever a UDP message is received │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ udp.recvmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ + sport │ │ │ │ │ + UDP source port │ │ │ │ │ + daddr │ │ │ │ │ + A string representing the destination IP address │ │ │ │ │ + name │ │ │ │ │ + The name of this probe │ │ │ │ │ dport │ │ │ │ │ UDP destination port │ │ │ │ │ - family │ │ │ │ │ - IP address family │ │ │ │ │ saddr │ │ │ │ │ A string representing the source IP address │ │ │ │ │ - name │ │ │ │ │ - The name of this probe │ │ │ │ │ + family │ │ │ │ │ + IP address family │ │ │ │ │ sock │ │ │ │ │ Network socket used by the process │ │ │ │ │ size │ │ │ │ │ Number of bytes received by the process │ │ │ │ │ - daddr │ │ │ │ │ - A string representing the destination IP address │ │ │ │ │ - sport │ │ │ │ │ - UDP source port │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which received a UDP message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::udp.disconnect.return Home  probe::udp.recvmsg.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-udp-sendmsg.html │ │ │ │ @@ -1,21 +1,21 @@ │ │ │ │ probe::udp.sendmsg

Name

probe::udp.sendmsg — │ │ │ │ Fires whenever a process sends a UDP message │ │ │ │ -

Synopsis

udp.sendmsg 

Values

size

│ │ │ │ - Number of bytes sent by the process │ │ │ │ -

sock

│ │ │ │ - Network socket used by the process │ │ │ │ +

Synopsis

udp.sendmsg 

Values

name

│ │ │ │ + The name of this probe │ │ │ │

daddr

│ │ │ │ A string representing the destination IP address │ │ │ │

sport

│ │ │ │ UDP source port │ │ │ │ -

dport

│ │ │ │ - UDP destination port │ │ │ │ -

saddr

│ │ │ │ - A string representing the source IP address │ │ │ │ +

size

│ │ │ │ + Number of bytes sent by the process │ │ │ │

family

│ │ │ │ IP address family │ │ │ │ -

name

│ │ │ │ - The name of this probe │ │ │ │ +

sock

│ │ │ │ + Network socket used by the process │ │ │ │ +

saddr

│ │ │ │ + A string representing the source IP address │ │ │ │ +

dport

│ │ │ │ + UDP destination port │ │ │ │

Context

│ │ │ │ The process which sent a UDP message │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ │ Prev Chapter 13. Networking Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::udp.sendmsg — Fires whenever a process sends a UDP message │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ udp.sendmsg │ │ │ │ │ ***** Values ***** │ │ │ │ │ - size │ │ │ │ │ - Number of bytes sent by the process │ │ │ │ │ - sock │ │ │ │ │ - Network socket used by the process │ │ │ │ │ + name │ │ │ │ │ + The name of this probe │ │ │ │ │ daddr │ │ │ │ │ A string representing the destination IP address │ │ │ │ │ sport │ │ │ │ │ UDP source port │ │ │ │ │ - dport │ │ │ │ │ - UDP destination port │ │ │ │ │ - saddr │ │ │ │ │ - A string representing the source IP address │ │ │ │ │ + size │ │ │ │ │ + Number of bytes sent by the process │ │ │ │ │ family │ │ │ │ │ IP address family │ │ │ │ │ - name │ │ │ │ │ - The name of this probe │ │ │ │ │ + sock │ │ │ │ │ + Network socket used by the process │ │ │ │ │ + saddr │ │ │ │ │ + A string representing the source IP address │ │ │ │ │ + dport │ │ │ │ │ + UDP destination port │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process which sent a UDP message │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::udp.recvmsg.return Home  probe::udp.sendmsg.return │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-brk.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.brk

Name

probe::vm.brk — │ │ │ │ Fires when a brk is requested (i.e. the heap will be resized) │ │ │ │ -

Synopsis

vm.brk 

Values

name

│ │ │ │ +

Synopsis

vm.brk 

Values

length

│ │ │ │ + the length of the memory segment │ │ │ │ +

name

│ │ │ │ name of the probe point │ │ │ │

address

│ │ │ │ the requested address │ │ │ │ -

length

│ │ │ │ - the length of the memory segment │ │ │ │

Context

│ │ │ │ The process calling brk. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.brk — Fires when a brk is requested (i.e. the heap will be resized) │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.brk │ │ │ │ │ ***** Values ***** │ │ │ │ │ + length │ │ │ │ │ + the length of the memory segment │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ address │ │ │ │ │ the requested address │ │ │ │ │ - length │ │ │ │ │ - the length of the memory segment │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process calling brk. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ function::vm_fault_contains Home  probe::vm.kfree │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kfree.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.kfree

Name

probe::vm.kfree — │ │ │ │ Fires when kfree is requested │ │ │ │ -

Synopsis

vm.kfree 

Values

call_site

│ │ │ │ - address of the function calling this kmemory function │ │ │ │ -

caller_function

│ │ │ │ +

Synopsis

vm.kfree 

Values

caller_function

│ │ │ │ name of the caller function. │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │

ptr

│ │ │ │ pointer to the kmemory allocated which is returned by kmalloc │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │ +

call_site

│ │ │ │ + address of the function calling this kmemory function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kfree — Fires when kfree is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kfree │ │ │ │ │ ***** Values ***** │ │ │ │ │ - call_site │ │ │ │ │ - address of the function calling this kmemory function │ │ │ │ │ caller_function │ │ │ │ │ name of the caller function. │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ ptr │ │ │ │ │ pointer to the kmemory allocated which is returned by kmalloc │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ + call_site │ │ │ │ │ + address of the function calling this kmemory function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.brk Home  probe::vm.kmalloc │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kmalloc-node.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::vm.kmalloc_node

Name

probe::vm.kmalloc_node — │ │ │ │ Fires when kmalloc_node is requested │ │ │ │ -

Synopsis

vm.kmalloc_node 

Values

gfp_flags

│ │ │ │ +

Synopsis

vm.kmalloc_node 

Values

bytes_req

│ │ │ │ + requested Bytes │ │ │ │ +

gfp_flags

│ │ │ │ type of kmemory to allocate │ │ │ │ -

gfp_flag_name

│ │ │ │ - type of kmemory to allocate(in string format) │ │ │ │

call_site

│ │ │ │ address of the function caling this kmemory function │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │ -

caller_function

│ │ │ │ - name of the caller function │ │ │ │ -

bytes_req

│ │ │ │ - requested Bytes │ │ │ │

ptr

│ │ │ │ pointer to the kmemory allocated │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │

bytes_alloc

│ │ │ │ allocated Bytes │ │ │ │ +

gfp_flag_name

│ │ │ │ + type of kmemory to allocate(in string format) │ │ │ │ +

caller_function

│ │ │ │ + name of the caller function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kmalloc_node — Fires when kmalloc_node is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kmalloc_node │ │ │ │ │ ***** Values ***** │ │ │ │ │ + bytes_req │ │ │ │ │ + requested Bytes │ │ │ │ │ gfp_flags │ │ │ │ │ type of kmemory to allocate │ │ │ │ │ - gfp_flag_name │ │ │ │ │ - type of kmemory to allocate(in string format) │ │ │ │ │ call_site │ │ │ │ │ address of the function caling this kmemory function │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ - caller_function │ │ │ │ │ - name of the caller function │ │ │ │ │ - bytes_req │ │ │ │ │ - requested Bytes │ │ │ │ │ ptr │ │ │ │ │ pointer to the kmemory allocated │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ bytes_alloc │ │ │ │ │ allocated Bytes │ │ │ │ │ + gfp_flag_name │ │ │ │ │ + type of kmemory to allocate(in string format) │ │ │ │ │ + caller_function │ │ │ │ │ + name of the caller function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kmalloc Home  probe::vm.kmem_cache_alloc │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kmalloc.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::vm.kmalloc

Name

probe::vm.kmalloc — │ │ │ │ Fires when kmalloc is requested │ │ │ │ -

Synopsis

vm.kmalloc 

Values

gfp_flags

│ │ │ │ - type of kmemory to allocate │ │ │ │ -

call_site

│ │ │ │ +

Synopsis

vm.kmalloc 

Values

call_site

│ │ │ │ address of the kmemory function │ │ │ │ -

gfp_flag_name

│ │ │ │ - type of kmemory to allocate (in String format) │ │ │ │ +

gfp_flags

│ │ │ │ + type of kmemory to allocate │ │ │ │ +

bytes_req

│ │ │ │ + requested Bytes │ │ │ │

caller_function

│ │ │ │ name of the caller function │ │ │ │ +

ptr

│ │ │ │ + pointer to the kmemory allocated │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │

bytes_alloc

│ │ │ │ allocated Bytes │ │ │ │ -

ptr

│ │ │ │ - pointer to the kmemory allocated │ │ │ │ -

bytes_req

│ │ │ │ - requested Bytes │ │ │ │ +

gfp_flag_name

│ │ │ │ + type of kmemory to allocate (in String format) │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kmalloc — Fires when kmalloc is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kmalloc │ │ │ │ │ ***** Values ***** │ │ │ │ │ - gfp_flags │ │ │ │ │ - type of kmemory to allocate │ │ │ │ │ call_site │ │ │ │ │ address of the kmemory function │ │ │ │ │ - gfp_flag_name │ │ │ │ │ - type of kmemory to allocate (in String format) │ │ │ │ │ + gfp_flags │ │ │ │ │ + type of kmemory to allocate │ │ │ │ │ + bytes_req │ │ │ │ │ + requested Bytes │ │ │ │ │ caller_function │ │ │ │ │ name of the caller function │ │ │ │ │ + ptr │ │ │ │ │ + pointer to the kmemory allocated │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ bytes_alloc │ │ │ │ │ allocated Bytes │ │ │ │ │ - ptr │ │ │ │ │ - pointer to the kmemory allocated │ │ │ │ │ - bytes_req │ │ │ │ │ - requested Bytes │ │ │ │ │ + gfp_flag_name │ │ │ │ │ + type of kmemory to allocate (in String format) │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kfree Home  probe::vm.kmalloc_node │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kmem-cache-alloc-node.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::vm.kmem_cache_alloc_node

Name

probe::vm.kmem_cache_alloc_node — │ │ │ │ Fires when kmem_cache_alloc_node is requested │ │ │ │ -

Synopsis

vm.kmem_cache_alloc_node 

Values

ptr

│ │ │ │ - pointer to the kmemory allocated │ │ │ │ +

Synopsis

vm.kmem_cache_alloc_node 

Values

call_site

│ │ │ │ + address of the function calling this kmemory function │ │ │ │ +

gfp_flags

│ │ │ │ + type of kmemory to allocate │ │ │ │

bytes_req

│ │ │ │ requested Bytes │ │ │ │ -

bytes_alloc

│ │ │ │ - allocated Bytes │ │ │ │

caller_function

│ │ │ │ name of the caller function │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │ -

call_site

│ │ │ │ - address of the function calling this kmemory function │ │ │ │

gfp_flag_name

│ │ │ │ type of kmemory to allocate(in string format) │ │ │ │ -

gfp_flags

│ │ │ │ - type of kmemory to allocate │ │ │ │ +

bytes_alloc

│ │ │ │ + allocated Bytes │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │ +

ptr

│ │ │ │ + pointer to the kmemory allocated │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kmem_cache_alloc_node — Fires when kmem_cache_alloc_node is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kmem_cache_alloc_node │ │ │ │ │ ***** Values ***** │ │ │ │ │ - ptr │ │ │ │ │ - pointer to the kmemory allocated │ │ │ │ │ + call_site │ │ │ │ │ + address of the function calling this kmemory function │ │ │ │ │ + gfp_flags │ │ │ │ │ + type of kmemory to allocate │ │ │ │ │ bytes_req │ │ │ │ │ requested Bytes │ │ │ │ │ - bytes_alloc │ │ │ │ │ - allocated Bytes │ │ │ │ │ caller_function │ │ │ │ │ name of the caller function │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ - call_site │ │ │ │ │ - address of the function calling this kmemory function │ │ │ │ │ gfp_flag_name │ │ │ │ │ type of kmemory to allocate(in string format) │ │ │ │ │ - gfp_flags │ │ │ │ │ - type of kmemory to allocate │ │ │ │ │ + bytes_alloc │ │ │ │ │ + allocated Bytes │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ + ptr │ │ │ │ │ + pointer to the kmemory allocated │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kmem_cache_alloc Home  probe::vm.kmem_cache_free │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kmem-cache-alloc.html │ │ │ │ @@ -1,19 +1,19 @@ │ │ │ │ probe::vm.kmem_cache_alloc

Name

probe::vm.kmem_cache_alloc — │ │ │ │ Fires when kmem_cache_alloc is requested │ │ │ │ -

Synopsis

vm.kmem_cache_alloc 

Values

gfp_flags

│ │ │ │ +

Synopsis

vm.kmem_cache_alloc 

Values

bytes_req

│ │ │ │ + requested Bytes │ │ │ │ +

gfp_flags

│ │ │ │ type of kmemory to allocate │ │ │ │

call_site

│ │ │ │ address of the function calling this kmemory function. │ │ │ │

gfp_flag_name

│ │ │ │ type of kmemory to allocate(in string format) │ │ │ │ -

caller_function

│ │ │ │ - name of the caller function. │ │ │ │ -

name

│ │ │ │ - name of the probe point │ │ │ │ -

ptr

│ │ │ │ - pointer to the kmemory allocated │ │ │ │ -

bytes_req

│ │ │ │ - requested Bytes │ │ │ │

bytes_alloc

│ │ │ │ allocated Bytes │ │ │ │ +

ptr

│ │ │ │ + pointer to the kmemory allocated │ │ │ │ +

name

│ │ │ │ + name of the probe point │ │ │ │ +

caller_function

│ │ │ │ + name of the caller function. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,26 +2,26 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kmem_cache_alloc — Fires when kmem_cache_alloc is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kmem_cache_alloc │ │ │ │ │ ***** Values ***** │ │ │ │ │ + bytes_req │ │ │ │ │ + requested Bytes │ │ │ │ │ gfp_flags │ │ │ │ │ type of kmemory to allocate │ │ │ │ │ call_site │ │ │ │ │ address of the function calling this kmemory function. │ │ │ │ │ gfp_flag_name │ │ │ │ │ type of kmemory to allocate(in string format) │ │ │ │ │ - caller_function │ │ │ │ │ - name of the caller function. │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ - ptr │ │ │ │ │ - pointer to the kmemory allocated │ │ │ │ │ - bytes_req │ │ │ │ │ - requested Bytes │ │ │ │ │ bytes_alloc │ │ │ │ │ allocated Bytes │ │ │ │ │ + ptr │ │ │ │ │ + pointer to the kmemory allocated │ │ │ │ │ + name │ │ │ │ │ + name of the probe point │ │ │ │ │ + caller_function │ │ │ │ │ + name of the caller function. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kmalloc_node Home  probe::vm.kmem_cache_alloc_node │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-kmem-cache-free.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.kmem_cache_free

Name

probe::vm.kmem_cache_free — │ │ │ │ Fires when kmem_cache_free is requested │ │ │ │ -

Synopsis

vm.kmem_cache_free 

Values

call_site

│ │ │ │ - Address of the function calling this kmemory function │ │ │ │ +

Synopsis

vm.kmem_cache_free 

Values

caller_function

│ │ │ │ + Name of the caller function. │ │ │ │

name

│ │ │ │ Name of the probe point │ │ │ │ -

caller_function

│ │ │ │ - Name of the caller function. │ │ │ │

ptr

│ │ │ │ Pointer to the kmemory allocated which is returned by kmem_cache │ │ │ │ +

call_site

│ │ │ │ + Address of the function calling this kmemory function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.kmem_cache_free — Fires when kmem_cache_free is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.kmem_cache_free │ │ │ │ │ ***** Values ***** │ │ │ │ │ - call_site │ │ │ │ │ - Address of the function calling this kmemory function │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ caller_function │ │ │ │ │ Name of the caller function. │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ ptr │ │ │ │ │ Pointer to the kmemory allocated which is returned by kmem_cache │ │ │ │ │ + call_site │ │ │ │ │ + Address of the function calling this kmemory function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kmem_cache_alloc_node Home  probe::vm.mmap │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-mmap.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.mmap

Name

probe::vm.mmap — │ │ │ │ Fires when an mmap is requested │ │ │ │ -

Synopsis

vm.mmap 

Values

address

│ │ │ │ - the requested address │ │ │ │ -

length

│ │ │ │ +

Synopsis

vm.mmap 

Values

length

│ │ │ │ the length of the memory segment │ │ │ │ +

address

│ │ │ │ + the requested address │ │ │ │

name

│ │ │ │ name of the probe point │ │ │ │

Context

│ │ │ │ The process calling mmap. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.mmap — Fires when an mmap is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.mmap │ │ │ │ │ ***** Values ***** │ │ │ │ │ - address │ │ │ │ │ - the requested address │ │ │ │ │ length │ │ │ │ │ the length of the memory segment │ │ │ │ │ + address │ │ │ │ │ + the requested address │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process calling mmap. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.kmem_cache_free Home  probe::vm.munmap │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-munmap.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.munmap

Name

probe::vm.munmap — │ │ │ │ Fires when an munmap is requested │ │ │ │ -

Synopsis

vm.munmap 

Values

name

│ │ │ │ +

Synopsis

vm.munmap 

Values

length

│ │ │ │ + the length of the memory segment │ │ │ │ +

name

│ │ │ │ name of the probe point │ │ │ │

address

│ │ │ │ the requested address │ │ │ │ -

length

│ │ │ │ - the length of the memory segment │ │ │ │

Context

│ │ │ │ The process calling munmap. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.munmap — Fires when an munmap is requested │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.munmap │ │ │ │ │ ***** Values ***** │ │ │ │ │ + length │ │ │ │ │ + the length of the memory segment │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ address │ │ │ │ │ the requested address │ │ │ │ │ - length │ │ │ │ │ - the length of the memory segment │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process calling munmap. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.mmap Home  probe::vm.oom_kill │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-pagefault-return.html │ │ │ │ @@ -1,11 +1,11 @@ │ │ │ │ probe::vm.pagefault.return

Name

probe::vm.pagefault.return — │ │ │ │ Indicates what type of fault occurred │ │ │ │ -

Synopsis

vm.pagefault.return 

Values

name

│ │ │ │ - name of the probe point │ │ │ │ -

fault_type

│ │ │ │ +

Synopsis

vm.pagefault.return 

Values

fault_type

│ │ │ │ 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

│ │ │ │ + name of the probe point │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,17 +2,17 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.pagefault.return — Indicates what type of fault occurred │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.pagefault.return │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - name of the probe point │ │ │ │ │ fault_type │ │ │ │ │ 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 │ │ │ │ │ + name of the probe point │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::vm.pagefault Home  probe::vm.write_shared │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-write-shared-copy.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │ probe::vm.write_shared_copy

Name

probe::vm.write_shared_copy — │ │ │ │ Page copy for shared page write │ │ │ │ -

Synopsis

vm.write_shared_copy 

Values

name

│ │ │ │ - Name of the probe point │ │ │ │ +

Synopsis

vm.write_shared_copy 

Values

address

│ │ │ │ + The address of the shared write │ │ │ │

zero

│ │ │ │ boolean indicating whether it is a zero page │ │ │ │ (can do a clear instead of a copy) │ │ │ │ -

address

│ │ │ │ - The address of the shared write │ │ │ │ +

name

│ │ │ │ + Name of the probe point │ │ │ │

Context

│ │ │ │ The process attempting the write. │ │ │ │

Description

│ │ │ │ Fires when a write to a shared page requires a page copy. This is │ │ │ │ always preceded by a vm.write_shared. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,21 +2,21 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.write_shared_copy — Page copy for shared page write │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.write_shared_copy │ │ │ │ │ ***** Values ***** │ │ │ │ │ - name │ │ │ │ │ - Name of the probe point │ │ │ │ │ + address │ │ │ │ │ + The address of the shared write │ │ │ │ │ zero │ │ │ │ │ boolean indicating whether it is a zero page (can do a clear instead of a │ │ │ │ │ copy) │ │ │ │ │ - address │ │ │ │ │ - The address of the shared write │ │ │ │ │ + name │ │ │ │ │ + Name of the probe point │ │ │ │ │ ***** Context ***** │ │ │ │ │ The process attempting the write. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a write to a shared page requires a page copy. This is always │ │ │ │ │ preceded by a vm.write_shared. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-vm-write-shared.html │ │ │ │ @@ -1,13 +1,13 @@ │ │ │ │ probe::vm.write_shared

Name

probe::vm.write_shared — │ │ │ │ Attempts at writing to a shared page │ │ │ │ -

Synopsis

vm.write_shared 

Values

address

│ │ │ │ - the address of the shared write │ │ │ │ -

name

│ │ │ │ +

Synopsis

vm.write_shared 

Values

name

│ │ │ │ name of the probe point │ │ │ │ +

address

│ │ │ │ + the address of the shared write │ │ │ │

Context

│ │ │ │ The context is the process attempting the write. │ │ │ │

Description

│ │ │ │ Fires when a process attempts to write to a shared page. │ │ │ │ If a copy is necessary, this will be followed by a │ │ │ │ vm.write_shared_copy. │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ │ Prev Chapter 6. Memory Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::vm.write_shared — Attempts at writing to a shared page │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ vm.write_shared │ │ │ │ │ ***** Values ***** │ │ │ │ │ - address │ │ │ │ │ - the address of the shared write │ │ │ │ │ name │ │ │ │ │ name of the probe point │ │ │ │ │ + address │ │ │ │ │ + the address of the shared write │ │ │ │ │ ***** Context ***** │ │ │ │ │ The context is the process attempting the write. │ │ │ │ │ ***** Description ***** │ │ │ │ │ Fires when a process attempts to write to a shared page. If a copy is │ │ │ │ │ necessary, this will be followed by a vm.write_shared_copy. │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-workqueue-execute.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::workqueue.execute

Name

probe::workqueue.execute — │ │ │ │ Executing deferred work │ │ │ │ -

Synopsis

workqueue.execute 

Values

work

│ │ │ │ - work_struct* being executed │ │ │ │ -

wq_thread

│ │ │ │ +

Synopsis

workqueue.execute 

Values

wq_thread

│ │ │ │ task_struct of the workqueue thread │ │ │ │ +

work

│ │ │ │ + work_struct* being executed │ │ │ │

work_func

│ │ │ │ pointer to handler function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::workqueue.execute — Executing deferred work │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ workqueue.execute │ │ │ │ │ ***** Values ***** │ │ │ │ │ - work │ │ │ │ │ - work_struct* being executed │ │ │ │ │ wq_thread │ │ │ │ │ task_struct of the workqueue thread │ │ │ │ │ + work │ │ │ │ │ + work_struct* being executed │ │ │ │ │ work_func │ │ │ │ │ pointer to handler function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::workqueue.destroy Home  probe::workqueue.insert │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-workqueue-insert.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │ probe::workqueue.insert

Name

probe::workqueue.insert — │ │ │ │ Queuing work on a workqueue │ │ │ │ -

Synopsis

workqueue.insert 

Values

work_func

│ │ │ │ - pointer to handler function │ │ │ │ -

wq_thread

│ │ │ │ +

Synopsis

workqueue.insert 

Values

wq_thread

│ │ │ │ task_struct of the workqueue thread │ │ │ │

work

│ │ │ │ work_struct* being queued │ │ │ │ +

work_func

│ │ │ │ + pointer to handler function │ │ │ │

│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2,16 +2,16 @@ │ │ │ │ │ Prev Chapter 12. Interrupt Request (IRQ) Tapse Next │ │ │ │ │ =============================================================================== │ │ │ │ │ ***** Name ***** │ │ │ │ │ probe::workqueue.insert — Queuing work on a workqueue │ │ │ │ │ ***** Synopsis ***** │ │ │ │ │ workqueue.insert │ │ │ │ │ ***** Values ***** │ │ │ │ │ - work_func │ │ │ │ │ - pointer to handler function │ │ │ │ │ wq_thread │ │ │ │ │ task_struct of the workqueue thread │ │ │ │ │ work │ │ │ │ │ work_struct* being queued │ │ │ │ │ + work_func │ │ │ │ │ + pointer to handler function │ │ │ │ │ =============================================================================== │ │ │ │ │ Prev  Up  Next │ │ │ │ │ probe::workqueue.execute Home  Chapter 13. Networking Tapset