--- /srv/reproducible-results/rbuild-debian/r-b-build.foFFXSWe/b1/systemtap_5.1-4.1_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.foFFXSWe/b2/systemtap_5.1-4.1_amd64.changes ├── Files │ @@ -1,11 +1,11 @@ │ │ 26afbcdec4efc45101bfbc46514ac0b5 8572 devel optional systemtap-client_5.1-4.1_amd64.deb │ 54e6af4b2f30d7a30e41830e63a8c459 640208 devel optional systemtap-common_5.1-4.1_amd64.deb │ b09819c75e53f8dca647ff767f7728e9 22005100 debug optional systemtap-dbgsym_5.1-4.1_amd64.deb │ - 49c156176a4663da9508324199044b51 2585596 doc optional systemtap-doc_5.1-4.1_amd64.deb │ + 3ee5d465c742dcb4d0276e898db73e6b 2586576 doc optional systemtap-doc_5.1-4.1_amd64.deb │ 3d55d31c30b7a366f51dcea08656a4d6 1272296 debug optional systemtap-runtime-dbgsym_5.1-4.1_amd64.deb │ 05cc7166efd17d48ff092035f3876f7e 148996 devel optional systemtap-runtime_5.1-4.1_amd64.deb │ 185f590ae5052767753a639c960edd3f 18916 devel optional systemtap-sdt-dev_5.1-4.1_amd64.deb │ 8793ac636a18ff98f49622170607f905 2086312 debug optional systemtap-server-dbgsym_5.1-4.1_amd64.deb │ 95e0b126f98b5276089f7e9233612534 163352 devel optional systemtap-server_5.1-4.1_amd64.deb │ 430d4e4c6f798ec60748520a69cb61d0 1530100 devel optional systemtap_5.1-4.1_amd64.deb ├── systemtap-doc_5.1-4.1_amd64.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2025-02-28 20:20:54.000000 debian-binary │ │ --rw-r--r-- 0 0 0 54200 2025-02-28 20:20:54.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 2531204 2025-02-28 20:20:54.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 54192 2025-02-28 20:20:54.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 2532192 2025-02-28 20:20:54.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,29 +1,21 @@ │ │ │ │
probe::ioblock.end — │ │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ │ -
ioblock.end
error
│ │ │ │ +
ioblock.end
sector
│ │ │ │ + beginning sector for the entire bio │ │ │ │ +
opf
│ │ │ │ + operations and flags │ │ │ │ +
devname
│ │ │ │ + block device name │ │ │ │ +
error
│ │ │ │ 0 on success │ │ │ │
vcnt
│ │ │ │ bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ -
bytes_done
│ │ │ │ - number of bytes transferred │ │ │ │ -
idx
│ │ │ │ - offset into the bio vector array │ │ │ │
rw
│ │ │ │ binary trace for read/write request │ │ │ │ -
devname
│ │ │ │ - block device name │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
sector
│ │ │ │ - beginning sector for the entire bio │ │ │ │ -
hw_segments
│ │ │ │ - number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ -
opf
│ │ │ │ - operations and flags │ │ │ │
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 │ │ │ │ @@ -32,10 +24,18 @@ │ │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ │
ino
│ │ │ │ i-node number of the mapped file │ │ │ │
phys_segments
│ │ │ │ number of segments in this bio after physical address coalescing is performed. │ │ │ │
size
│ │ │ │ total size in bytes │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │ +
idx
│ │ │ │ + offset into the bio vector array │ │ │ │ +
hw_segments
│ │ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ +
bytes_done
│ │ │ │ + number of bytes transferred │ │ │ │
probe::ioblock.request — │ │ │ │ Fires whenever making a generic block I/O request. │ │ │ │ -
ioblock.request
p_start_sect
│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ -
idx
│ │ │ │ - offset into the bio vector array │ │ │ │ +
ioblock.request
devname
│ │ │ │ + block device name │ │ │ │ +
sector
│ │ │ │ + beginning sector for the entire bio │ │ │ │ +
opf
│ │ │ │ + operations and flags │ │ │ │
vcnt
│ │ │ │ bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ -
devname
│ │ │ │ - block device name │ │ │ │ -
bdev_contains
│ │ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
bdev
│ │ │ │ - target block device │ │ │ │
rw
│ │ │ │ binary trace for read/write request │ │ │ │ -
opf
│ │ │ │ - operations and flags │ │ │ │ -
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 │ │ │ │ +
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_contains
│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │
size
│ │ │ │ total size in bytes │ │ │ │ -
ino
│ │ │ │ - i-node number of the mapped file │ │ │ │
phys_segments
│ │ │ │ number of segments in this bio after physical address coalescing is performed │ │ │ │ +
idx
│ │ │ │ + offset into the bio vector array │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │ +
hw_segments
│ │ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ │ +
bdev
│ │ │ │ + target block device │ │ │ │
probe::ioblock_trace.bounce — │ │ │ │ Fires whenever a buffer bounce is needed for at least one page of a block IO request. │ │ │ │ -
ioblock_trace.bounce
vcnt
│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ -
bytes_done
│ │ │ │ - number of bytes transferred │ │ │ │ -
p_start_sect
│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ -
idx
│ │ │ │ - offset into the bio vector array
│ │ │ │ - phys_segments
- number of segments in this bio after physical address coalescing is performed.
│ │ │ │ -
rw
│ │ │ │ - binary trace for read/write request │ │ │ │ -
bdev
│ │ │ │ - target block device │ │ │ │ -
devname
│ │ │ │ - device for which a buffer bounce was needed. │ │ │ │ +
ioblock_trace.bounce
size
│ │ │ │ + total size in bytes │ │ │ │ +
ino
│ │ │ │ + i-node number of the mapped file │ │ │ │
bdev_contains
│ │ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
opf
│ │ │ │ - operations and flags │ │ │ │ -
sector
│ │ │ │ - beginning sector for the entire bio │ │ │ │ +
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 │ │ │ │ -
q
│ │ │ │ - request queue on which this bio was queued. │ │ │ │ -
size
│ │ │ │ - total size in bytes │ │ │ │ +
p_start_sect
│ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ +
bdev
│ │ │ │ + target block device │ │ │ │ +
bytes_done
│ │ │ │ + number of bytes transferred │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │ +
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 makes up this I/O request │ │ │ │ +
opf
│ │ │ │ + operations and flags │ │ │ │ +
sector
│ │ │ │ + beginning sector for the entire bio │ │ │ │ +
devname
│ │ │ │ + device for which a buffer bounce was needed. │ │ │ │ +
rw
│ │ │ │ + binary trace for read/write request │ │ │ │
probe::ioblock_trace.end — │ │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ │ -
ioblock_trace.end
name
│ │ │ │ - name of the probe point │ │ │ │ +
ioblock_trace.end
rw
│ │ │ │ + binary trace for read/write request │ │ │ │ +
sector
│ │ │ │ + beginning sector for the entire bio │ │ │ │ +
opf
│ │ │ │ + operations and flags │ │ │ │
devname
│ │ │ │ block device name │ │ │ │ -
bdev_contains
│ │ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │ -
bdev
│ │ │ │ - target block device │ │ │ │ -
rw
│ │ │ │ - binary trace for read/write request │ │ │ │ +
vcnt
│ │ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │
idx
│ │ │ │ offset into the bio vector array
│ │ │ │ phys_segments
- number of segments in this bio after physical address coalescing is performed.
│ │ │ │ -
p_start_sect
│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │
bytes_done
│ │ │ │ number of bytes transferred │ │ │ │ -
vcnt
│ │ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ │ -
size
│ │ │ │ - total size in bytes │ │ │ │ +
bdev
│ │ │ │ + target block device │ │ │ │
ino
│ │ │ │ i-node number of the mapped file │ │ │ │ +
bdev_contains
│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │
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 │ │ │ │ -
opf
│ │ │ │ - operations and flags │ │ │ │ -
sector
│ │ │ │ - beginning sector for the entire bio │ │ │ │ +
p_start_sect
│ │ │ │ + points to the start sector of the partition structure of the device │ │ │ │ +
size
│ │ │ │ + total size in bytes │ │ │ │
probe::ioblock_trace.request — │ │ │ │ Fires just as a generic block I/O request is created for a bio. │ │ │ │ -
ioblock_trace.request
vcnt
│ │ │ │ +
ioblock_trace.request
rw
│ │ │ │ + binary trace for read/write request │ │ │ │ +
vcnt
│ │ │ │ bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ │ -
p_start_sect
│ │ │ │ - points to the start sector of the partition structure of the device │ │ │ │ +
devname
│ │ │ │ + block device name │ │ │ │ +
sector
│ │ │ │ + beginning sector for the entire bio │ │ │ │ +
opf
│ │ │ │ + operations and flags │ │ │ │ +
bdev
│ │ │ │ + target block device │ │ │ │ +
bytes_done
│ │ │ │ + number of bytes transferred │ │ │ │
idx
│ │ │ │ offset into the bio vector array
│ │ │ │ phys_segments
- number of segments in this bio after physical address coalescing is performed.
│ │ │ │ -
bytes_done
│ │ │ │ - number of bytes transferred │ │ │ │ -
bdev
│ │ │ │ - target block device │ │ │ │ -
rw
│ │ │ │ - binary trace for read/write request │ │ │ │
name
│ │ │ │ name of the probe point │ │ │ │ -
devname
│ │ │ │ - block device name │ │ │ │ -
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 │ │ │ │
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 │ │ │ │ -
sector
│ │ │ │ - beginning sector for the entire bio │ │ │ │ -
opf
│ │ │ │ - operations and flags │ │ │ │ +
bdev_contains
│ │ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ │
q
│ │ │ │ request queue on which this bio was queued. │ │ │ │
ino
│ │ │ │ i-node number of the mapped file │ │ │ │ -
size
│ │ │ │ - total size in bytes │ │ │ │
probe::ioscheduler.elv_add_request.kp — │ │ │ │ kprobe based probe to indicate that a request was added to the request queue │ │ │ │ -
ioscheduler.elv_add_request.kp
name
│ │ │ │ - Name of the probe point │ │ │ │ -
disk_major
│ │ │ │ - Disk major number of the request │ │ │ │ -
q
│ │ │ │ +
ioscheduler.elv_add_request.kp
q
│ │ │ │ pointer to request queue │ │ │ │ +
rq_flags
│ │ │ │ + Request flags │ │ │ │
disk_minor
│ │ │ │ Disk minor number of the request │ │ │ │ +
disk_major
│ │ │ │ + Disk major number of the request │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │
rq
│ │ │ │ Address of the request │ │ │ │ -
rq_flags
│ │ │ │ - Request flags │ │ │ │
elevator_name
│ │ │ │ The type of I/O elevator currently enabled │ │ │ │
probe::ioscheduler.elv_add_request.tp — │ │ │ │ tracepoint based probe to indicate a request is added to the request queue. │ │ │ │ -
ioscheduler.elv_add_request.tp
disk_major
│ │ │ │ +
ioscheduler.elv_add_request.tp
rq
│ │ │ │ + Address of request. │ │ │ │ +
elevator_name
│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │ +
disk_major
│ │ │ │ Disk major no of request. │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ -
q
│ │ │ │ - Pointer to request queue. │ │ │ │ -
rq
│ │ │ │ - Address of request. │ │ │ │
disk_minor
│ │ │ │ Disk minor number of request. │ │ │ │ +
q
│ │ │ │ + Pointer to request queue. │ │ │ │
rq_flags
│ │ │ │ Request flags. │ │ │ │ -
elevator_name
│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │
probe::ioscheduler.elv_add_request — │ │ │ │ probe to indicate request is added to the request queue. │ │ │ │ -
ioscheduler.elv_add_request
q
│ │ │ │ - Pointer to request queue. │ │ │ │ -
disk_major
│ │ │ │ - Disk major no of request. │ │ │ │ +
ioscheduler.elv_add_request
disk_minor
│ │ │ │ + Disk minor number of request. │ │ │ │
rq_flags
│ │ │ │ Request flags. │ │ │ │ +
q
│ │ │ │ + Pointer to request queue. │ │ │ │
elevator_name
│ │ │ │ The type of I/O elevator currently enabled. │ │ │ │
rq
│ │ │ │ Address of request. │ │ │ │ -
disk_minor
│ │ │ │ - Disk minor number of request. │ │ │ │ +
disk_major
│ │ │ │ + Disk major no of request. │ │ │ │
probe::ioscheduler.elv_completed_request — │ │ │ │ Fires when a request is completed │ │ │ │ -
ioscheduler.elv_completed_request
rq_flags
│ │ │ │ +
ioscheduler.elv_completed_request
disk_minor
│ │ │ │ + Disk minor number of the request │ │ │ │ +
rq_flags
│ │ │ │ Request flags │ │ │ │
elevator_name
│ │ │ │ The type of I/O elevator currently enabled │ │ │ │ -
disk_major
│ │ │ │ - Disk major number of the request │ │ │ │ -
name
│ │ │ │ - Name of the probe point │ │ │ │
rq
│ │ │ │ Address of the request │ │ │ │ -
disk_minor
│ │ │ │ - Disk minor number of the request │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │ +
disk_major
│ │ │ │ + Disk major number of the request │ │ │ │
probe::ioscheduler.elv_next_request.return — │ │ │ │ Fires when a request retrieval issues a return signal │ │ │ │ -
ioscheduler.elv_next_request.return
rq_flags
│ │ │ │ - Request flags │ │ │ │ -
name
│ │ │ │ +
ioscheduler.elv_next_request.return
name
│ │ │ │ Name of the probe point │ │ │ │
disk_major
│ │ │ │ Disk major number of the request │ │ │ │ -
rq
│ │ │ │ - Address of the request │ │ │ │
disk_minor
│ │ │ │ Disk minor number of the request │ │ │ │ +
rq
│ │ │ │ + Address of the request │ │ │ │ +
rq_flags
│ │ │ │ + Request flags │ │ │ │
probe::ioscheduler.elv_next_request — │ │ │ │ Fires when a request is retrieved from the request queue │ │ │ │ -
ioscheduler.elv_next_request
name
│ │ │ │ - Name of the probe point │ │ │ │ -
elevator_name
│ │ │ │ +
ioscheduler.elv_next_request
probe::ioscheduler_trace.elv_abort_request — │ │ │ │ Fires when a request is aborted. │ │ │ │ -
ioscheduler_trace.elv_abort_request
disk_major
│ │ │ │ +
ioscheduler_trace.elv_abort_request
rq_flags
│ │ │ │ + Request flags. │ │ │ │ +
disk_minor
│ │ │ │ + Disk minor number of request. │ │ │ │ +
disk_major
│ │ │ │ Disk major no of request. │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ -
disk_minor
│ │ │ │ - Disk minor number of request. │ │ │ │
rq
│ │ │ │ Address of request. │ │ │ │ -
rq_flags
│ │ │ │ - Request flags. │ │ │ │
elevator_name
│ │ │ │ The type of I/O elevator currently enabled. │ │ │ │
probe::ioscheduler_trace.elv_completed_request — │ │ │ │ Fires when a request is │ │ │ │ -
ioscheduler_trace.elv_completed_request
name
│ │ │ │ - Name of the probe point │ │ │ │ +
ioscheduler_trace.elv_completed_request
rq
│ │ │ │ + Address of request. │ │ │ │ +
elevator_name
│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │
disk_major
│ │ │ │ Disk major no of request. │ │ │ │ -
rq
│ │ │ │ - Address of request. │ │ │ │ -
disk_minor
│ │ │ │ - Disk minor number of request. │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │
rq_flags
│ │ │ │ Request flags. │ │ │ │ -
elevator_name
│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │ +
disk_minor
│ │ │ │ + Disk minor number of request. │ │ │ │
probe::ioscheduler_trace.elv_issue_request — │ │ │ │ Fires when a request is │ │ │ │ -
ioscheduler_trace.elv_issue_request
name
│ │ │ │ - Name of the probe point │ │ │ │ +
ioscheduler_trace.elv_issue_request
rq
│ │ │ │ + Address of request. │ │ │ │ +
elevator_name
│ │ │ │ + The type of I/O elevator currently enabled. │ │ │ │
disk_major
│ │ │ │ Disk major no of request. │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │
disk_minor
│ │ │ │ Disk minor number of request. │ │ │ │ -
rq
│ │ │ │ - Address of request. │ │ │ │
rq_flags
│ │ │ │ Request flags. │ │ │ │ -
elevator_name
│ │ │ │ - The type of I/O elevator currently enabled. │ │ │ │
probe::ioscheduler_trace.elv_requeue_request — │ │ │ │ Fires when a request is │ │ │ │ -
ioscheduler_trace.elv_requeue_request
name
│ │ │ │ +
ioscheduler_trace.elv_requeue_request
rq_flags
│ │ │ │ + Request flags. │ │ │ │ +
disk_minor
│ │ │ │ + Disk minor number of request. │ │ │ │ +
name
│ │ │ │ Name of the probe point │ │ │ │
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. │ │ │ │ -
rq_flags
│ │ │ │ - Request flags. │ │ │ │ +
rq
│ │ │ │ + Address of request. │ │ │ │
probe::ioscheduler_trace.plug — │ │ │ │ Fires when a request queue is plugged; │ │ │ │ -
ioscheduler_trace.plug
name
│ │ │ │ - Name of the probe point │ │ │ │ -
rq_queue
│ │ │ │ +
ioscheduler_trace.plug
probe::ioscheduler_trace.unplug_timer — │ │ │ │ Fires when unplug timer associated │ │ │ │ -
ioscheduler_trace.unplug_timer
rq_queue
│ │ │ │ - request queue │ │ │ │ -
name
│ │ │ │ +
ioscheduler_trace.unplug_timer
probe::ipmib.ForwDatagrams — │ │ │ │ Count forwarded packet │ │ │ │ -
ipmib.ForwDatagrams
skb
│ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ -
op
│ │ │ │ +
ipmib.ForwDatagrams
probe::ipmib.FragOKs — │ │ │ │ Count datagram fragmented successfully │ │ │ │ -
ipmib.FragOKs
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
skb
│ │ │ │ +
ipmib.FragOKs
probe::ipmib.InAddrErrors — │ │ │ │ Count arriving packets with an incorrect address │ │ │ │ -
ipmib.InAddrErrors
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
skb
│ │ │ │ +
ipmib.InAddrErrors
probe::ipmib.InReceives — │ │ │ │ Count an arriving packet │ │ │ │ -
ipmib.InReceives
skb
│ │ │ │ - pointer to the struct sk_buff being acted on │ │ │ │ -
op
│ │ │ │ +
ipmib.InReceives
probe::ipmib.OutRequests — │ │ │ │ Count a request to send a packet │ │ │ │ -
ipmib.OutRequests
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
skb
│ │ │ │ +
ipmib.OutRequests
probe::irq_handler.entry — │ │ │ │ Execution of interrupt handler starting │ │ │ │ -
irq_handler.entry
dev_id
│ │ │ │ - Cookie to identify device │ │ │ │ -
flags
│ │ │ │ - Flags for IRQ handler │ │ │ │ -
thread
│ │ │ │ - thread pointer for threaded interrupts │ │ │ │ -
dev_name
│ │ │ │ - name of device │ │ │ │ +
irq_handler.entry
thread_fn
│ │ │ │ + interrupt handler function for threaded interrupts │ │ │ │ +
flags_str
│ │ │ │ + symbolic string representation of IRQ flags │ │ │ │ +
next_irqaction
│ │ │ │ + pointer to next irqaction for shared interrupts │ │ │ │
dir
│ │ │ │ pointer to the proc/irq/NN/name entry │ │ │ │ -
thread_fn
│ │ │ │ - interrupt handler function for threaded interrupts │ │ │ │ +
dev_name
│ │ │ │ + name of device │ │ │ │
action
│ │ │ │ struct irqaction* for this interrupt num │ │ │ │
thread_flags
│ │ │ │ Flags related to thread │ │ │ │ -
next_irqaction
│ │ │ │ - pointer to next irqaction for shared interrupts │ │ │ │ +
thread
│ │ │ │ + thread pointer for threaded interrupts │ │ │ │
irq
│ │ │ │ irq number │ │ │ │ -
flags_str
│ │ │ │ - symbolic string representation of IRQ flags │ │ │ │ +
flags
│ │ │ │ + Flags for IRQ handler │ │ │ │ +
dev_id
│ │ │ │ + Cookie to identify device │ │ │ │
handler
│ │ │ │ interrupt handler function │ │ │ │
probe::irq_handler.exit — │ │ │ │ Execution of interrupt handler completed │ │ │ │ -
irq_handler.exit
dev_id
│ │ │ │ - Cookie to identify device │ │ │ │ -
thread
│ │ │ │ - thread pointer for threaded interrupts │ │ │ │ -
flags
│ │ │ │ - flags for IRQ handler │ │ │ │ -
dev_name
│ │ │ │ - name of device │ │ │ │ -
dir
│ │ │ │ +
irq_handler.exit
dir
│ │ │ │ pointer to the proc/irq/NN/name entry │ │ │ │ -
thread_fn
│ │ │ │ - interrupt handler function for threaded interrupts │ │ │ │ -
action
│ │ │ │ - struct irqaction* │ │ │ │
next_irqaction
│ │ │ │ pointer to next irqaction for shared interrupts │ │ │ │ -
thread_flags
│ │ │ │ - Flags related to thread │ │ │ │ -
irq
│ │ │ │ - interrupt number │ │ │ │ -
ret
│ │ │ │ - return value of the handler │ │ │ │
flags_str
│ │ │ │ symbolic string representation of IRQ flags │ │ │ │ +
thread_fn
│ │ │ │ + interrupt handler function for threaded interrupts │ │ │ │ +
irq
│ │ │ │ + interrupt number │ │ │ │
handler
│ │ │ │ interrupt handler function that was executed │ │ │ │ +
dev_id
│ │ │ │ + Cookie to identify device │ │ │ │ +
flags
│ │ │ │ + flags for IRQ handler │ │ │ │ +
thread
│ │ │ │ + thread pointer for threaded interrupts │ │ │ │ +
thread_flags
│ │ │ │ + Flags related to thread │ │ │ │ +
ret
│ │ │ │ + return value of the handler │ │ │ │ +
action
│ │ │ │ + struct irqaction* │ │ │ │ +
dev_name
│ │ │ │ + name of device │ │ │ │
probe::kprocess.create — │ │ │ │ Fires whenever a new process or thread is successfully created │ │ │ │ -
kprocess.create
new_tid
│ │ │ │ - The TID of the newly created task │ │ │ │ -
new_pid
│ │ │ │ +
kprocess.create
probe::kprocess.exec_complete — │ │ │ │ Return from exec to a new program │ │ │ │
kprocess.exec_complete
name
│ │ │ │ Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │ -
success
│ │ │ │ - A boolean indicating whether the exec was successful │ │ │ │
errno
│ │ │ │ The error number resulting from the exec │ │ │ │
retstr
│ │ │ │ A string representation of errno (SystemTap v2.5+) │ │ │ │ +
success
│ │ │ │ + A boolean indicating whether the exec was successful │ │ │ │
probe::kprocess.exec — │ │ │ │ Attempt to exec to a new program │ │ │ │ -
kprocess.exec
args
│ │ │ │ +
kprocess.exec
filename
│ │ │ │ + The path to the new executable │ │ │ │ +
args
│ │ │ │ The arguments to pass to the new executable, including │ │ │ │ the 0th arg (SystemTap v2.5+) │ │ │ │ -
filename
│ │ │ │ - The path to the new executable │ │ │ │ -
name
│ │ │ │ - Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │
argstr
│ │ │ │ A string containing the filename followed by the │ │ │ │ arguments to pass, excluding 0th arg (SystemTap v2.5+) │ │ │ │ +
name
│ │ │ │ + Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │
probe::kprocess.release — │ │ │ │ Process released │ │ │ │ -
kprocess.release
released_pid
│ │ │ │ - PID of the process being released │ │ │ │ -
released_tid
│ │ │ │ - TID of the task being released │ │ │ │ -
pid
│ │ │ │ +
kprocess.release
pid
│ │ │ │ Same as released_pid
for compatibility (deprecated)
│ │ │ │
task
│ │ │ │ A task handle to the process being released │ │ │ │ +
released_pid
│ │ │ │ + PID of the process being released │ │ │ │ +
released_tid
│ │ │ │ + TID of the task being released │ │ │ │
│ │ │ │ The context of the parent, if it wanted notification of this process' │ │ │ │ termination, else the context of the process itself. │ │ │ │
│ │ │ │ Fires when a process is released from the kernel. This always follows a │ │ │ │ kprocess.exit, though it may be delayed somewhat if the process waits in a │ │ │ │ zombie state. │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-linuxmib-DelayedACKs.html │ │ │ │ @@ -1,12 +1,12 @@ │ │ │ │
probe::linuxmib.DelayedACKs — │ │ │ │ Count of delayed acks │ │ │ │ -
linuxmib.DelayedACKs
sk
│ │ │ │ - Pointer to the struct sock being acted on │ │ │ │ -
op
│ │ │ │ +
linuxmib.DelayedACKs
probe::netdev.change_mac — │ │ │ │ Called when the netdev_name has the MAC changed │ │ │ │ -
netdev.change_mac
probe::netdev.change_mtu — │ │ │ │ Called when the netdev MTU is changed │ │ │ │ -
netdev.change_mtu
probe::netdev.change_rx_flag — │ │ │ │ Called when the device RX flag will be changed │ │ │ │ -
netdev.change_rx_flag
probe::netdev.hard_transmit — │ │ │ │ Called when the devices is going to TX (hard) │ │ │ │ -
netdev.hard_transmit
protocol
│ │ │ │ - The protocol used in the transmission │ │ │ │ +
netdev.hard_transmit
length
│ │ │ │ + The length of the transmit buffer. │ │ │ │
truesize
│ │ │ │ The size of the data to be transmitted. │ │ │ │ -
length
│ │ │ │ - The length of the transmit buffer. │ │ │ │ +
protocol
│ │ │ │ + The protocol used in the transmission │ │ │ │
dev_name
│ │ │ │ The device scheduled to transmit │ │ │ │
probe::netdev.receive — │ │ │ │ Data received from network device. │ │ │ │ -
netdev.receive
probe::netdev.rx — │ │ │ │ Called when the device is going to receive a packet │ │ │ │ -
netdev.rx
dev_name
│ │ │ │ - The device received the packet │ │ │ │ -
protocol
│ │ │ │ +
netdev.rx
probe::netdev.set_promiscuity — │ │ │ │ Called when the device enters/leaves promiscuity │ │ │ │ -
netdev.set_promiscuity
enable
│ │ │ │ - If the device is entering promiscuity mode │ │ │ │ -
inc
│ │ │ │ +
netdev.set_promiscuity
inc
│ │ │ │ Count the number of promiscuity openers │ │ │ │ -
dev_name
│ │ │ │ - The device that is entering/leaving promiscuity mode │ │ │ │ +
enable
│ │ │ │ + If the device is entering promiscuity mode │ │ │ │
disable
│ │ │ │ If the device is leaving promiscuity mode │ │ │ │ +
dev_name
│ │ │ │ + The device that is entering/leaving promiscuity mode │ │ │ │
probe::netdev.transmit — │ │ │ │ Network device transmitting buffer │ │ │ │ -
netdev.transmit
protocol
│ │ │ │ - The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ │ +
netdev.transmit
length
│ │ │ │ + The length of the transmit buffer. │ │ │ │
truesize
│ │ │ │ The size of the data to be transmitted. │ │ │ │ -
length
│ │ │ │ - The length of the transmit buffer. │ │ │ │ +
protocol
│ │ │ │ + The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ │
dev_name
│ │ │ │ The name of the device. e.g: eth0, ath1. │ │ │ │
probe::netfilter.arp.forward — │ │ │ │ - Called for each ARP packet to be forwarded │ │ │ │ -
netfilter.arp.forward
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
ar_op
│ │ │ │ - ARP opcode (command) │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
ar_tha
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
ar_sip
│ │ │ │ +
netfilter.arp.forward
ar_sip
│ │ │ │ Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ -
ar_hrd
│ │ │ │ - Format of hardware address │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │
ar_pln
│ │ │ │ Length of protocol address │ │ │ │ -
ar_data
│ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ +
ar_hrd
│ │ │ │ + Format of hardware address │ │ │ │
ar_sha
│ │ │ │ Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -
ar_tip
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ -
pf
│ │ │ │ - Protocol family -- always “arp” │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │
arphdr
│ │ │ │ Address of ARP header │ │ │ │ -
ar_hln
│ │ │ │ - Length of hardware address │ │ │ │ +
ar_tha
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │
nf_stop
│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +
ar_tip
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ +
pf
│ │ │ │ + Protocol family -- always “arp” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │
outdev_name
│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
ar_op
│ │ │ │ + ARP opcode (command) │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │
ar_pro
│ │ │ │ Format of protocol address │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
ar_hln
│ │ │ │ + Length of hardware address │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
ar_data
│ │ │ │ + Address of ARP packet data region (after the header) │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │
probe::netfilter.arp.in — │ │ │ │ - Called for each incoming ARP packet │ │ │ │ -
netfilter.arp.in
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
ar_op
│ │ │ │ - ARP opcode (command) │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
ar_pln
│ │ │ │ - Length of protocol address │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ +
netfilter.arp.in
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -
ar_tha
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ -
ar_hrd
│ │ │ │ - Format of hardware address │ │ │ │ -
ar_sip
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal 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) │ │ │ │
ar_hln
│ │ │ │ Length of hardware address │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │
ar_pro
│ │ │ │ Format of protocol address │ │ │ │ -
ar_data
│ │ │ │ - Address of ARP packet data region (after the header) │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -
ar_sha
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
ar_op
│ │ │ │ + ARP opcode (command) │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │
ar_tip
│ │ │ │ Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │
pf
│ │ │ │ Protocol family -- always “arp” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
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 │ │ │ │ +
ar_hrd
│ │ │ │ + Format of hardware address │ │ │ │ +
ar_sha
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
ar_pln
│ │ │ │ + Length of protocol address │ │ │ │ +
ar_sip
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │
probe::netfilter.arp.out — │ │ │ │ - Called for each outgoing ARP packet │ │ │ │ -
netfilter.arp.out
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
ar_op
│ │ │ │ - ARP opcode (command) │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
outdev
│ │ │ │ +
netfilter.arp.out
outdev
│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -
ar_pln
│ │ │ │ - Length of protocol address │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ +
ar_sha
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │
ar_hrd
│ │ │ │ Format of hardware address │ │ │ │ +
arphdr
│ │ │ │ + Address of ARP header │ │ │ │
ar_sip
│ │ │ │ Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
ar_tha
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ +
ar_pln
│ │ │ │ + Length of protocol address │ │ │ │
outdev_name
│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ -
ar_pro
│ │ │ │ - Format of protocol address │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
ar_hln
│ │ │ │ - Length of hardware address │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
ar_tip
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │
pf
│ │ │ │ Protocol family -- always “arp” │ │ │ │ -
arphdr
│ │ │ │ - Address of ARP header │ │ │ │ +
ar_tip
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
ar_tha
│ │ │ │ + Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
ar_pro
│ │ │ │ + Format of protocol address │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
ar_op
│ │ │ │ + ARP opcode (command) │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │
ar_data
│ │ │ │ Address of ARP packet data region (after the header) │ │ │ │
indev_name
│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ -
ar_sha
│ │ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ │ +
ar_hln
│ │ │ │ + Length of hardware address │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │
probe::netfilter.bridge.forward — │ │ │ │ Called on an incoming bridging packet destined for some other computer │ │ │ │ -
netfilter.bridge.forward
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
br_poid
│ │ │ │ - Port identifier │ │ │ │ -
llcpdu
│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -
br_prid
│ │ │ │ - Protocol identifier │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -
br_bid
│ │ │ │ - Identity of bridge │ │ │ │ -
indev_name
│ │ │ │ +
netfilter.bridge.forward
indev_name
│ │ │ │ Name of network device packet was received on (if known) │ │ │ │
llcproto_stp
│ │ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ -
pf
│ │ │ │ - Protocol family -- always “bridge” │ │ │ │ -
br_type
│ │ │ │ - BPDU type │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
br_rmac
│ │ │ │ - Root bridge MAC address │ │ │ │ -
br_htime
│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -
br_flags
│ │ │ │ - BPDU flags │ │ │ │ -
br_cost
│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ +
br_vid
│ │ │ │ + Protocol version identifier │ │ │ │
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ +
br_prid
│ │ │ │ + Protocol identifier │ │ │ │ +
br_rmac
│ │ │ │ + Root bridge MAC address │ │ │ │ +
protocol
│ │ │ │ + Packet protocol │ │ │ │
data_hex
│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
br_max
│ │ │ │ - Max age in 1/256 secs │ │ │ │ -
br_msg
│ │ │ │ - Message age in 1/256 secs │ │ │ │ +
br_rid
│ │ │ │ + Identity of root bridge │ │ │ │
br_mac
│ │ │ │ Bridge MAC address │ │ │ │ -
brhdr
│ │ │ │ - Address of bridge header │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
br_vid
│ │ │ │ - Protocol version identifier │ │ │ │
nf_drop
│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -
protocol
│ │ │ │ - Packet protocol │ │ │ │ -
br_rid
│ │ │ │ - Identity of root bridge │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
br_cost
│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
llcpdu
│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
br_poid
│ │ │ │ + Port identifier │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
br_htime
│ │ │ │ + Hello time in 1/256 secs │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
br_msg
│ │ │ │ + Message age in 1/256 secs │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +
brhdr
│ │ │ │ + Address of bridge header │ │ │ │ +
pf
│ │ │ │ + Protocol family -- always “bridge” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │
br_fd
│ │ │ │ Forward delay in 1/256 secs │ │ │ │ +
br_max
│ │ │ │ + Max age in 1/256 secs │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
br_flags
│ │ │ │ + BPDU flags │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
br_type
│ │ │ │ + BPDU type │ │ │ │ +
br_bid
│ │ │ │ + Identity of bridge │ │ │ │
probe::netfilter.bridge.local_in — │ │ │ │ Called on a bridging packet destined for the local computer │ │ │ │ -
netfilter.bridge.local_in
nf_stolen
│ │ │ │ +
netfilter.bridge.local_in
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
br_poid
│ │ │ │ + Port identifier │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
br_cost
│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +
nf_stolen
│ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │ +
llcpdu
│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │
length
│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ -
brhdr
│ │ │ │ - Address of bridge header │ │ │ │ -
br_vid
│ │ │ │ - Protocol version identifier │ │ │ │
nf_drop
│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -
br_fd
│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ -
protocol
│ │ │ │ - Packet protocol │ │ │ │ -
br_rid
│ │ │ │ - Identity of root bridge │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
br_max
│ │ │ │ - Max age in 1/256 secs │ │ │ │ -
br_msg
│ │ │ │ - Message age in 1/256 secs │ │ │ │
br_mac
│ │ │ │ Bridge MAC address │ │ │ │ -
br_type
│ │ │ │ - BPDU type │ │ │ │ -
br_htime
│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -
br_rmac
│ │ │ │ - Root bridge MAC address │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
br_flags
│ │ │ │ - BPDU flags │ │ │ │ -
br_cost
│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ +
br_rid
│ │ │ │ + Identity of root bridge │ │ │ │
data_hex
│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
br_poid
│ │ │ │ - Port identifier │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ +
br_rmac
│ │ │ │ + Root bridge MAC address │ │ │ │ +
protocol
│ │ │ │ + Packet protocol │ │ │ │
br_prid
│ │ │ │ Protocol identifier │ │ │ │ -
llcpdu
│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +
br_vid
│ │ │ │ + Protocol version identifier │ │ │ │ +
llcproto_stp
│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │
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_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
br_type
│ │ │ │ + BPDU type │ │ │ │ +
br_flags
│ │ │ │ + BPDU flags │ │ │ │ +
br_max
│ │ │ │ + Max age in 1/256 secs │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
br_fd
│ │ │ │ + Forward delay in 1/256 secs │ │ │ │
pf
│ │ │ │ Protocol family -- always “bridge” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
brhdr
│ │ │ │ + Address of bridge header │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +
br_msg
│ │ │ │ + Message age in 1/256 secs │ │ │ │ +
br_htime
│ │ │ │ + Hello time in 1/256 secs │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │
probe::netfilter.bridge.local_out — │ │ │ │ Called on a bridging packet coming from a local process │ │ │ │ -
netfilter.bridge.local_out
nf_repeat
│ │ │ │ +
netfilter.bridge.local_out
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -
llcpdu
│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -
br_prid
│ │ │ │ - Protocol identifier │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │
br_poid
│ │ │ │ Port identifier │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
pf
│ │ │ │ - Protocol family -- always “bridge” │ │ │ │ -
llcproto_stp
│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ -
br_bid
│ │ │ │ - Identity of bridge │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
br_htime
│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -
br_rmac
│ │ │ │ - Root bridge MAC address │ │ │ │ -
br_type
│ │ │ │ - BPDU type │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
br_flags
│ │ │ │ - BPDU flags │ │ │ │ -
br_cost
│ │ │ │ - Total cost from transmitting bridge to root │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
br_max
│ │ │ │ - Max age in 1/256 secs │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │
br_mac
│ │ │ │ Bridge MAC address │ │ │ │ -
br_msg
│ │ │ │ - Message age in 1/256 secs │ │ │ │ -
br_vid
│ │ │ │ - Protocol version identifier │ │ │ │ -
brhdr
│ │ │ │ - Address of bridge header │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │
nf_stolen
│ │ │ │ Constant used to signify a 'stolen' verdict │ │ │ │ +
llcpdu
│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +
br_cost
│ │ │ │ + Total cost from transmitting bridge to root │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │
protocol
│ │ │ │ Packet protocol │ │ │ │ +
br_rmac
│ │ │ │ + Root bridge MAC address │ │ │ │
br_rid
│ │ │ │ Identity of root bridge │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +
llcproto_stp
│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
br_prid
│ │ │ │ + Protocol identifier │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +
br_vid
│ │ │ │ + Protocol version identifier │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
br_type
│ │ │ │ + BPDU type │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
br_max
│ │ │ │ + Max age in 1/256 secs │ │ │ │ +
br_flags
│ │ │ │ + BPDU flags │ │ │ │ +
br_bid
│ │ │ │ + Identity of bridge │ │ │ │
br_fd
│ │ │ │ Forward delay in 1/256 secs │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ +
pf
│ │ │ │ + Protocol family -- always “bridge” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │ +
brhdr
│ │ │ │ + Address of bridge header │ │ │ │ +
br_msg
│ │ │ │ + Message age in 1/256 secs │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
br_htime
│ │ │ │ + Hello time in 1/256 secs │ │ │ │
probe::netfilter.bridge.post_routing — │ │ │ │ - Called before a bridging packet hits the wire │ │ │ │ -
netfilter.bridge.post_routing
br_max
│ │ │ │ - Max age in 1/256 secs │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
br_mac
│ │ │ │ - Bridge MAC address │ │ │ │ -
br_msg
│ │ │ │ - Message age in 1/256 secs │ │ │ │ -
br_vid
│ │ │ │ - Protocol version identifier │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
brhdr
│ │ │ │ - Address of bridge header │ │ │ │ -
br_fd
│ │ │ │ - Forward delay in 1/256 secs │ │ │ │ -
br_rid
│ │ │ │ - Identity of root bridge │ │ │ │ -
protocol
│ │ │ │ - Packet protocol │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -
br_prid
│ │ │ │ - Protocol identifier │ │ │ │ -
llcpdu
│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ +
netfilter.bridge.post_routing
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
pf
│ │ │ │ + Protocol family -- always “bridge” │ │ │ │
outdev_name
│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ -
br_poid
│ │ │ │ - Port identifier │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +
brhdr
│ │ │ │ + Address of bridge header │ │ │ │ +
br_msg
│ │ │ │ + Message age in 1/256 secs │ │ │ │
nf_stop
│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -
pf
│ │ │ │ - Protocol family -- always “bridge” │ │ │ │ -
llcproto_stp
│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -
br_bid
│ │ │ │ - Identity of bridge │ │ │ │
br_htime
│ │ │ │ Hello time in 1/256 secs │ │ │ │ -
br_rmac
│ │ │ │ - Root bridge MAC address │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │
br_type
│ │ │ │ BPDU type │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
br_max
│ │ │ │ + Max age in 1/256 secs │ │ │ │ +
br_flags
│ │ │ │ + BPDU flags │ │ │ │ +
br_bid
│ │ │ │ + Identity of bridge │ │ │ │ +
br_fd
│ │ │ │ + Forward delay in 1/256 secs │ │ │ │ +
protocol
│ │ │ │ + Packet protocol │ │ │ │ +
br_rmac
│ │ │ │ + Root bridge MAC address │ │ │ │ +
br_rid
│ │ │ │ + Identity of root bridge │ │ │ │
data_hex
│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ +
llcproto_stp
│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
br_prid
│ │ │ │ + Protocol identifier │ │ │ │
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ +
br_vid
│ │ │ │ + Protocol version identifier │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
br_poid
│ │ │ │ + Port identifier │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
br_mac
│ │ │ │ + Bridge MAC address │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
llcpdu
│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │
br_cost
│ │ │ │ Total cost from transmitting bridge to root │ │ │ │ -
br_flags
│ │ │ │ - BPDU flags │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │
probe::netfilter.bridge.pre_routing — │ │ │ │ - Called before a bridging packet is routed │ │ │ │ -
netfilter.bridge.pre_routing
br_max
│ │ │ │ +
netfilter.bridge.pre_routing
br_bid
│ │ │ │ + Identity of bridge │ │ │ │ +
br_max
│ │ │ │ Max age in 1/256 secs │ │ │ │
outdev
│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -
br_mac
│ │ │ │ - Bridge MAC address │ │ │ │ -
br_msg
│ │ │ │ - Message age in 1/256 secs │ │ │ │ -
br_vid
│ │ │ │ - Protocol version identifier │ │ │ │ -
brhdr
│ │ │ │ - Address of bridge header │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
br_rid
│ │ │ │ - Identity of root bridge │ │ │ │ -
protocol
│ │ │ │ - Packet protocol │ │ │ │ +
br_flags
│ │ │ │ + BPDU flags │ │ │ │ +
br_type
│ │ │ │ + BPDU type │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │
br_fd
│ │ │ │ Forward delay in 1/256 secs │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
llcpdu
│ │ │ │ - Address of LLC Protocol Data Unit │ │ │ │ -
br_prid
│ │ │ │ - Protocol identifier │ │ │ │ +
brhdr
│ │ │ │ + Address of bridge header │ │ │ │
outdev_name
│ │ │ │ Name of network device packet will be routed to (if known) │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
pf
│ │ │ │ + Protocol family -- always “bridge” │ │ │ │ +
br_htime
│ │ │ │ + Hello time in 1/256 secs │ │ │ │
nf_stop
│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +
br_msg
│ │ │ │ + Message age in 1/256 secs │ │ │ │
br_poid
│ │ │ │ Port identifier │ │ │ │ -
llcproto_stp
│ │ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │ -
pf
│ │ │ │ - Protocol family -- always “bridge” │ │ │ │ -
br_bid
│ │ │ │ - Identity of bridge │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │
data_str
│ │ │ │ A string representing the packet buffer contents │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
br_rmac
│ │ │ │ - Root bridge MAC address │ │ │ │ -
br_htime
│ │ │ │ - Hello time in 1/256 secs │ │ │ │ -
br_type
│ │ │ │ - BPDU type │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
br_flags
│ │ │ │ - BPDU flags │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │
br_cost
│ │ │ │ Total cost from transmitting bridge to root │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
llcpdu
│ │ │ │ + Address of LLC Protocol Data Unit │ │ │ │ +
br_mac
│ │ │ │ + Bridge MAC address │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +
br_rid
│ │ │ │ + Identity of root bridge │ │ │ │ +
br_rmac
│ │ │ │ + Root bridge MAC address │ │ │ │ +
protocol
│ │ │ │ + Packet protocol │ │ │ │ +
br_vid
│ │ │ │ + Protocol version identifier │ │ │ │ +
br_prid
│ │ │ │ + Protocol identifier │ │ │ │
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
llcproto_stp
│ │ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ │
probe::netfilter.ip.forward — │ │ │ │ Called on an incoming IP packet addressed to some other computer │ │ │ │
netfilter.ip.forward
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
syn
│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │
data_hex
│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ +
protocol
│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +
rst
│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │
daddr
│ │ │ │ A string representing the destination IP address │ │ │ │ -
urg
│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
fin
│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
nf_repeat
│ │ │ │ + Constant used to signify a 'repeat' verdict │ │ │ │ +
dport
│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │
data_str
│ │ │ │ A string representing the packet buffer contents │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ -
pf
│ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ -
ipproto_udp
│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ +
psh
│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │
ipproto_tcp
│ │ │ │ Constant used to signify that the packet protocol is TCP │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │
nf_stop
│ │ │ │ Constant used to signify a 'stop' verdict │ │ │ │ -
psh
│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_repeat
│ │ │ │ - Constant used to signify a 'repeat' verdict │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
family
│ │ │ │ - IP address family │ │ │ │
sport
│ │ │ │ TCP or UDP source port (ipv4 only) │ │ │ │ -
protocol
│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -
dport
│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
rst
│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -
syn
│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
ipproto_udp
│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
pf
│ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │ +
urg
│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │
iphdr
│ │ │ │ Address of IP header │ │ │ │ -
fin
│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │
ack
│ │ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │
probe::netfilter.ip.local_in — │ │ │ │ Called on an incoming IP packet addressed to the local computer │ │ │ │ -
netfilter.ip.local_in
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ -
urg
│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │ +
netfilter.ip.local_in
psh
│ │ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │
ipproto_tcp
│ │ │ │ Constant used to signify that the packet protocol is TCP │ │ │ │ -
ipproto_udp
│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ -
pf
│ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
psh
│ │ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
dport
│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
protocol
│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -
sport
│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ -
dport
│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │
length
│ │ │ │ The length of the packet buffer contents, in bytes │ │ │ │ +
fin
│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │
rst
│ │ │ │ TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
protocol
│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │
syn
│ │ │ │ TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
fin
│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │
outdev
│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -
iphdr
│ │ │ │ - Address of IP header │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │
ack
│ │ │ │ TCP ACK 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) │ │ │ │ +
urg
│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │ +
pf
│ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
ipproto_udp
│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +
sport
│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │
probe::netfilter.ip.local_out — │ │ │ │ Called on an outgoing IP packet │ │ │ │ -
netfilter.ip.local_out
fin
│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
iphdr
│ │ │ │ - Address of IP header │ │ │ │ -
ack
│ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ -
syn
│ │ │ │ - TCP SYN 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 │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
rst
│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_drop
│ │ │ │ +
netfilter.ip.local_out
nf_drop
│ │ │ │ Constant used to signify a 'drop' verdict │ │ │ │ -
sport
│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ -
protocol
│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ +
rst
│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
fin
│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │
psh
│ │ │ │ TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │ +
ipproto_tcp
│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ +
dport
│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │
indev_name
│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ -
ipproto_tcp
│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -
pf
│ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ -
ipproto_udp
│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ -
urg
│ │ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ -
indev
│ │ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │
nf_accept
│ │ │ │ Constant used to signify an 'accept' verdict │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ +
protocol
│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +
syn
│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │
data_hex
│ │ │ │ A hexadecimal string representing the packet buffer contents │ │ │ │ +
ack
│ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ +
iphdr
│ │ │ │ + Address of IP header │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
sport
│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +
ipproto_udp
│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
indev
│ │ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ │ +
pf
│ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │ +
urg
│ │ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │
probe::netfilter.ip.post_routing — │ │ │ │ Called immediately before an outgoing IP packet leaves the computer │ │ │ │ -
netfilter.ip.post_routing
syn
│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
iphdr
│ │ │ │ - Address of IP header │ │ │ │ -
outdev
│ │ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ │ -
fin
│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
ack
│ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │ -
family
│ │ │ │ - IP address family │ │ │ │ -
sport
│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ -
protocol
│ │ │ │ +
netfilter.ip.post_routing
protocol
│ │ │ │ Packet protocol from driver (ipv4 only) │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
dport
│ │ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ │ -
length
│ │ │ │ - The length of the packet buffer contents, in bytes │ │ │ │ -
rst
│ │ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +
syn
│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │
indev_name
│ │ │ │ Name of network device packet was received on (if known) │ │ │ │ -
pf
│ │ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ │ -
ipproto_udp
│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ -
ipproto_tcp
│ │ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │
psh
│ │ │ │ TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ +
ipproto_tcp
│ │ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ │ +
dport
│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ -
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
fin
│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
rst
│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │
daddr
│ │ │ │ A string representing the destination IP address │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │
urg
│ │ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │
saddr
│ │ │ │ A string representing the source IP address │ │ │ │ +
pf
│ │ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ │
indev
│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ +
ipproto_udp
│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +
sport
│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
outdev
│ │ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │ +
iphdr
│ │ │ │ + Address of IP header │ │ │ │ +
ack
│ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │
probe::netfilter.ip.pre_routing — │ │ │ │ Called before an IP packet is routed │ │ │ │ -
netfilter.ip.pre_routing
outdev_name
│ │ │ │ - Name of network device packet will be routed to (if known) │ │ │ │ +
netfilter.ip.pre_routing
syn
│ │ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
data_hex
│ │ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ │ +
protocol
│ │ │ │ + Packet protocol from driver (ipv4 only) │ │ │ │ +
nf_accept
│ │ │ │ + Constant used to signify an 'accept' verdict │ │ │ │ +
indev_name
│ │ │ │ + Name of network device packet was received on (if known) │ │ │ │
nf_repeat
│ │ │ │ Constant used to signify a 'repeat' verdict │ │ │ │ +
dport
│ │ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ │
psh
│ │ │ │ TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ │ -
nf_stop
│ │ │ │ - Constant used to signify a 'stop' verdict │ │ │ │ -
nf_queue
│ │ │ │ - Constant used to signify a 'queue' verdict │ │ │ │ +
data_str
│ │ │ │ + A string representing the packet buffer contents │ │ │ │
ipproto_tcp
│ │ │ │ Constant used to signify that the packet protocol is TCP │ │ │ │ -
ipproto_udp
│ │ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ │ +
rst
│ │ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
nf_stolen
│ │ │ │ + Constant used to signify a 'stolen' verdict │ │ │ │ +
length
│ │ │ │ + The length of the packet buffer contents, in bytes │ │ │ │ +
fin
│ │ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
nf_drop
│ │ │ │ + Constant used to signify a 'drop' verdict │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │
pf
│ │ │ │ Protocol family - either 'ipv4' or 'ipv6' │ │ │ │ -
indev_name
│ │ │ │ - Name of network device packet was received on (if known) │ │ │ │
indev
│ │ │ │ Address of net_device representing input device, 0 if unknown │ │ │ │ -
data_str
│ │ │ │ - A string representing the packet buffer contents │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ +
outdev_name
│ │ │ │ + Name of network device packet will be routed to (if known) │ │ │ │
urg
│ │ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ -
data_hex
│ │ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ │ -
nf_accept
│ │ │ │ - Constant used to signify an 'accept' verdict │ │ │ │ -
ack
│ │ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │ +
nf_stop
│ │ │ │ + Constant used to signify a 'stop' verdict │ │ │ │ +
ipproto_udp
│ │ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ │ +
sport
│ │ │ │ + TCP or UDP source port (ipv4 only) │ │ │ │ +
nf_queue
│ │ │ │ + Constant used to signify a 'queue' verdict │ │ │ │
outdev
│ │ │ │ Address of net_device representing output device, 0 if unknown │ │ │ │ -
fin
│ │ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ │ +
ack
│ │ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ │
iphdr
│ │ │ │ Address of IP header │ │ │ │ -
syn
│ │ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ │ -
rst
│ │ │ │ - TCP RST 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 │ │ │ │ -
nf_stolen
│ │ │ │ - Constant used to signify a 'stolen' verdict │ │ │ │ -
sport
│ │ │ │ - TCP or UDP source port (ipv4 only) │ │ │ │ -
protocol
│ │ │ │ - Packet protocol from driver (ipv4 only) │ │ │ │ -
family
│ │ │ │ - IP address family │ │ │ │ -
nf_drop
│ │ │ │ - Constant used to signify a 'drop' verdict │ │ │ │
probe::nfs.aop.readahead — │ │ │ │ NFS client reading multiple pages │ │ │ │ -
nfs.aop.readahead
size
│ │ │ │ - number of pages attempted to read in this execution │ │ │ │ -
rpages
│ │ │ │ +
nfs.aop.readahead
rpages
│ │ │ │ read size (in pages) │ │ │ │ -
file
│ │ │ │ - filp argument │ │ │ │ +
size
│ │ │ │ + number of pages attempted to read in this execution │ │ │ │
nr_pages
│ │ │ │ number of pages attempted to read in this execution │ │ │ │
ino
│ │ │ │ inode number │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │ +
file
│ │ │ │ + filp argument │ │ │ │
rsize
│ │ │ │ read size (in bytes) │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
probe::nfs.aop.readpage — │ │ │ │ NFS client synchronously reading a page │ │ │ │ -
nfs.aop.readpage
file
│ │ │ │ - file argument │ │ │ │ -
size
│ │ │ │ +
nfs.aop.readpage
size
│ │ │ │ number of pages to be read in this execution │ │ │ │ -
sb_flag
│ │ │ │ - super block flags │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ +
i_flag
│ │ │ │ + file flags │ │ │ │ +
rsize
│ │ │ │ + read size (in bytes) │ │ │ │ +
file
│ │ │ │ + file argument │ │ │ │
page_index
│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │
dev
│ │ │ │ device identifier │ │ │ │
i_size
│ │ │ │ file length in bytes │ │ │ │ -
rsize
│ │ │ │ - read size (in bytes) │ │ │ │ -
i_flag
│ │ │ │ - file flags │ │ │ │
__page
│ │ │ │ the address of page │ │ │ │ +
sb_flag
│ │ │ │ + super block flags │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │
probe::nfs.aop.readpages — │ │ │ │ NFS client reading multiple pages │ │ │ │ -
nfs.aop.readpages
dev
│ │ │ │ - device identifier │ │ │ │ -
rsize
│ │ │ │ - read size (in bytes) │ │ │ │ -
ino
│ │ │ │ +
nfs.aop.readpages
ino
│ │ │ │ inode number │ │ │ │
file
│ │ │ │ filp argument │ │ │ │ +
rsize
│ │ │ │ + read size (in bytes) │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
nr_pages
│ │ │ │ number of pages attempted to read in this execution │ │ │ │ -
rpages
│ │ │ │ - read size (in pages) │ │ │ │
size
│ │ │ │ number of pages attempted to read in this execution │ │ │ │ +
rpages
│ │ │ │ + read size (in pages) │ │ │ │
probe::nfs.aop.release_page — │ │ │ │ NFS client releasing page │ │ │ │ -
nfs.aop.release_page
__page
│ │ │ │ - the address of page │ │ │ │ -
size
│ │ │ │ +
nfs.aop.release_page
size
│ │ │ │ release pages │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
page_index
│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │ +
__page
│ │ │ │ + the address of page │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │
probe::nfs.aop.write_begin — │ │ │ │ NFS client begin to write data │ │ │ │ -
nfs.aop.write_begin
__page
│ │ │ │ - the address of page │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
page_index
│ │ │ │ +
nfs.aop.write_begin
page_index
│ │ │ │ offset within mapping, can used a page identifier │ │ │ │ and position identifier in the page frame │ │ │ │ -
size
│ │ │ │ - write bytes │ │ │ │ -
offset
│ │ │ │ - start address of this write operation │ │ │ │
dev
│ │ │ │ device identifier │ │ │ │
to
│ │ │ │ end address of this write operation │ │ │ │ +
offset
│ │ │ │ + start address of this write operation │ │ │ │ +
__page
│ │ │ │ + the address of page │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │ +
size
│ │ │ │ + write bytes │ │ │ │
│ │ │ │ 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 │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-write-end.html │ │ │ │ @@ -1,29 +1,29 @@ │ │ │ │
probe::nfs.aop.write_end — │ │ │ │ NFS client complete writing data │ │ │ │ -
nfs.aop.write_end
to
│ │ │ │ - end address of this write operation │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │ -
page_index
│ │ │ │ - offset within mapping, can used a page identifier and position identifier in the page frame │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
offset
│ │ │ │ - start address of this write operation │ │ │ │ -
sb_flag
│ │ │ │ +
nfs.aop.write_end
sb_flag
│ │ │ │ super block flags │ │ │ │
size
│ │ │ │ write bytes │ │ │ │ +
i_size
│ │ │ │ + file length in bytes │ │ │ │
__page
│ │ │ │ the address of page │ │ │ │ +
to
│ │ │ │ + end address of this write operation │ │ │ │ +
offset
│ │ │ │ + start address of this write operation │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │ +
page_index
│ │ │ │ + offset within mapping, can used a page identifier and position identifier in the page frame │ │ │ │
i_flag
│ │ │ │ file flags │ │ │ │ -
i_size
│ │ │ │ - file length in bytes │ │ │ │
probe::nfs.aop.writepage — │ │ │ │ NFS client writing a mapped page to the NFS server │ │ │ │ -
nfs.aop.writepage
size
│ │ │ │ - number of pages to be written in this execution │ │ │ │ +
nfs.aop.writepage
for_kupdate
│ │ │ │ + a flag of writeback_control, │ │ │ │ + indicates if it's a kupdate writeback │ │ │ │
sb_flag
│ │ │ │ super block flags │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
page_index
│ │ │ │ - offset within mapping, │ │ │ │ - can used a page identifier and position identifier in the page frame │ │ │ │ +
i_state
│ │ │ │ + inode state flags │ │ │ │ +
wsize
│ │ │ │ + write size │ │ │ │ +
size
│ │ │ │ + number of pages to be written in this execution │ │ │ │
for_reclaim
│ │ │ │ a flag of writeback_control, │ │ │ │ indicates if it's invoked from the page allocator │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │
i_size
│ │ │ │ file length in bytes │ │ │ │ -
i_flag
│ │ │ │ - file flags │ │ │ │
__page
│ │ │ │ the address of page │ │ │ │
dev
│ │ │ │ device identifier │ │ │ │ -
i_state
│ │ │ │ - inode state flags │ │ │ │ -
for_kupdate
│ │ │ │ - a flag of writeback_control, │ │ │ │ - indicates if it's a kupdate writeback │ │ │ │ -
wsize
│ │ │ │ - write size │ │ │ │ +
page_index
│ │ │ │ + offset within mapping, │ │ │ │ + can used a page identifier and position identifier in the page frame │ │ │ │ +
i_flag
│ │ │ │ + file flags │ │ │ │
probe::nfs.aop.writepages — │ │ │ │ NFS client writing several dirty pages to the NFS server │ │ │ │
nfs.aop.writepages
ino
│ │ │ │ inode number │ │ │ │ +
nr_to_write
│ │ │ │ + number of pages attempted to be written in this execution │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
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 │ │ │ │
wpages
│ │ │ │ write size (in pages) │ │ │ │ -
wsize
│ │ │ │ - write size │ │ │ │
for_kupdate
│ │ │ │ a flag of writeback_control, │ │ │ │ indicates if it's a kupdate writeback │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │ +
wsize
│ │ │ │ + write size │ │ │ │ +
size
│ │ │ │ + number of pages attempted to be written in this execution │ │ │ │
probe::nfs.fop.aio_read — │ │ │ │ NFS client aio_read file operation │ │ │ │ -
nfs.fop.aio_read
attrtimeo
│ │ │ │ +
nfs.fop.aio_read
dev
│ │ │ │ + device identifier │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │ +
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_time
│ │ │ │ - when we started read-caching this inode │ │ │ │
cache_valid
│ │ │ │ cache related bit mask flag │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
file_name
│ │ │ │ - file name │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │
buf
│ │ │ │ the address of buf in user space │ │ │ │ -
pos
│ │ │ │ - current position of file │ │ │ │ -
parent_name
│ │ │ │ - parent dir name │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ +
cache_time
│ │ │ │ + when we started read-caching this inode │ │ │ │ +
parent_name
│ │ │ │ + parent dir name │ │ │ │ +
file_name
│ │ │ │ + file name │ │ │ │ +
pos
│ │ │ │ + current position of file │ │ │ │
probe::nfs.fop.aio_write — │ │ │ │ NFS client aio_write file operation │ │ │ │ -
nfs.fop.aio_write
dev
│ │ │ │ - device identifier │ │ │ │ -
buf
│ │ │ │ - the address of buf in user space │ │ │ │ +
nfs.fop.aio_write
parent_name
│ │ │ │ + parent dir name │ │ │ │ +
file_name
│ │ │ │ + file name │ │ │ │
pos
│ │ │ │ offset of the file │ │ │ │ +
buf
│ │ │ │ + the address of buf in user space │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ -
parent_name
│ │ │ │ - parent dir name │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
ino
│ │ │ │ inode number │ │ │ │ -
file_name
│ │ │ │ - file name │ │ │ │
probe::nfs.fop.llseek — │ │ │ │ NFS client llseek operation │ │ │ │ -
nfs.fop.llseek
dev
│ │ │ │ - device identifier │ │ │ │ -
offset
│ │ │ │ - the offset of the file will be repositioned │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
whence_str
│ │ │ │ +
nfs.fop.llseek
probe::nfs.fop.lock — │ │ │ │ NFS client file lock operation │ │ │ │ -
nfs.fop.lock
dev
│ │ │ │ - device identifier │ │ │ │ -
i_mode
│ │ │ │ - file type and access rights │ │ │ │ -
fl_start
│ │ │ │ +
nfs.fop.lock
fl_start
│ │ │ │ starting offset of locked region │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │
fl_flag
│ │ │ │ lock flags │ │ │ │ -
fl_type
│ │ │ │ - lock type │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
cmd
│ │ │ │ cmd arguments │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ +
fl_type
│ │ │ │ + lock type │ │ │ │ +
i_mode
│ │ │ │ + file type and access rights │ │ │ │
fl_end
│ │ │ │ ending offset of locked region │ │ │ │
probe::nfs.fop.mmap — │ │ │ │ NFS client mmap operation │ │ │ │ -
nfs.fop.mmap
vm_flag
│ │ │ │ - vm flags │ │ │ │ -
vm_start
│ │ │ │ - start address within vm_mm │ │ │ │ -
parent_name
│ │ │ │ - parent dir name │ │ │ │ -
buf
│ │ │ │ +
nfs.fop.mmap
buf
│ │ │ │ the address of buf in user space │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │ -
file_name
│ │ │ │ - file name │ │ │ │
cache_valid
│ │ │ │ cache related bit mask flag │ │ │ │ +
vm_flag
│ │ │ │ + vm flags │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │ +
vm_start
│ │ │ │ + start address within vm_mm │ │ │ │
ino
│ │ │ │ inode number │ │ │ │
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_time
│ │ │ │ when we started read-caching this inode │ │ │ │ +
parent_name
│ │ │ │ + parent dir name │ │ │ │ +
file_name
│ │ │ │ + file name │ │ │ │
vm_end
│ │ │ │ the first byte after end address within vm_mm │ │ │ │
probe::nfs.fop.open — │ │ │ │ NFS client file open operation │ │ │ │ -
nfs.fop.open
probe::nfs.fop.read_iter — │ │ │ │ NFS client read_iter file operation │ │ │ │ -
nfs.fop.read_iter
parent_name
│ │ │ │ - parent dir name │ │ │ │ +
nfs.fop.read_iter
dev
│ │ │ │ + device identifier │ │ │ │ +
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. │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │ +
cache_valid
│ │ │ │ + cache related bit mask flag │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ +
cache_time
│ │ │ │ + when we started read-caching this inode │ │ │ │ +
parent_name
│ │ │ │ + parent dir name │ │ │ │
pos
│ │ │ │ current position of file │ │ │ │ -
dev
│ │ │ │ - device identifier │ │ │ │
file_name
│ │ │ │ file name │ │ │ │ -
cache_valid
│ │ │ │ - cache related bit mask flag │ │ │ │ -
ino
│ │ │ │ - inode number │ │ │ │ -
cache_time
│ │ │ │ - when we started read-caching this inode │ │ │ │ -
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. │ │ │ │
probe::nfs.fop.release — │ │ │ │ NFS client release page operation │ │ │ │ -
nfs.fop.release
probe::nfs.fop.sendfile — │ │ │ │ NFS client send file operation │ │ │ │ -
nfs.fop.sendfile
dev
│ │ │ │ - device identifier │ │ │ │ +
nfs.fop.sendfile
ppos
│ │ │ │ + current position of file │ │ │ │ +
cache_valid
│ │ │ │ + cache related bit mask flag │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ -
ppos
│ │ │ │ - current position of file │ │ │ │ -
cache_time
│ │ │ │ - when we started read-caching this inode │ │ │ │ +
dev
│ │ │ │ + device identifier │ │ │ │
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. │ │ │ │
ino
│ │ │ │ inode number │ │ │ │ -
cache_valid
│ │ │ │ - cache related bit mask flag │ │ │ │ +
cache_time
│ │ │ │ + when we started read-caching this inode │ │ │ │
probe::nfs.fop.write_iter — │ │ │ │ NFS client write_iter file operation │ │ │ │ -
nfs.fop.write_iter
ino
│ │ │ │ - inode number │ │ │ │ +
nfs.fop.write_iter
parent_name
│ │ │ │ + parent dir name │ │ │ │ +
pos
│ │ │ │ + offset of the file │ │ │ │
file_name
│ │ │ │ file name │ │ │ │ -
parent_name
│ │ │ │ - parent dir name │ │ │ │ -
count
│ │ │ │ - read bytes │ │ │ │
dev
│ │ │ │ device identifier │ │ │ │ -
pos
│ │ │ │ - offset of the file │ │ │ │ +
ino
│ │ │ │ + inode number │ │ │ │ +
count
│ │ │ │ + read bytes │ │ │ │
probe::nfs.proc.commit_done — │ │ │ │ NFS client response to a commit RPC task │ │ │ │ -
nfs.proc.commit_done
prot
│ │ │ │ - transfer protocol │ │ │ │ -
status
│ │ │ │ - result of last operation │ │ │ │ +
nfs.proc.commit_done
count
│ │ │ │ + number of bytes committed │ │ │ │
version
│ │ │ │ NFS version │ │ │ │ -
valid
│ │ │ │ - fattr->valid, indicates which fields are valid │ │ │ │ +
status
│ │ │ │ + result of last operation │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │
timestamp
│ │ │ │ V4 timestamp, which is used for lease renewal │ │ │ │
server_ip
│ │ │ │ IP address of server │ │ │ │ -
count
│ │ │ │ - number of bytes committed │ │ │ │ +
valid
│ │ │ │ + fattr->valid, indicates which fields are valid │ │ │ │
probe::nfs.proc.commit_setup — │ │ │ │ NFS client setting up a commit RPC task │ │ │ │ -
nfs.proc.commit_setup
offset
│ │ │ │ +
nfs.proc.commit_setup
prot
│ │ │ │ + transfer protocol │ │ │ │ +
bitmask1
│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
count
│ │ │ │ + bytes in this commit │ │ │ │ +
version
│ │ │ │ + NFS version │ │ │ │ +
offset
│ │ │ │ the file offset │ │ │ │
size
│ │ │ │ bytes in this commit │ │ │ │ -
count
│ │ │ │ - bytes in this commit │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │
bitmask0
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ -
bitmask1
│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -
version
│ │ │ │ - NFS version │ │ │ │ -
prot
│ │ │ │ - transfer protocol │ │ │ │
probe::nfs.proc.commit — │ │ │ │ NFS client committing data on server │ │ │ │ -
nfs.proc.commit
size
│ │ │ │ - read bytes in this execution │ │ │ │ -
offset
│ │ │ │ - the file offset │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ -
bitmask0
│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -
bitmask1
│ │ │ │ +
nfs.proc.commit
bitmask1
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │
prot
│ │ │ │ transfer protocol │ │ │ │
version
│ │ │ │ NFS version │ │ │ │ +
offset
│ │ │ │ + the file offset │ │ │ │ +
size
│ │ │ │ + read bytes in this execution │ │ │ │ +
bitmask0
│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │
│ │ │ │ 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. │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-create.html │ │ │ │ @@ -1,17 +1,17 @@ │ │ │ │
probe::nfs.proc.create — │ │ │ │ NFS client creating file on server │ │ │ │ -
nfs.proc.create
flag
│ │ │ │ - indicates create mode (only for NFSv3 and NFSv4) │ │ │ │ -
filelen
│ │ │ │ - length of file name │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ -
filename
│ │ │ │ +
nfs.proc.create
filename
│ │ │ │ file name │ │ │ │ -
version
│ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │
prot
│ │ │ │ transfer protocol │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
filelen
│ │ │ │ + length of file name │ │ │ │ +
flag
│ │ │ │ + indicates create mode (only for NFSv3 and NFSv4) │ │ │ │
fh
│ │ │ │ file handle of parent dir │ │ │ │ +
version
│ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │
probe::nfs.proc.lookup — │ │ │ │ NFS client opens/searches a file on server │ │ │ │ -
nfs.proc.lookup
prot
│ │ │ │ - transfer protocol │ │ │ │ -
version
│ │ │ │ +
nfs.proc.lookup
version
│ │ │ │ NFS version │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ -
name_len
│ │ │ │ - the length of file name │ │ │ │ -
bitmask1
│ │ │ │ +
bitmask0
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │
filename
│ │ │ │ the name of file which client opens/searches on server │ │ │ │ -
bitmask0
│ │ │ │ +
bitmask1
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │ +
name_len
│ │ │ │ + the length of file name │ │ │ │
probe::nfs.proc.open — │ │ │ │ NFS client allocates file read/write context information │ │ │ │ -
nfs.proc.open
flag
│ │ │ │ - file flag │ │ │ │ -
mode
│ │ │ │ - file mode │ │ │ │ -
filename
│ │ │ │ +
nfs.proc.open
probe::nfs.proc.read_done — │ │ │ │ NFS client response to a read RPC task │ │ │ │ -
nfs.proc.read_done
timestamp
│ │ │ │ +
nfs.proc.read_done
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
timestamp
│ │ │ │ V4 timestamp, which is used for lease renewal │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │
count
│ │ │ │ number of bytes read │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │
status
│ │ │ │ result of last operation │ │ │ │ -
prot
│ │ │ │ - transfer protocol │ │ │ │
version
│ │ │ │ NFS version │ │ │ │
probe::nfs.proc.read_setup — │ │ │ │ NFS client setting up a read RPC task │ │ │ │ -
nfs.proc.read_setup
prot
│ │ │ │ - transfer protocol │ │ │ │ -
version
│ │ │ │ +
nfs.proc.read_setup
version
│ │ │ │ NFS version │ │ │ │ -
size
│ │ │ │ - read bytes in this execution │ │ │ │
offset
│ │ │ │ the file offset │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ +
size
│ │ │ │ + read bytes in this execution │ │ │ │
count
│ │ │ │ read bytes in this execution │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │
probe::nfs.proc.read — │ │ │ │ NFS client synchronously reads file from server │ │ │ │ -
nfs.proc.read
flags
│ │ │ │ +
nfs.proc.read
version
│ │ │ │ + NFS version │ │ │ │ +
offset
│ │ │ │ + the file offset │ │ │ │ +
flags
│ │ │ │ used to set task->tk_flags in rpc_init_task function │ │ │ │
count
│ │ │ │ read bytes in this execution │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │
prot
│ │ │ │ transfer protocol │ │ │ │ -
version
│ │ │ │ - NFS version │ │ │ │ -
offset
│ │ │ │ - the file offset │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │
probe::nfs.proc.release — │ │ │ │ NFS client releases file read/write context information │ │ │ │
nfs.proc.release
flag
│ │ │ │ file flag │ │ │ │
mode
│ │ │ │ file mode │ │ │ │ +
version
│ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │
filename
│ │ │ │ file name │ │ │ │
server_ip
│ │ │ │ IP address of server │ │ │ │
prot
│ │ │ │ transfer protocol │ │ │ │ -
version
│ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │
probe::nfs.proc.remove — │ │ │ │ NFS client removes a file on server │ │ │ │ -
nfs.proc.remove
filelen
│ │ │ │ - length of file name │ │ │ │ -
filename
│ │ │ │ - file name │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ +
nfs.proc.remove
version
│ │ │ │ + NFS version (the function is used for all NFS version) │ │ │ │
fh
│ │ │ │ file handle of parent dir │ │ │ │ -
version
│ │ │ │ - NFS version (the function is used for all NFS version) │ │ │ │ +
filelen
│ │ │ │ + length of file name │ │ │ │
prot
│ │ │ │ transfer protocol │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
filename
│ │ │ │ + file name │ │ │ │
probe::nfs.proc.rename_done — │ │ │ │ NFS client response to a rename RPC task │ │ │ │ -
nfs.proc.rename_done
new_fh
│ │ │ │ - file handle of new parent dir │ │ │ │ +
nfs.proc.rename_done
version
│ │ │ │ + NFS version │ │ │ │
status
│ │ │ │ result of last operation │ │ │ │ -
version
│ │ │ │ - NFS version │ │ │ │ -
prot
│ │ │ │ - transfer protocol │ │ │ │ +
new_fh
│ │ │ │ + file handle of new parent dir │ │ │ │
old_fh
│ │ │ │ file handle of old parent dir │ │ │ │
timestamp
│ │ │ │ V4 timestamp, which is used for lease renewal │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │
server_ip
│ │ │ │ IP address of server │ │ │ │
probe::nfs.proc.rename_setup — │ │ │ │ NFS client setting up a rename RPC task │ │ │ │
nfs.proc.rename_setup
probe::nfs.proc.rename — │ │ │ │ NFS client renames a file on server │ │ │ │ -
nfs.proc.rename
new_filelen
│ │ │ │ - length of new file name │ │ │ │ -
old_name
│ │ │ │ - old file name │ │ │ │ -
old_fh
│ │ │ │ - file handle of old parent dir │ │ │ │ +
nfs.proc.rename
new_name
│ │ │ │ + new file name │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │
server_ip
│ │ │ │ IP address of server │ │ │ │ -
new_fh
│ │ │ │ - file handle of new parent dir │ │ │ │ +
old_name
│ │ │ │ + old file name │ │ │ │
old_filelen
│ │ │ │ length of old file name │ │ │ │ -
new_name
│ │ │ │ - new file name │ │ │ │ -
prot
│ │ │ │ - transfer protocol │ │ │ │ +
new_fh
│ │ │ │ + file handle of new parent dir │ │ │ │ +
old_fh
│ │ │ │ + file handle of old parent dir │ │ │ │ +
new_filelen
│ │ │ │ + length of new file name │ │ │ │
version
│ │ │ │ NFS version (the function is used for all NFS version) │ │ │ │
probe::nfs.proc.write_done — │ │ │ │ NFS client response to a write RPC task │ │ │ │ -
nfs.proc.write_done
prot
│ │ │ │ +
nfs.proc.write_done
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
valid
│ │ │ │ + fattr->valid, indicates which fields are valid │ │ │ │ +
prot
│ │ │ │ transfer protocol │ │ │ │ +
timestamp
│ │ │ │ + V4 timestamp, which is used for lease renewal │ │ │ │ +
count
│ │ │ │ + number of bytes written │ │ │ │
status
│ │ │ │ result of last operation │ │ │ │
version
│ │ │ │ NFS version │ │ │ │ -
valid
│ │ │ │ - fattr->valid, indicates which fields are valid │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ -
count
│ │ │ │ - number of bytes written │ │ │ │ -
timestamp
│ │ │ │ - V4 timestamp, which is used for lease renewal │ │ │ │
probe::nfs.proc.write_setup — │ │ │ │ NFS client setting up a write RPC task │ │ │ │ -
nfs.proc.write_setup
size
│ │ │ │ - bytes written in this execution │ │ │ │ -
offset
│ │ │ │ - the file offset │ │ │ │ -
server_ip
│ │ │ │ - IP address of server │ │ │ │ -
count
│ │ │ │ - bytes written in this execution │ │ │ │ -
bitmask0
│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -
how
│ │ │ │ +
nfs.proc.write_setup
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 │ │ │ │ -
version
│ │ │ │ - NFS version │ │ │ │
bitmask1
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ +
server_ip
│ │ │ │ + IP address of server │ │ │ │ +
count
│ │ │ │ + bytes written in this execution │ │ │ │ +
offset
│ │ │ │ + the file offset │ │ │ │ +
version
│ │ │ │ + NFS version │ │ │ │ +
size
│ │ │ │ + bytes written in this execution │ │ │ │ +
bitmask0
│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │
probe::nfs.proc.write — │ │ │ │ NFS client synchronously writes file to server │ │ │ │ -
nfs.proc.write
bitmask1
│ │ │ │ - V4 bitmask representing the set of attributes supported │ │ │ │ - on this filesystem │ │ │ │ -
version
│ │ │ │ +
nfs.proc.write
version
│ │ │ │ NFS version │ │ │ │ -
prot
│ │ │ │ - transfer protocol │ │ │ │ +
offset
│ │ │ │ + the file offset │ │ │ │ +
size
│ │ │ │ + read bytes in this execution │ │ │ │ +
flags
│ │ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ │
bitmask0
│ │ │ │ V4 bitmask representing the set of attributes supported │ │ │ │ on this filesystem │ │ │ │ -
flags
│ │ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │ │ +
bitmask1
│ │ │ │ + V4 bitmask representing the set of attributes supported │ │ │ │ + on this filesystem │ │ │ │
server_ip
│ │ │ │ IP address of server │ │ │ │ -
size
│ │ │ │ - read bytes in this execution │ │ │ │ -
offset
│ │ │ │ - the file offset │ │ │ │ +
prot
│ │ │ │ + transfer protocol │ │ │ │
probe::nfsd.commit — │ │ │ │ NFS server committing all pending writes to stable storage │ │ │ │ -
nfsd.commit
flag
│ │ │ │ - indicates whether this execution is a sync operation │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ +
nfsd.commit
client_ip
│ │ │ │ + the ip address of client │ │ │ │
size
│ │ │ │ read bytes │ │ │ │
offset
│ │ │ │ the offset of file │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ +
flag
│ │ │ │ + indicates whether this execution is a sync operation │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │
probe::nfsd.create — │ │ │ │ NFS server creating a file(regular,dir,device,fifo) for client │ │ │ │ -
nfsd.create
iap_valid
│ │ │ │ - Attribute flags │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ -
filelen
│ │ │ │ +
nfsd.create
filelen
│ │ │ │ the length of file name │ │ │ │ -
filename
│ │ │ │ - file name │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │
type
│ │ │ │ file type(regular,dir,device,fifo ...) │ │ │ │ +
iap_valid
│ │ │ │ + Attribute flags │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │
iap_mode
│ │ │ │ file access mode │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
filename
│ │ │ │ + file name │ │ │ │
probe::nfsd.createv3 — │ │ │ │ NFS server creating a regular file or set file attributes for client │ │ │ │ -
nfsd.createv3
iap_valid
│ │ │ │ - Attribute flags │ │ │ │ -
verifier
│ │ │ │ +
nfsd.createv3
verifier
│ │ │ │ file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE │ │ │ │ +
truncp
│ │ │ │ + trunp arguments, indicates if the file shouldbe truncate │ │ │ │
client_ip
│ │ │ │ the ip address of client │ │ │ │ -
filelen
│ │ │ │ - the length of file name │ │ │ │
filename
│ │ │ │ file name │ │ │ │ +
filelen
│ │ │ │ + the length of file name │ │ │ │ +
iap_valid
│ │ │ │ + Attribute flags │ │ │ │
fh
│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │
iap_mode
│ │ │ │ file access mode │ │ │ │ -
truncp
│ │ │ │ - trunp arguments, indicates if the file shouldbe truncate │ │ │ │
createmode
│ │ │ │ create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ │
probe::nfsd.dispatch — │ │ │ │ NFS server receives an operation from client │ │ │ │ -
nfsd.dispatch
prog
│ │ │ │ +
nfsd.dispatch
proc
│ │ │ │ + procedure number │ │ │ │ +
prog
│ │ │ │ program number │ │ │ │ -
version
│ │ │ │ - nfs version │ │ │ │
xid
│ │ │ │ transmission id │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ -
proc
│ │ │ │ - procedure number │ │ │ │
proto
│ │ │ │ transfer protocol │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
version
│ │ │ │ + nfs version │ │ │ │
probe::nfsd.lookup — │ │ │ │ NFS server opening or searching file for a file for client │ │ │ │ -
nfsd.lookup
fh
│ │ │ │ - file handle of parent dir(the first part is the length of the file handle) │ │ │ │ -
client_ip
│ │ │ │ +
nfsd.lookup
probe::nfsd.open — │ │ │ │ NFS server opening a file for client │ │ │ │ -
nfsd.open
client_ip
│ │ │ │ +
nfsd.open
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...) │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ -
type
│ │ │ │ - type of file (regular file or dir) │ │ │ │
probe::nfsd.proc.commit — │ │ │ │ NFS server performing a commit operation for client │ │ │ │ -
nfsd.proc.commit
gid
│ │ │ │ - requester's group id │ │ │ │ -
proto
│ │ │ │ - transfer protocol │ │ │ │ -
count
│ │ │ │ +
nfsd.proc.commit
count
│ │ │ │ read bytes │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ -
uid
│ │ │ │ - requester's user id │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │
offset
│ │ │ │ the offset of file │ │ │ │
version
│ │ │ │ nfs version │ │ │ │ +
gid
│ │ │ │ + requester's group id │ │ │ │ +
uid
│ │ │ │ + requester's user id │ │ │ │ +
proto
│ │ │ │ + transfer protocol │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │
size
│ │ │ │ read bytes │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │
probe::nfsd.proc.create — │ │ │ │ NFS server creating a file for client │ │ │ │ -
nfsd.proc.create
filename
│ │ │ │ - file name │ │ │ │ +
nfsd.proc.create
version
│ │ │ │ + nfs version │ │ │ │
gid
│ │ │ │ requester's group id │ │ │ │ -
filelen
│ │ │ │ - length of file name │ │ │ │ +
uid
│ │ │ │ + requester's user id │ │ │ │ +
filename
│ │ │ │ + file name │ │ │ │
client_ip
│ │ │ │ the ip address of client │ │ │ │
proto
│ │ │ │ transfer protocol │ │ │ │ -
uid
│ │ │ │ - requester's user id │ │ │ │ -
version
│ │ │ │ - nfs version │ │ │ │
fh
│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ +
filelen
│ │ │ │ + length of file name │ │ │ │
probe::nfsd.proc.lookup — │ │ │ │ NFS server opening or searching for a file for client │ │ │ │ -
nfsd.proc.lookup
proto
│ │ │ │ - transfer protocol │ │ │ │ -
fh
│ │ │ │ - file handle of parent dir (the first part is the length of the file handle) │ │ │ │ -
client_ip
│ │ │ │ +
nfsd.proc.lookup
client_ip
│ │ │ │ the ip address of client │ │ │ │ -
gid
│ │ │ │ - requester's group id │ │ │ │ +
proto
│ │ │ │ + transfer protocol │ │ │ │
filename
│ │ │ │ file name │ │ │ │
uid
│ │ │ │ requester's user id │ │ │ │ -
filelen
│ │ │ │ - the length of file name │ │ │ │ +
gid
│ │ │ │ + requester's group id │ │ │ │
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) │ │ │ │
probe::nfsd.proc.read — │ │ │ │ NFS server reading file for client │ │ │ │ -
nfsd.proc.read
size
│ │ │ │ - read bytes │ │ │ │ -
uid
│ │ │ │ - requester's user id │ │ │ │ -
offset
│ │ │ │ - the offset of file │ │ │ │ -
gid
│ │ │ │ +
nfsd.proc.read
gid
│ │ │ │ requester's group id │ │ │ │
version
│ │ │ │ nfs version │ │ │ │ -
vec
│ │ │ │ - struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ +
size
│ │ │ │ + read bytes │ │ │ │
vlen
│ │ │ │ read blocks │ │ │ │
proto
│ │ │ │ transfer protocol │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
uid
│ │ │ │ + requester's user id │ │ │ │
fh
│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ +
offset
│ │ │ │ + the offset of file │ │ │ │ +
vec
│ │ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │
probe::nfsd.proc.remove — │ │ │ │ NFS server removing a file for client │ │ │ │
nfsd.proc.remove
filelen
│ │ │ │ length of file name │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +
version
│ │ │ │ + nfs version │ │ │ │
gid
│ │ │ │ requester's group id │ │ │ │ -
filename
│ │ │ │ - file name │ │ │ │
proto
│ │ │ │ transfer protocol │ │ │ │
client_ip
│ │ │ │ the ip address of client │ │ │ │ -
version
│ │ │ │ - nfs version │ │ │ │
uid
│ │ │ │ requester's user id │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ +
filename
│ │ │ │ + file name │ │ │ │
probe::nfsd.proc.rename — │ │ │ │ NFS Server renaming a file for client │ │ │ │ -
nfsd.proc.rename
flen
│ │ │ │ - length of old file name │ │ │ │ -
gid
│ │ │ │ - requester's group id │ │ │ │ -
filename
│ │ │ │ +
nfsd.proc.rename
filename
│ │ │ │ old file name │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ -
tlen
│ │ │ │ - length of new file name │ │ │ │
uid
│ │ │ │ requester's user id │ │ │ │ -
tname
│ │ │ │ - new file name │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
gid
│ │ │ │ + requester's group id │ │ │ │ +
flen
│ │ │ │ + length of old file name │ │ │ │
fh
│ │ │ │ file handler of old path │ │ │ │
tfh
│ │ │ │ file handler of new path │ │ │ │ +
tname
│ │ │ │ + new file name │ │ │ │ +
tlen
│ │ │ │ + length of new file name │ │ │ │
probe::nfsd.proc.write — │ │ │ │ NFS server writing data to file for client │ │ │ │ -
nfsd.proc.write
size
│ │ │ │ - read bytes │ │ │ │ -
stable
│ │ │ │ - argp->stable │ │ │ │ -
version
│ │ │ │ - nfs version │ │ │ │ +
nfsd.proc.write
vec
│ │ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │
offset
│ │ │ │ the offset of file │ │ │ │ -
uid
│ │ │ │ - requester's user id │ │ │ │ +
count
│ │ │ │ + read bytes │ │ │ │
fh
│ │ │ │ file handle (the first part is the length of the file handle) │ │ │ │ -
gid
│ │ │ │ - requester's group id │ │ │ │ -
vec
│ │ │ │ - struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ +
uid
│ │ │ │ + requester's user id │ │ │ │
client_ip
│ │ │ │ the ip address of client │ │ │ │ -
count
│ │ │ │ - read bytes │ │ │ │ -
vlen
│ │ │ │ - read blocks │ │ │ │
proto
│ │ │ │ transfer protocol │ │ │ │ +
vlen
│ │ │ │ + read blocks │ │ │ │ +
size
│ │ │ │ + read bytes │ │ │ │ +
version
│ │ │ │ + nfs version │ │ │ │ +
gid
│ │ │ │ + requester's group id │ │ │ │ +
stable
│ │ │ │ + argp->stable │ │ │ │
probe::nfsd.read — │ │ │ │ NFS server reading data from a file for client │ │ │ │ -
nfsd.read
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │ -
offset
│ │ │ │ - the offset of file │ │ │ │ -
file
│ │ │ │ +
nfsd.read
file
│ │ │ │ argument file, indicates if the file has been opened. │ │ │ │ -
size
│ │ │ │ - read bytes │ │ │ │
vlen
│ │ │ │ read blocks │ │ │ │ +
size
│ │ │ │ + read bytes │ │ │ │ +
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │
count
│ │ │ │ read bytes │ │ │ │ +
offset
│ │ │ │ + the offset of file │ │ │ │
vec
│ │ │ │ struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │
probe::nfsd.rename — │ │ │ │ NFS server renaming a file for client │ │ │ │ -
nfsd.rename
tname
│ │ │ │ +
nfsd.rename
client_ip
│ │ │ │ + the ip address of client │ │ │ │ +
filename
│ │ │ │ + old file name │ │ │ │ +
tname
│ │ │ │ new file name │ │ │ │ +
tlen
│ │ │ │ + length of new file name │ │ │ │
fh
│ │ │ │ file handler of old path │ │ │ │
tfh
│ │ │ │ file handler of new path │ │ │ │ -
client_ip
│ │ │ │ - the ip address of client │ │ │ │ -
tlen
│ │ │ │ - length of new file name │ │ │ │
flen
│ │ │ │ length of old file name │ │ │ │ -
filename
│ │ │ │ - old file name │ │ │ │
probe::nfsd.write — │ │ │ │ NFS server writing data to a file for client │ │ │ │ -
nfsd.write
vec
│ │ │ │ - struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │ +
nfsd.write
file
│ │ │ │ + argument file, indicates if the file has been opened. │ │ │ │
client_ip
│ │ │ │ the ip address of client │ │ │ │ -
count
│ │ │ │ - read bytes │ │ │ │
vlen
│ │ │ │ read blocks │ │ │ │ -
fh
│ │ │ │ - file handle (the first part is the length of the file handle) │ │ │ │
size
│ │ │ │ read bytes │ │ │ │ -
file
│ │ │ │ - argument file, indicates if the file has been opened. │ │ │ │ +
count
│ │ │ │ + read bytes │ │ │ │ +
fh
│ │ │ │ + file handle (the first part is the length of the file handle) │ │ │ │ +
vec
│ │ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │ │
offset
│ │ │ │ the offset of file │ │ │ │
probe::scheduler.cpu_off — │ │ │ │ Process is about to stop running on a cpu │ │ │ │ -
scheduler.cpu_off
name
│ │ │ │ - name of the probe point │ │ │ │ -
task_prev
│ │ │ │ - the process leaving the cpu (same as current) │ │ │ │ -
task_next
│ │ │ │ +
scheduler.cpu_off
probe::scheduler.cpu_on — │ │ │ │ Process is beginning execution on a cpu │ │ │ │ -
scheduler.cpu_on
idle
│ │ │ │ - - boolean indicating whether current is the idle process │ │ │ │ -
task_prev
│ │ │ │ +
scheduler.cpu_on
probe::scheduler.ctxswitch — │ │ │ │ A context switch is occuring. │ │ │ │ -
scheduler.ctxswitch
nexttsk_state
│ │ │ │ - the state of the process to be switched in │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
prev_priority
│ │ │ │ - The priority of the process to be switched out │ │ │ │ -
prev_tid
│ │ │ │ +
scheduler.ctxswitch
prev_tid
│ │ │ │ The TID of the process to be switched out │ │ │ │ -
next_task_name
│ │ │ │ - The name of the process to be switched in │ │ │ │ -
next_tid
│ │ │ │ - The TID of the process to be switched in │ │ │ │
next_priority
│ │ │ │ The priority of the process to be switched in │ │ │ │
prev_task_name
│ │ │ │ The name of the process to be switched out │ │ │ │
prevtsk_state
│ │ │ │ the state of the process to be switched out │ │ │ │ -
next_pid
│ │ │ │ - The PID of the process to be switched in │ │ │ │
prev_pid
│ │ │ │ The PID of the process to be switched out │ │ │ │ +
next_tid
│ │ │ │ + The TID of the process to be switched in │ │ │ │ +
prev_priority
│ │ │ │ + The priority of the process to be switched out │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │ +
next_task_name
│ │ │ │ + The name of the process to be switched in │ │ │ │ +
next_pid
│ │ │ │ + The PID of the process to be switched in │ │ │ │ +
nexttsk_state
│ │ │ │ + the state of the process to be switched in │ │ │ │
probe::scheduler.kthread_stop — │ │ │ │ A thread created by kthread_create is being stopped │ │ │ │ -
scheduler.kthread_stop
thread_priority
│ │ │ │ - priority of the thread │ │ │ │ -
thread_pid
│ │ │ │ +
scheduler.kthread_stop
probe::scheduler.migrate — │ │ │ │ Task migrating across cpus │ │ │ │
scheduler.migrate
pid
│ │ │ │ PID of the task being migrated │ │ │ │
name
│ │ │ │ name of the probe point │ │ │ │ +
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 │ │ │ │
cpu_from
│ │ │ │ the original cpu │ │ │ │
probe::scheduler.process_exit — │ │ │ │ Process exiting │ │ │ │ -
scheduler.process_exit
pid
│ │ │ │ - PID of the process exiting │ │ │ │ -
name
│ │ │ │ +
scheduler.process_exit
probe::scheduler.process_free — │ │ │ │ Scheduler freeing a data structure for a process │ │ │ │ -
scheduler.process_free
priority
│ │ │ │ - priority of the process getting freed │ │ │ │ +
scheduler.process_free
probe::scheduler.process_wait — │ │ │ │ Scheduler starting to wait on a process │ │ │ │ -
scheduler.process_wait
pid
│ │ │ │ - PID of the process scheduler is waiting on │ │ │ │ -
name
│ │ │ │ +
scheduler.process_wait
probe::scheduler.signal_send — │ │ │ │ Sending a signal │ │ │ │ -
scheduler.signal_send
probe::scheduler.tick — │ │ │ │ Schedulers internal tick, a processes timeslice accounting is updated │ │ │ │ -
scheduler.tick
idle
│ │ │ │ - boolean indicating whether current is the idle process │ │ │ │ -
name
│ │ │ │ +
scheduler.tick
probe::scheduler.wait_task — │ │ │ │ Waiting on a task to unschedule (become inactive) │ │ │ │ -
scheduler.wait_task
name
│ │ │ │ - name of the probe point │ │ │ │ -
task_priority
│ │ │ │ +
scheduler.wait_task
probe::scheduler.wakeup_new — │ │ │ │ Newly created task is woken up for the first time │ │ │ │ -
scheduler.wakeup_new
task_pid
│ │ │ │ - PID of the new task woken up │ │ │ │ -
task_cpu
│ │ │ │ +
scheduler.wakeup_new
task_cpu
│ │ │ │ cpu of the task woken up │ │ │ │ -
task_state
│ │ │ │ - state of the task woken up │ │ │ │
task_tid
│ │ │ │ TID of the new task woken up │ │ │ │ +
task_pid
│ │ │ │ + PID of the new task woken up │ │ │ │
task_priority
│ │ │ │ priority of the new task │ │ │ │
name
│ │ │ │ name of the probe point │ │ │ │ +
task_state
│ │ │ │ + state of the task woken up │ │ │ │
probe::scheduler.wakeup — │ │ │ │ Task is woken up │ │ │ │ -
scheduler.wakeup
task_pid
│ │ │ │ - PID of the task being woken up │ │ │ │ -
task_cpu
│ │ │ │ - cpu of the task being woken up │ │ │ │ +
scheduler.wakeup
task_priority
│ │ │ │ + priority 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_tid
│ │ │ │ - tid of the task being woken up │ │ │ │
name
│ │ │ │ name of the probe point │ │ │ │ +
task_tid
│ │ │ │ + tid of the task being woken up │ │ │ │ +
task_cpu
│ │ │ │ + cpu of the task being woken up │ │ │ │ +
task_pid
│ │ │ │ + PID of the task being woken up │ │ │ │
probe::scsi.iocompleted — │ │ │ │ SCSI mid-layer running the completion processing for block device I/O requests │ │ │ │ -
scsi.iocompleted
host_no
│ │ │ │ - The host number │ │ │ │ -
goodbytes
│ │ │ │ - The bytes completed │ │ │ │ -
channel
│ │ │ │ - The channel number │ │ │ │ -
data_direction
│ │ │ │ +
scsi.iocompleted
data_direction
│ │ │ │ The data_direction specifies whether this command is from/to │ │ │ │ the device │ │ │ │ -
req_addr
│ │ │ │ - The current struct request pointer, as a number │ │ │ │ -
device_state_str
│ │ │ │ - The current state of the device, as a string │ │ │ │ -
dev_id
│ │ │ │ - The scsi device id │ │ │ │
device_state
│ │ │ │ The current state of the device │ │ │ │ +
dev_id
│ │ │ │ + The scsi device id │ │ │ │ +
channel
│ │ │ │ + The channel number │ │ │ │ +
device_state_str
│ │ │ │ + The current state of the device, as a string │ │ │ │ +
req_addr
│ │ │ │ + The current struct request pointer, as a number │ │ │ │ +
host_no
│ │ │ │ + The host number │ │ │ │ +
goodbytes
│ │ │ │ + The bytes completed │ │ │ │
data_direction_str
│ │ │ │ Data direction, as a string │ │ │ │
lun
│ │ │ │ The lun number │ │ │ │
probe::scsi.iodispatching — │ │ │ │ SCSI mid-layer dispatched low-level SCSI command │ │ │ │ -
scsi.iodispatching
host_no
│ │ │ │ - The host number │ │ │ │ -
channel
│ │ │ │ +
scsi.iodispatching
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 │ │ │ │ - 0 (DMA_BIDIRECTIONAL), 1 (DMA_TO_DEVICE), │ │ │ │ - 2 (DMA_FROM_DEVICE), 3 (DMA_NONE) │ │ │ │ +
dev_id
│ │ │ │ + The scsi device id │ │ │ │
device_state_str
│ │ │ │ The current state of the device, as a string │ │ │ │
request_bufflen
│ │ │ │ The request buffer length │ │ │ │ -
dev_id
│ │ │ │ - The scsi device id │ │ │ │
device_state
│ │ │ │ The current state of the device │ │ │ │ -
data_direction_str
│ │ │ │ - Data direction, as a string │ │ │ │ -
request_buffer
│ │ │ │ - The request buffer address │ │ │ │ +
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) │ │ │ │ +
host_no
│ │ │ │ + The host number │ │ │ │
lun
│ │ │ │ The lun number │ │ │ │ +
request_buffer
│ │ │ │ + The request buffer address │ │ │ │ +
data_direction_str
│ │ │ │ + Data direction, as a string │ │ │ │ +
req_addr
│ │ │ │ + The current struct request pointer, as a number │ │ │ │
probe::scsi.iodone — │ │ │ │ SCSI command completed by low level driver and enqueued into the done queue. │ │ │ │ -
scsi.iodone
lun
│ │ │ │ - The lun number │ │ │ │ +
scsi.iodone
req_addr
│ │ │ │ + The current struct request pointer, as a number │ │ │ │
data_direction_str
│ │ │ │ Data direction, as a string │ │ │ │ -
scsi_timer_pending
│ │ │ │ - 1 if a timer is pending on this request │ │ │ │ -
dev_id
│ │ │ │ - The scsi device id │ │ │ │ +
lun
│ │ │ │ + The lun number │ │ │ │ +
host_no
│ │ │ │ + The host number │ │ │ │
device_state
│ │ │ │ The current state of the device │ │ │ │
data_direction
│ │ │ │ The data_direction specifies whether this command is │ │ │ │ from/to the device. │ │ │ │ -
req_addr
│ │ │ │ - The current struct request pointer, as a number │ │ │ │ +
scsi_timer_pending
│ │ │ │ + 1 if a timer is pending on this request │ │ │ │
device_state_str
│ │ │ │ The current state of the device, as a string │ │ │ │
channel
│ │ │ │ The channel number │ │ │ │ -
host_no
│ │ │ │ - The host number │ │ │ │ +
dev_id
│ │ │ │ + The scsi device id │ │ │ │
probe::scsi.ioentry — │ │ │ │ Prepares a SCSI mid-layer request │ │ │ │ -
scsi.ioentry
disk_minor
│ │ │ │ - The minor number of the disk (-1 if no information) │ │ │ │ -
device_state_str
│ │ │ │ +
scsi.ioentry
device_state_str
│ │ │ │ The current state of the device, as a string │ │ │ │
disk_major
│ │ │ │ The major number of the disk (-1 if no information) │ │ │ │
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 │ │ │ │
probe::scsi.ioexecute — │ │ │ │ Create mid-layer SCSI request and wait for the result │ │ │ │ -
scsi.ioexecute
channel
│ │ │ │ - The channel number │ │ │ │ -
host_no
│ │ │ │ - The host number │ │ │ │ -
request_bufflen
│ │ │ │ - The data buffer buffer length │ │ │ │ +
scsi.ioexecute
timeout
│ │ │ │ + Request timeout in seconds │ │ │ │ +
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 │ │ │ │
dev_id
│ │ │ │ The scsi device id │ │ │ │ +
channel
│ │ │ │ + The channel number │ │ │ │ +
request_bufflen
│ │ │ │ + The data buffer buffer length │ │ │ │ +
device_state_str
│ │ │ │ + The current state of the device, as a string │ │ │ │
retries
│ │ │ │ Number of times to retry request │ │ │ │ -
timeout
│ │ │ │ - Request timeout in seconds │ │ │ │ -
device_state
│ │ │ │ - The current state of the device │ │ │ │ -
lun
│ │ │ │ - The lun number │ │ │ │ -
request_buffer
│ │ │ │ - The data buffer address │ │ │ │ +
host_no
│ │ │ │ + The host number │ │ │ │
data_direction_str
│ │ │ │ Data direction, as a string │ │ │ │ +
request_buffer
│ │ │ │ + The data buffer address │ │ │ │ +
lun
│ │ │ │ + The lun number │ │ │ │
probe::scsi.set_state — │ │ │ │ Order SCSI device state change │ │ │ │ -
scsi.set_state
lun
│ │ │ │ - The lun number │ │ │ │ +
scsi.set_state
channel
│ │ │ │ + The channel number │ │ │ │ +
dev_id
│ │ │ │ + The scsi device id │ │ │ │
state_str
│ │ │ │ The new state of the device, as a string │ │ │ │
state
│ │ │ │ The new state of the device │ │ │ │ -
dev_id
│ │ │ │ - The scsi device id │ │ │ │ -
old_state
│ │ │ │ - The current state of the device │ │ │ │
host_no
│ │ │ │ The host number │ │ │ │ -
channel
│ │ │ │ - The channel number │ │ │ │ +
lun
│ │ │ │ + The lun number │ │ │ │
old_state_str
│ │ │ │ The current state of the device, as a string │ │ │ │ +
old_state
│ │ │ │ + The current state of the device │ │ │ │
probe::signal.check_ignored.return — │ │ │ │ Check to see signal is ignored completed │ │ │ │ -
signal.check_ignored.return
retstr
│ │ │ │ - Return value as a string │ │ │ │ -
name
│ │ │ │ +
signal.check_ignored.return
probe::signal.check_ignored — │ │ │ │ Checking to see signal is ignored │ │ │ │
signal.check_ignored
sig_name
│ │ │ │ A string representation of the signal │ │ │ │
sig
│ │ │ │ The number of the signal │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process receiving the signal │ │ │ │
pid_name
│ │ │ │ Name of the process receiving the signal │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process receiving the signal │ │ │ │
probe::signal.checkperm — │ │ │ │ Check being performed on a sent signal │ │ │ │ -
signal.checkperm
si_code
│ │ │ │ - Indicates the signal type │ │ │ │ -
task
│ │ │ │ - A task handle to the signal recipient │ │ │ │ +
signal.checkperm
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │
pid_name
│ │ │ │ Name of the process receiving the signal │ │ │ │
sig
│ │ │ │ The number of the signal │ │ │ │ -
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process receiving the signal │ │ │ │ +
si_code
│ │ │ │ + Indicates the signal type │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process receiving the signal │ │ │ │
sinfo
│ │ │ │ The address of the siginfo structure │ │ │ │ +
task
│ │ │ │ + A task handle to the signal recipient │ │ │ │
probe::signal.do_action.return — │ │ │ │ Examining or changing a signal action completed │ │ │ │ -
signal.do_action.return
name
│ │ │ │ - Name of the probe point │ │ │ │ -
retstr
│ │ │ │ +
signal.do_action.return
probe::signal.do_action — │ │ │ │ Examining or changing a signal action │ │ │ │ -
signal.do_action
sig
│ │ │ │ - The signal to be examined/changed │ │ │ │ -
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ +
signal.do_action
sa_handler
│ │ │ │ + The new handler of the signal │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ -
oldsigact_addr
│ │ │ │ - The address of the old sigaction │ │ │ │ +
sigact_addr
│ │ │ │ + The address of the new sigaction │ │ │ │ struct associated with the signal │ │ │ │ -
sa_handler
│ │ │ │ - The new handler of the signal │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │ +
sig
│ │ │ │ + The signal to be examined/changed │ │ │ │
sa_mask
│ │ │ │ The new mask of the signal │ │ │ │ -
sigact_addr
│ │ │ │ - The address of the new sigaction │ │ │ │ +
oldsigact_addr
│ │ │ │ + The address of the old sigaction │ │ │ │ struct associated with the signal │ │ │ │
probe::signal.flush — │ │ │ │ Flushing all pending signals for a task │ │ │ │ -
signal.flush
name
│ │ │ │ - Name of the probe point │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process associated with the task │ │ │ │ - performing the flush │ │ │ │ -
pid_name
│ │ │ │ +
signal.flush
pid_name
│ │ │ │ The name of the process associated with the task │ │ │ │ performing the flush │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │
task
│ │ │ │ The task handler of the process performing the flush │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process associated with the task │ │ │ │ + performing the flush │ │ │ │
probe::signal.force_segv — │ │ │ │ Forcing send of SIGSEGV │ │ │ │ -
signal.force_segv
pid_name
│ │ │ │ - Name of the process receiving the signal │ │ │ │ +
signal.force_segv
sig_pid
│ │ │ │ + The PID of the process receiving the signal │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process receiving the signal │ │ │ │ -
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ +
pid_name
│ │ │ │ + Name of the process receiving the signal │ │ │ │
sig
│ │ │ │ The number of the signal │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │
probe::signal.handle — │ │ │ │ Signal handler being invoked │ │ │ │ -
signal.handle
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 │ │ │ │ -
sig_mode
│ │ │ │ - Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ +
signal.handle
regs
│ │ │ │ + The address of the kernel-mode stack area (deprecated in │ │ │ │ + SystemTap 2.1) │ │ │ │
sinfo
│ │ │ │ The address of the siginfo table │ │ │ │ -
ka_addr
│ │ │ │ - The address of the k_sigaction table │ │ │ │ - associated with the signal │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ +
sig
│ │ │ │ + The signal number that invoked the signal handler │ │ │ │ +
sig_code
│ │ │ │ + The si_code value of the siginfo signal │ │ │ │
oldset_addr
│ │ │ │ The address of the bitmask array of blocked signals │ │ │ │ (deprecated in SystemTap 2.1) │ │ │ │ -
regs
│ │ │ │ - The address of the kernel-mode stack area (deprecated in │ │ │ │ - SystemTap 2.1) │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │ +
sig_mode
│ │ │ │ + Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ │ +
ka_addr
│ │ │ │ + The address of the k_sigaction table │ │ │ │ + associated with the signal │ │ │ │
probe::signal.pending — │ │ │ │ Examining pending signal │ │ │ │ -
signal.pending
sigset_add
│ │ │ │ - The address of the user-space signal set │ │ │ │ - (sigset_t) │ │ │ │ -
name
│ │ │ │ +
signal.pending
probe::signal.procmask.return — │ │ │ │ Examining or changing blocked signals completed │ │ │ │ -
signal.procmask.return
name
│ │ │ │ - Name of the probe point │ │ │ │ -
retstr
│ │ │ │ +
signal.procmask.return
probe::signal.procmask — │ │ │ │ Examining or changing blocked signals │ │ │ │ -
signal.procmask
how
│ │ │ │ +
signal.procmask
sigset
│ │ │ │ + The actual value to be set for sigset_t │ │ │ │ + (correct?) │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │ +
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. │ │ │ │ -
oldsigset_addr
│ │ │ │ - The old address of the signal set │ │ │ │ - (sigset_t) │ │ │ │ -
sigset
│ │ │ │ - The actual value to be set for sigset_t │ │ │ │ - (correct?) │ │ │ │
sigset_addr
│ │ │ │ The address of the signal set (sigset_t) │ │ │ │ to be implemented │ │ │ │ -
name
│ │ │ │ - Name of the probe point │ │ │ │ +
oldsigset_addr
│ │ │ │ + The old address of the signal set │ │ │ │ + (sigset_t) │ │ │ │
probe::signal.send.return — │ │ │ │ Signal being sent to a process completed (deprecated in SystemTap 2.1) │ │ │ │ -
signal.send.return
send2queue
│ │ │ │ - Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │ +
signal.send.return
retstr
│ │ │ │ + The return value to either __group_send_sig_info, specific_send_sig_info, or send_sigqueue │ │ │ │
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 │ │ │ │
shared
│ │ │ │ Indicates whether the sent signal is shared by the thread group. │ │ │ │ +
send2queue
│ │ │ │ + Indicates whether the sent signal was sent to an existing sigqueue │ │ │ │
│ │ │ │ Possible __group_send_sig_info and │ │ │ │ specific_send_sig_info return values are as follows; │ │ │ │
│ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-signal-send-sig-queue.html │ │ │ │ @@ -1,15 +1,15 @@ │ │ │ │
probe::signal.send_sig_queue — │ │ │ │ Queuing a signal to a process │ │ │ │ -
signal.send_sig_queue
sigqueue_addr
│ │ │ │ - The address of the signal queue │ │ │ │ +
signal.send_sig_queue
name
│ │ │ │ + Name of the probe point │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process to which the signal is queued │ │ │ │
sig_name
│ │ │ │ A string representation of the signal │ │ │ │
sig
│ │ │ │ The queued signal │ │ │ │ -
name
│ │ │ │ - Name of the probe point │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process to which the signal is queued │ │ │ │
pid_name
│ │ │ │ Name of the process to which the signal is queued │ │ │ │ +
sigqueue_addr
│ │ │ │ + The address of the signal queue │ │ │ │
probe::signal.send — │ │ │ │ Signal being sent to a process │ │ │ │ -
signal.send
sinfo
│ │ │ │ - The address of siginfo struct │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process receiving the signal │ │ │ │ -
name
│ │ │ │ - The name of the function used to send out the signal │ │ │ │ -
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ +
signal.send
si_code
│ │ │ │ + Indicates the signal type │ │ │ │
send2queue
│ │ │ │ Indicates whether the signal is sent to an existing │ │ │ │ sigqueue (deprecated in SystemTap 2.1) │ │ │ │ -
sig
│ │ │ │ - The number of the signal │ │ │ │ -
si_code
│ │ │ │ - Indicates the signal type │ │ │ │ -
task
│ │ │ │ - A task handle to the signal recipient │ │ │ │ +
name
│ │ │ │ + The name of the function used to send out the signal │ │ │ │
shared
│ │ │ │ Indicates whether the signal is shared by the thread group │ │ │ │ +
sinfo
│ │ │ │ + The address of siginfo struct │ │ │ │ +
task
│ │ │ │ + A task handle to the signal recipient │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process receiving the signal │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │
pid_name
│ │ │ │ The name of the signal recipient │ │ │ │ +
sig
│ │ │ │ + The number of the signal │ │ │ │
probe::signal.sys_tgkill.return — │ │ │ │ Sending kill signal to a thread group completed │ │ │ │ -
signal.sys_tgkill.return
retstr
│ │ │ │ - The return value to either __group_send_sig_info, │ │ │ │ -
name
│ │ │ │ +
signal.sys_tgkill.return
probe::signal.sys_tgkill — │ │ │ │ Sending kill signal to a thread group │ │ │ │ -
signal.sys_tgkill
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ +
signal.sys_tgkill
pid_name
│ │ │ │ + The name of the signal recipient │ │ │ │
sig
│ │ │ │ The specific kill signal sent to the process │ │ │ │ +
tgid
│ │ │ │ + The thread group ID of the thread receiving the kill signal │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │
sig_pid
│ │ │ │ The PID of the thread receiving the kill signal │ │ │ │ -
name
│ │ │ │ - Name of the probe point │ │ │ │
task
│ │ │ │ A task handle to the signal recipient │ │ │ │ -
pid_name
│ │ │ │ - The name of the signal recipient │ │ │ │ -
tgid
│ │ │ │ - The thread group ID of the thread receiving the kill signal │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │
probe::signal.sys_tkill — │ │ │ │ Sending a kill signal to a thread │ │ │ │ -
signal.sys_tkill
task
│ │ │ │ +
signal.sys_tkill
name
│ │ │ │ + Name of the probe point │ │ │ │ +
task
│ │ │ │ A task handle to the signal recipient │ │ │ │ -
pid_name
│ │ │ │ - The name of the signal recipient │ │ │ │ +
sig_pid
│ │ │ │ + The PID of the process receiving the kill signal │ │ │ │
sig_name
│ │ │ │ A string representation of the signal │ │ │ │ +
pid_name
│ │ │ │ + The name of the signal recipient │ │ │ │
sig
│ │ │ │ The specific signal sent to the process │ │ │ │ -
name
│ │ │ │ - Name of the probe point │ │ │ │ -
sig_pid
│ │ │ │ - The PID of the process receiving the kill signal │ │ │ │
probe::signal.syskill — │ │ │ │ Sending kill signal to a process │ │ │ │ -
signal.syskill
task
│ │ │ │ - A task handle to the signal recipient │ │ │ │ +
signal.syskill
sig
│ │ │ │ + The specific signal sent to the process │ │ │ │
pid_name
│ │ │ │ The name of the signal recipient │ │ │ │ +
sig_name
│ │ │ │ + A string representation of the signal │ │ │ │ +
task
│ │ │ │ + A task handle to the signal recipient │ │ │ │
sig_pid
│ │ │ │ The PID of the process receiving the signal │ │ │ │
name
│ │ │ │ Name of the probe point │ │ │ │ -
sig_name
│ │ │ │ - A string representation of the signal │ │ │ │ -
sig
│ │ │ │ - The specific signal sent to the process │ │ │ │
probe::signal.systkill.return — │ │ │ │ Sending kill signal to a thread completed │ │ │ │ -
signal.systkill.return
name
│ │ │ │ - Name of the probe point │ │ │ │ -
retstr
│ │ │ │ +
signal.systkill.return
probe::signal.wakeup — │ │ │ │ Sleeping process being wakened for signal │ │ │ │
signal.wakeup
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 │ │ │ │ +
pid_name
│ │ │ │ + Name of the process to wake │ │ │ │
probe::socket.aio_read.return —
│ │ │ │ Conclusion of message received via sock_aio_read
│ │ │ │ -
socket.aio_read.return
type
│ │ │ │ - Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │ +
socket.aio_read.return
success
│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
success
│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
size
│ │ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
probe::socket.aio_read —
│ │ │ │ Receiving message via sock_aio_read
│ │ │ │ -
socket.aio_read
type
│ │ │ │ - Socket type value │ │ │ │ -
state
│ │ │ │ - Socket state value │ │ │ │ +
socket.aio_read
size
│ │ │ │ + Message size in bytes │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
size
│ │ │ │ - Message size in bytes │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
probe::socket.aio_write.return —
│ │ │ │ Conclusion of message send via sock_aio_write
│ │ │ │ -
socket.aio_write.return
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │ +
socket.aio_write.return
success
│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ +
size
│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
state
│ │ │ │ - Socket state value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │
protocol
│ │ │ │ Protocol value │ │ │ │ -
success
│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │
probe::socket.aio_write —
│ │ │ │ Message send via sock_aio_write
│ │ │ │ -
socket.aio_write
size
│ │ │ │ - Message size in bytes │ │ │ │ -
name
│ │ │ │ +
socket.aio_write
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │ +
size
│ │ │ │ + Message size in bytes │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
probe::socket.close — │ │ │ │ Close a socket │ │ │ │ -
socket.close
type
│ │ │ │ - Socket type value │ │ │ │ +
socket.close
protocol
│ │ │ │ + Protocol value │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
probe::socket.create.return — │ │ │ │ Return from Creation of a socket │ │ │ │
socket.create.return
success
│ │ │ │ Was socket creation successful? (1 = yes, 0 = no) │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
requester
│ │ │ │ - Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │ +
requester
│ │ │ │ + Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │
err
│ │ │ │ Error code if success == 0 │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
probe::socket.create — │ │ │ │ Creation of a socket │ │ │ │ -
socket.create
family
│ │ │ │ +
socket.create
requester
│ │ │ │ + Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │ +
family
│ │ │ │ Protocol family value │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ -
requester
│ │ │ │ - Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ │
protocol
│ │ │ │ Protocol value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │
│ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-read-iter-return.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -1,24 +1,24 @@ │ │ │ │
probe::socket.read_iter.return —
│ │ │ │ Conclusion of message received via sock_read_iter
│ │ │ │
socket.read_iter.return
name
│ │ │ │ Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │
protocol
│ │ │ │ Protocol value │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │ +
size
│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │
success
│ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │
probe::socket.read_iter —
│ │ │ │ Receiving message via sock_read_iter
│ │ │ │ -
socket.read_iter
protocol
│ │ │ │ - Protocol value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │ +
socket.read_iter
family
│ │ │ │ + Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │ +
size
│ │ │ │ + Message size in bytes │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ -
size
│ │ │ │ - Message size in bytes │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
probe::socket.readv.return —
│ │ │ │ Conclusion of receiving a message via sock_readv
│ │ │ │ -
socket.readv.return
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ -
success
│ │ │ │ +
socket.readv.return
success
│ │ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │
state
│ │ │ │ Socket state 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 │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │
probe::socket.readv —
│ │ │ │ Receiving a message via sock_readv
│ │ │ │
socket.readv
type
│ │ │ │ Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │
size
│ │ │ │ Message size in bytes │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │
│ │ │ │ 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 — │ │ │ │ Message received on a socket. │ │ │ │ -
socket.receive
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ -
success
│ │ │ │ +
socket.receive
success
│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │ +
size
│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
probe::socket.recvmsg.return — │ │ │ │ Return from Message being received on socket │ │ │ │ -
socket.recvmsg.return
protocol
│ │ │ │ +
socket.recvmsg.return
name
│ │ │ │ + Name of this probe │ │ │ │ +
protocol
│ │ │ │ Protocol value │ │ │ │ -
success
│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ +
size
│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │ +
success
│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
probe::socket.recvmsg — │ │ │ │ Message being received on socket │ │ │ │ -
socket.recvmsg
size
│ │ │ │ - Message size in bytes │ │ │ │ +
socket.recvmsg
protocol
│ │ │ │ + Protocol value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │ +
size
│ │ │ │ + Message size in bytes │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │
probe::socket.send — │ │ │ │ Message sent on a socket. │ │ │ │ -
socket.send
state
│ │ │ │ - Socket state value │ │ │ │ +
socket.send
success
│ │ │ │ + Was send successful? (1 = yes, 0 = no) │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │ -
success
│ │ │ │ - Was send successful? (1 = yes, 0 = no) │ │ │ │
size
│ │ │ │ Size of message sent (in bytes) or error code if success = 0 │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
probe::socket.sendmsg.return — │ │ │ │ Return from socket.sendmsg. │ │ │ │ -
socket.sendmsg.return
protocol
│ │ │ │ +
socket.sendmsg.return
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 │ │ │ │
success
│ │ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
probe::socket.sendmsg — │ │ │ │ Message is currently being sent on a socket. │ │ │ │ -
socket.sendmsg
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ +
socket.sendmsg
size
│ │ │ │ Message size in bytes │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │
protocol
│ │ │ │ Protocol value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │
probe::socket.write_iter.return —
│ │ │ │ Conclusion of message send via sock_write_iter
│ │ │ │ -
socket.write_iter.return
success
│ │ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ │ +
socket.write_iter.return
flags
│ │ │ │ + Socket flags value │ │ │ │ +
size
│ │ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │
protocol
│ │ │ │ Protocol value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │ +
success
│ │ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ │
type
│ │ │ │ Socket type value │ │ │ │ -
state
│ │ │ │ - Socket state value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │ -
size
│ │ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │
probe::socket.write_iter —
│ │ │ │ Message send via sock_write_iter
│ │ │ │
socket.write_iter
protocol
│ │ │ │ Protocol value │ │ │ │ -
state
│ │ │ │ - Socket state value │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │ -
family
│ │ │ │ - Protocol family value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │
size
│ │ │ │ Message size in bytes │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │ +
family
│ │ │ │ + Protocol family value │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │
probe::socket.writev.return —
│ │ │ │ Conclusion of message sent via socket_writev
│ │ │ │ -
socket.writev.return
size
│ │ │ │ - Size of message sent (in bytes) or error code if success = 0 │ │ │ │ -
name
│ │ │ │ +
socket.writev.return
name
│ │ │ │ Name of this probe │ │ │ │ -
type
│ │ │ │ - Socket type value │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │
flags
│ │ │ │ Socket flags value │ │ │ │ +
size
│ │ │ │ + Size of message sent (in bytes) or error code if success = 0 │ │ │ │ +
success
│ │ │ │ + Was send successful? (1 = yes, 0 = no) │ │ │ │ +
type
│ │ │ │ + Socket type value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │
state
│ │ │ │ Socket state value │ │ │ │ -
success
│ │ │ │ - Was send successful? (1 = yes, 0 = no) │ │ │ │ -
protocol
│ │ │ │ - Protocol value │ │ │ │
probe::socket.writev —
│ │ │ │ Message sent via socket_writev
│ │ │ │ -
socket.writev
protocol
│ │ │ │ - Protocol value │ │ │ │ -
flags
│ │ │ │ - Socket flags value │ │ │ │ -
type
│ │ │ │ +
socket.writev
type
│ │ │ │ Socket type value │ │ │ │ -
state
│ │ │ │ - Socket state value │ │ │ │
family
│ │ │ │ Protocol family value │ │ │ │ +
state
│ │ │ │ + Socket state value │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
protocol
│ │ │ │ + Protocol value │ │ │ │ +
flags
│ │ │ │ + Socket flags value │ │ │ │
size
│ │ │ │ Message size in bytes │ │ │ │
│ │ │ │ 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 — │ │ │ │ Execution of handler for a pending softirq starting │ │ │ │ -
softirq.entry
action
│ │ │ │ - pointer to softirq handler just about to execute │ │ │ │ -
vec_nr
│ │ │ │ +
softirq.entry
probe::softirq.exit — │ │ │ │ Execution of handler for a pending softirq completed │ │ │ │
softirq.exit
vec_nr
│ │ │ │ softirq vector number │ │ │ │ -
action
│ │ │ │ - pointer to softirq handler that just finished execution │ │ │ │
h
│ │ │ │ struct softirq_action* for just executed softirq │ │ │ │ +
action
│ │ │ │ + pointer to softirq handler that just finished execution │ │ │ │
vec
│ │ │ │ softirq_action vector │ │ │ │
probe::stap.cache_add_mod — │ │ │ │ Adding kernel instrumentation module to cache │ │ │ │ -
stap.cache_add_mod
dest_path
│ │ │ │ - the path the .ko file is going to (incl filename) │ │ │ │ -
source_path
│ │ │ │ +
stap.cache_add_mod
probe::stap.cache_add_src — │ │ │ │ Adding C code translation to cache │ │ │ │ -
stap.cache_add_src
dest_path
│ │ │ │ - the path the .c file is going to (incl filename) │ │ │ │ -
source_path
│ │ │ │ +
stap.cache_add_src
probe::stap.system.spawn — │ │ │ │ stap spawned new process │ │ │ │ -
stap.system.spawn
pid
│ │ │ │ - the pid of the spawned process │ │ │ │ -
ret
│ │ │ │ +
stap.system.spawn
probe::stapio.receive_control_message — │ │ │ │ Received a control message │ │ │ │ -
stapio.receive_control_message
data
│ │ │ │ - a ptr to a binary blob of data sent as the control message │ │ │ │ -
len
│ │ │ │ +
stapio.receive_control_message
probe::staprun.send_control_message — │ │ │ │ Sending a control message │ │ │ │
staprun.send_control_message
type
│ │ │ │ type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ │ -
len
│ │ │ │ - the length (in bytes) of the data blob │ │ │ │
data
│ │ │ │ a ptr to a binary blob of data sent as the control message │ │ │ │ +
len
│ │ │ │ + the length (in bytes) of the data blob │ │ │ │
probe::sunrpc.clnt.bind_new_program — │ │ │ │ Bind a new RPC program to an existing client │ │ │ │ -
sunrpc.clnt.bind_new_program
old_progname
│ │ │ │ +
sunrpc.clnt.bind_new_program
servername
│ │ │ │ + the server machine name │ │ │ │ +
vers
│ │ │ │ + the version of new RPC program │ │ │ │ +
old_vers
│ │ │ │ + the version of old RPC program │ │ │ │ +
old_progname
│ │ │ │ the name of old RPC program │ │ │ │
old_prog
│ │ │ │ the number of old RPC program │ │ │ │ -
servername
│ │ │ │ - the server machine name │ │ │ │
progname
│ │ │ │ the name of new RPC program │ │ │ │
prog
│ │ │ │ the number of new RPC program │ │ │ │ -
old_vers
│ │ │ │ - the version of old RPC program │ │ │ │ -
vers
│ │ │ │ - the version of new RPC program │ │ │ │
probe::sunrpc.clnt.call_async — │ │ │ │ Make an asynchronous RPC call │ │ │ │ -
sunrpc.clnt.call_async
prog
│ │ │ │ - the RPC program number │ │ │ │ -
xid
│ │ │ │ - current transmission id │ │ │ │ -
flags
│ │ │ │ - flags │ │ │ │ -
prot
│ │ │ │ +
sunrpc.clnt.call_async
prot
│ │ │ │ the IP protocol number │ │ │ │ -
procname
│ │ │ │ - the procedure name in this RPC call │ │ │ │
port
│ │ │ │ the port number │ │ │ │ -
vers
│ │ │ │ - the RPC program version number │ │ │ │ -
dead
│ │ │ │ - whether this client is abandoned │ │ │ │ -
servername
│ │ │ │ - the server machine name │ │ │ │
progname
│ │ │ │ the RPC program name │ │ │ │ +
xid
│ │ │ │ + current transmission id │ │ │ │ +
dead
│ │ │ │ + whether this client is abandoned │ │ │ │ +
prog
│ │ │ │ + the RPC program number │ │ │ │ +
procname
│ │ │ │ + the procedure name in this RPC call │ │ │ │
proc
│ │ │ │ the procedure number in this RPC call │ │ │ │ +
servername
│ │ │ │ + the server machine name │ │ │ │ +
flags
│ │ │ │ + flags │ │ │ │ +
vers
│ │ │ │ + the RPC program version number │ │ │ │
probe::sunrpc.clnt.call_sync — │ │ │ │ Make a synchronous RPC call │ │ │ │ -
sunrpc.clnt.call_sync
port
│ │ │ │ - the port number │ │ │ │ +
sunrpc.clnt.call_sync
servername
│ │ │ │ + the server machine name │ │ │ │
flags
│ │ │ │ flags │ │ │ │ -
prot
│ │ │ │ - the IP protocol number │ │ │ │ -
procname
│ │ │ │ - the procedure name in this RPC call │ │ │ │ -
xid
│ │ │ │ - current transmission id │ │ │ │ -
prog
│ │ │ │ - the RPC program number │ │ │ │
vers
│ │ │ │ the RPC program version number │ │ │ │
dead
│ │ │ │ whether this client is abandoned │ │ │ │ -
proc
│ │ │ │ - the procedure number in this RPC call │ │ │ │
progname
│ │ │ │ the RPC program name │ │ │ │ -
servername
│ │ │ │ - the server machine name │ │ │ │ +
xid
│ │ │ │ + current transmission id │ │ │ │ +
port
│ │ │ │ + the port number │ │ │ │ +
prot
│ │ │ │ + the IP protocol number │ │ │ │ +
prog
│ │ │ │ + the RPC program number │ │ │ │ +
procname
│ │ │ │ + the procedure name in this RPC call │ │ │ │ +
proc
│ │ │ │ + the procedure number in this RPC call │ │ │ │
probe::sunrpc.clnt.clone_client — │ │ │ │ Clone an RPC client structure │ │ │ │ -
sunrpc.clnt.clone_client
servername
│ │ │ │ - the server machine name │ │ │ │ -
vers
│ │ │ │ - the RPC program version number │ │ │ │ +
sunrpc.clnt.clone_client
prog
│ │ │ │ + the RPC program number │ │ │ │
progname
│ │ │ │ the RPC program name │ │ │ │ -
prot
│ │ │ │ - the IP protocol number │ │ │ │ -
prog
│ │ │ │ - the RPC program number │ │ │ │
authflavor
│ │ │ │ the authentication flavor │ │ │ │ +
prot
│ │ │ │ + the IP protocol number │ │ │ │
port
│ │ │ │ the port number │ │ │ │ +
vers
│ │ │ │ + the RPC program version number │ │ │ │ +
servername
│ │ │ │ + the server machine name │ │ │ │
probe::sunrpc.clnt.create_client — │ │ │ │ Create an RPC client │ │ │ │ -
sunrpc.clnt.create_client
authflavor
│ │ │ │ - the authentication flavor │ │ │ │ +
sunrpc.clnt.create_client
vers
│ │ │ │ + the RPC program version number │ │ │ │ +
servername
│ │ │ │ + the server machine name │ │ │ │ +
prog
│ │ │ │ + the RPC program number │ │ │ │
port
│ │ │ │ the port number │ │ │ │
prot
│ │ │ │ the IP protocol number │ │ │ │ -
prog
│ │ │ │ - the RPC program number │ │ │ │ -
vers
│ │ │ │ - the RPC program version number │ │ │ │ +
authflavor
│ │ │ │ + the authentication flavor │ │ │ │
progname
│ │ │ │ the RPC program name │ │ │ │ -
servername
│ │ │ │ - the server machine name │ │ │ │
probe::sunrpc.clnt.restart_call — │ │ │ │ Restart an asynchronous RPC call │ │ │ │ -
sunrpc.clnt.restart_call
servername
│ │ │ │ - the server machine name │ │ │ │ -
tk_priority
│ │ │ │ +
sunrpc.clnt.restart_call
tk_priority
│ │ │ │ the task priority │ │ │ │ -
tk_flags
│ │ │ │ - the task flags │ │ │ │ +
servername
│ │ │ │ + the server machine name │ │ │ │
tk_pid
│ │ │ │ the debugging aid of task │ │ │ │ -
tk_runstate
│ │ │ │ - the task run status │ │ │ │ -
prog
│ │ │ │ - the RPC program number │ │ │ │
xid
│ │ │ │ the transmission id │ │ │ │ +
tk_flags
│ │ │ │ + the task flags │ │ │ │ +
prog
│ │ │ │ + the RPC program number │ │ │ │ +
tk_runstate
│ │ │ │ + the task run status │ │ │ │
probe::sunrpc.clnt.shutdown_client — │ │ │ │ Shutdown an RPC client │ │ │ │ -
sunrpc.clnt.shutdown_client
progname
│ │ │ │ - the RPC program name │ │ │ │ -
tasks
│ │ │ │ - the number of references │ │ │ │ -
servername
│ │ │ │ - the server machine name │ │ │ │ +
sunrpc.clnt.shutdown_client
prog
│ │ │ │ + the RPC program number │ │ │ │
om_rtt
│ │ │ │ the RPC RTT jiffies │ │ │ │ -
om_ops
│ │ │ │ - the count of operations │ │ │ │ +
om_execute
│ │ │ │ + the RPC execution jiffies │ │ │ │ +
prot
│ │ │ │ + the IP protocol number │ │ │ │
om_ntrans
│ │ │ │ the count of RPC transmissions │ │ │ │ -
om_queue
│ │ │ │ - the jiffies queued for xmit │ │ │ │ -
vers
│ │ │ │ - the RPC program version number │ │ │ │ -
netreconn
│ │ │ │ - the count of reconnections │ │ │ │ -
om_bytes_recv
│ │ │ │ - the count of bytes in │ │ │ │ -
om_bytes_sent
│ │ │ │ - the count of bytes out │ │ │ │
port
│ │ │ │ the port number │ │ │ │ -
clones
│ │ │ │ - the number of clones │ │ │ │ -
om_execute
│ │ │ │ - the RPC execution jiffies │ │ │ │
authflavor
│ │ │ │ the authentication flavor │ │ │ │ +
progname
│ │ │ │ + the RPC program name │ │ │ │
rpccnt
│ │ │ │ the count of RPC calls │ │ │ │ -
prog
│ │ │ │ - the RPC program number │ │ │ │ -
prot
│ │ │ │ - the IP protocol number │ │ │ │ +
om_ops
│ │ │ │ + the count of operations │ │ │ │ +
clones
│ │ │ │ + the number of clones │ │ │ │ +
tasks
│ │ │ │ + the number of references │ │ │ │ +
om_bytes_recv
│ │ │ │ + the count of bytes in │ │ │ │ +
vers
│ │ │ │ + the RPC program version number │ │ │ │ +
netreconn
│ │ │ │ + the count of reconnections │ │ │ │ +
om_bytes_sent
│ │ │ │ + the count of bytes out │ │ │ │ +
om_queue
│ │ │ │ + the jiffies queued for xmit │ │ │ │ +
servername
│ │ │ │ + the server machine name │ │ │ │
probe::sunrpc.sched.delay — │ │ │ │ Delay an RPC task │ │ │ │ -
sunrpc.sched.delay
tk_flags
│ │ │ │ - the flags of the task │ │ │ │ -
tk_pid
│ │ │ │ - the debugging id of the task │ │ │ │ -
delay
│ │ │ │ +
sunrpc.sched.delay
delay
│ │ │ │ the time delayed │ │ │ │ -
prot
│ │ │ │ - the IP protocol in the RPC call │ │ │ │
xid
│ │ │ │ the transmission id in the RPC call │ │ │ │ +
prot
│ │ │ │ + the IP protocol in the RPC call │ │ │ │ +
tk_flags
│ │ │ │ + the flags of the task │ │ │ │
prog
│ │ │ │ the program number in the RPC call │ │ │ │ +
tk_pid
│ │ │ │ + the debugging id of the task │ │ │ │
vers
│ │ │ │ the program version in the RPC call │ │ │ │
probe::sunrpc.sched.execute — │ │ │ │ Execute the RPC `scheduler' │ │ │ │ -
sunrpc.sched.execute
tk_flags
│ │ │ │ - the flags of the task │ │ │ │ -
tk_pid
│ │ │ │ +
sunrpc.sched.execute
tk_pid
│ │ │ │ the debugging id 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 │ │ │ │ +
tk_flags
│ │ │ │ + the flags of the task │ │ │ │ +
prog
│ │ │ │ + the program number in the RPC call │ │ │ │
probe::sunrpc.sched.new_task — │ │ │ │ Create new task for the specified client │ │ │ │ -
sunrpc.sched.new_task
tk_flags
│ │ │ │ - the flags of the task │ │ │ │ -
vers
│ │ │ │ +
sunrpc.sched.new_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 │ │ │ │ +
xid
│ │ │ │ + the transmission id in the RPC call │ │ │ │ +
prog
│ │ │ │ + the program number in the RPC call │ │ │ │ +
tk_flags
│ │ │ │ + the flags of the task │ │ │ │
probe::sunrpc.sched.release_task — │ │ │ │ Release all resources associated with a task │ │ │ │ -
sunrpc.sched.release_task
xid
│ │ │ │ - the transmission id in the RPC call │ │ │ │ -
prog
│ │ │ │ +
sunrpc.sched.release_task
prog
│ │ │ │ the program number in the RPC call │ │ │ │ +
tk_flags
│ │ │ │ + the flags of the task │ │ │ │
prot
│ │ │ │ the IP protocol in the RPC call │ │ │ │ +
xid
│ │ │ │ + the transmission id in the RPC call │ │ │ │
vers
│ │ │ │ the program version in the RPC call │ │ │ │ -
tk_flags
│ │ │ │ - the flags of the task │ │ │ │
probe::sunrpc.svc.create — │ │ │ │ Create an RPC service │ │ │ │ -
sunrpc.svc.create
progname
│ │ │ │ +
sunrpc.svc.create
pg_nvers
│ │ │ │ + the number of supported versions │ │ │ │ +
progname
│ │ │ │ the name of the program │ │ │ │ -
bufsize
│ │ │ │ - the buffer size │ │ │ │
prog
│ │ │ │ the number of the program │ │ │ │ -
pg_nvers
│ │ │ │ - the number of supported versions │ │ │ │ +
bufsize
│ │ │ │ + the buffer size │ │ │ │
probe::sunrpc.svc.destroy — │ │ │ │ Destroy an RPC service │ │ │ │ -
sunrpc.svc.destroy
rpcbadauth
│ │ │ │ - the count of requests drooped for authentication failure │ │ │ │ -
sv_nrthreads
│ │ │ │ - the number of concurrent threads │ │ │ │ +
sunrpc.svc.destroy
netcnt
│ │ │ │ + the count of received RPC requests │ │ │ │ +
nettcpconn
│ │ │ │ + the count of accepted TCP connections │ │ │ │
sv_prog
│ │ │ │ the number of the program │ │ │ │ +
sv_nrthreads
│ │ │ │ + the number of concurrent threads │ │ │ │ +
rpcbadauth
│ │ │ │ + the count of requests drooped for authentication failure │ │ │ │
sv_progname
│ │ │ │ the name of the program │ │ │ │
rpcbadfmt
│ │ │ │ the count of requests dropped for bad formats │ │ │ │ -
netcnt
│ │ │ │ - the count of received RPC requests │ │ │ │ -
sv_name
│ │ │ │ - the service name │ │ │ │ -
nettcpconn
│ │ │ │ - the count of accepted TCP connections │ │ │ │
rpccnt
│ │ │ │ the count of valid RPC requests │ │ │ │ +
sv_name
│ │ │ │ + the service name │ │ │ │
probe::sunrpc.svc.drop — │ │ │ │ Drop RPC request │ │ │ │ -
sunrpc.svc.drop
rq_proc
│ │ │ │ - the procedure number in the request │ │ │ │ -
rq_xid
│ │ │ │ - the transmission id in the request │ │ │ │ -
rq_prog
│ │ │ │ - the program number in the request │ │ │ │ -
rq_prot
│ │ │ │ +
sunrpc.svc.drop
rq_prot
│ │ │ │ the IP protocol of the reqeust │ │ │ │ -
sv_name
│ │ │ │ - the service name │ │ │ │ +
rq_proc
│ │ │ │ + the procedure number in the request │ │ │ │
peer_ip
│ │ │ │ the peer address where the request is from │ │ │ │
rq_vers
│ │ │ │ the program version in the request │ │ │ │ +
sv_name
│ │ │ │ + the service name │ │ │ │ +
rq_xid
│ │ │ │ + the transmission id in the request │ │ │ │ +
rq_prog
│ │ │ │ + the program number in the request │ │ │ │
probe::sunrpc.svc.process — │ │ │ │ Process an RPC request │ │ │ │ -
sunrpc.svc.process
sv_prog
│ │ │ │ - the number of the program │ │ │ │ -
sv_nrthreads
│ │ │ │ - the number of concurrent threads │ │ │ │ -
rq_vers
│ │ │ │ - the program version in the request │ │ │ │ -
peer_ip
│ │ │ │ - the peer address where the request is from │ │ │ │ -
sv_name
│ │ │ │ +
sunrpc.svc.process
sv_name
│ │ │ │ the service name │ │ │ │ -
rq_proc
│ │ │ │ - the procedure number in the request │ │ │ │ -
rq_xid
│ │ │ │ - the transmission id in the request │ │ │ │
rq_prog
│ │ │ │ the program number in the request │ │ │ │ +
rq_xid
│ │ │ │ + the transmission id in the request │ │ │ │ +
sv_nrthreads
│ │ │ │ + the number of concurrent threads │ │ │ │ +
sv_prog
│ │ │ │ + the number of the program │ │ │ │
rq_prot
│ │ │ │ the IP protocol of the reqeust │ │ │ │ +
rq_proc
│ │ │ │ + the procedure number in the request │ │ │ │ +
peer_ip
│ │ │ │ + the peer address where the request is from │ │ │ │ +
rq_vers
│ │ │ │ + the program version in the request │ │ │ │
probe::sunrpc.svc.recv — │ │ │ │ Listen for the next RPC request on any socket │ │ │ │ -
sunrpc.svc.recv
sv_prog
│ │ │ │ - the number of the program │ │ │ │ -
sv_nrthreads
│ │ │ │ - the number of concurrent threads │ │ │ │ -
timeout
│ │ │ │ +
sunrpc.svc.recv
probe::sunrpc.svc.register — │ │ │ │ Register an RPC service with the local portmapper │ │ │ │ -
sunrpc.svc.register
sv_name
│ │ │ │ +
sunrpc.svc.register
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 │ │ │ │
prot
│ │ │ │ the IP protocol number │ │ │ │ -
progname
│ │ │ │ - the name of the program │ │ │ │
probe::sunrpc.svc.send — │ │ │ │ Return reply to RPC client │ │ │ │ -
sunrpc.svc.send
rq_proc
│ │ │ │ - the procedure number in the request │ │ │ │ -
rq_xid
│ │ │ │ +
sunrpc.svc.send
rq_xid
│ │ │ │ the transmission id in the request │ │ │ │
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_vers
│ │ │ │ the program version in the request │ │ │ │ +
rq_prot
│ │ │ │ + the IP protocol of the reqeust │ │ │ │ +
rq_proc
│ │ │ │ + the procedure number in the request │ │ │ │
probe::syscall_any.return — │ │ │ │ Record exit from a syscall │ │ │ │ -
syscall_any.return
syscall_nr
│ │ │ │ +
syscall_any.return
retval
│ │ │ │ + return value of the syscall │ │ │ │ +
syscall_nr
│ │ │ │ number of the syscall │ │ │ │
name
│ │ │ │ name of the syscall │ │ │ │ -
retval
│ │ │ │ - return value of the syscall │ │ │ │
│ │ │ │ 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 │ │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-tcp-disconnect-return.html │ │ │ │ @@ -1,9 +1,9 @@ │ │ │ │
probe::tcp.disconnect.return — │ │ │ │ TCP socket disconnection complete │ │ │ │ -
tcp.disconnect.return
probe::tcp.disconnect — │ │ │ │ TCP socket disconnection │ │ │ │ -
tcp.disconnect
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ -
sock
│ │ │ │ - Network socket │ │ │ │ +
tcp.disconnect
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ -
family
│ │ │ │ - IP address family │ │ │ │ -
sport
│ │ │ │ - TCP source port │ │ │ │
flags
│ │ │ │ TCP flags (e.g. FIN, etc) │ │ │ │ +
sport
│ │ │ │ + TCP source port │ │ │ │ +
sock
│ │ │ │ + Network socket │ │ │ │
dport
│ │ │ │ TCP destination port │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │
probe::tcp.receive — │ │ │ │ Called when a TCP packet is received │ │ │ │ -
tcp.receive
name
│ │ │ │ - Name of the probe point │ │ │ │ -
family
│ │ │ │ - IP address family │ │ │ │ -
sport
│ │ │ │ - TCP source port │ │ │ │ -
ack
│ │ │ │ - TCP ACK flag │ │ │ │ -
dport
│ │ │ │ - TCP destination port │ │ │ │ -
iphdr
│ │ │ │ - IP header address │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ +
tcp.receive
urg
│ │ │ │ + TCP URG flag │ │ │ │
psh
│ │ │ │ TCP PSH flag │ │ │ │ +
ack
│ │ │ │ + TCP ACK flag │ │ │ │
protocol
│ │ │ │ Packet protocol from driver │ │ │ │ +
sport
│ │ │ │ + TCP source port │ │ │ │ +
name
│ │ │ │ + Name of the probe point │ │ │ │ +
rst
│ │ │ │ + TCP RST flag │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │
syn
│ │ │ │ TCP SYN flag │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
dport
│ │ │ │ + TCP destination port │ │ │ │
fin
│ │ │ │ TCP FIN flag │ │ │ │ -
urg
│ │ │ │ - TCP URG flag │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ -
rst
│ │ │ │ - TCP RST flag │ │ │ │ +
iphdr
│ │ │ │ + IP header address │ │ │ │
probe::tcp.recvmsg.return — │ │ │ │ Receiving TCP message complete │ │ │ │ -
tcp.recvmsg.return
name
│ │ │ │ - Name of this probe │ │ │ │ +
tcp.recvmsg.return
dport
│ │ │ │ + TCP destination port │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ -
sport
│ │ │ │ - TCP source port │ │ │ │ -
dport
│ │ │ │ - TCP destination port │ │ │ │
size
│ │ │ │ Number of bytes received or error code if an error occurred. │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │
saddr
│ │ │ │ A string representing the source IP address │ │ │ │ +
sport
│ │ │ │ + TCP source port │ │ │ │
probe::tcp.recvmsg — │ │ │ │ Receiving TCP message │ │ │ │ -
tcp.recvmsg
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ -
size
│ │ │ │ - Number of bytes to be received │ │ │ │ +
tcp.recvmsg
sock
│ │ │ │ + Network socket │ │ │ │
dport
│ │ │ │ TCP destination port │ │ │ │ -
sport
│ │ │ │ - TCP source port │ │ │ │ -
sock
│ │ │ │ - Network socket │ │ │ │ +
size
│ │ │ │ + Number of bytes to be received │ │ │ │
daddr
│ │ │ │ A string representing the destination IP address │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │
name
│ │ │ │ Name of this probe │ │ │ │ +
sport
│ │ │ │ + TCP source port │ │ │ │
probe::tcp.sendmsg — │ │ │ │ Sending a tcp message │ │ │ │ -
tcp.sendmsg
size
│ │ │ │ - Number of bytes to send │ │ │ │ +
tcp.sendmsg
probe::tcp.setsockopt.return —
│ │ │ │ Return from setsockopt
│ │ │ │ -
tcp.setsockopt.return
probe::tcp.setsockopt —
│ │ │ │ Call to setsockopt
│ │ │ │ -
tcp.setsockopt
optname
│ │ │ │ +
tcp.setsockopt
level
│ │ │ │ + The level at which the socket options will be manipulated │ │ │ │ +
name
│ │ │ │ + Name of this probe │ │ │ │ +
optname
│ │ │ │ TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ │
optstr
│ │ │ │ Resolves optname to a human-readable format │ │ │ │
optlen
│ │ │ │ Used to access values for setsockopt
│ │ │ │ -
level
│ │ │ │ - The level at which the socket options will be manipulated │ │ │ │
sock
│ │ │ │ Network socket │ │ │ │ -
name
│ │ │ │ - Name of this probe │ │ │ │
family
│ │ │ │ IP address family │ │ │ │
probe::tcpmib.EstabResets — │ │ │ │ Count the reset of a socket │ │ │ │ -
tcpmib.EstabResets
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
sk
│ │ │ │ +
tcpmib.EstabResets
probe::tcpmib.OutRsts — │ │ │ │ Count the sending of a reset packet │ │ │ │ -
tcpmib.OutRsts
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
sk
│ │ │ │ +
tcpmib.OutRsts
probe::tcpmib.RetransSegs — │ │ │ │ Count the retransmission of a TCP segment │ │ │ │ -
tcpmib.RetransSegs
op
│ │ │ │ - value to be added to the counter (default value of 1) │ │ │ │ -
sk
│ │ │ │ +
tcpmib.RetransSegs
probe::tty.ioctl — │ │ │ │ called when a ioctl is request to the tty │ │ │ │ -
tty.ioctl
probe::tty.open — │ │ │ │ Called when a tty is opened │ │ │ │
tty.open
file_name
│ │ │ │ the file name │ │ │ │ -
file_mode
│ │ │ │ - the file mode │ │ │ │ +
file_flags
│ │ │ │ + the file flags │ │ │ │
inode_number
│ │ │ │ the inode number │ │ │ │ -
inode_state
│ │ │ │ - the inode state │ │ │ │
inode_flags
│ │ │ │ the inode flags │ │ │ │ -
file_flags
│ │ │ │ - the file flags │ │ │ │ +
file_mode
│ │ │ │ + the file mode │ │ │ │ +
inode_state
│ │ │ │ + the inode state │ │ │ │
probe::tty.poll — │ │ │ │ Called when a tty device is being polled │ │ │ │ -
tty.poll
probe::tty.read — │ │ │ │ called when a tty line will be read │ │ │ │ -
tty.read
buffer
│ │ │ │ - the buffer that will receive the characters │ │ │ │ -
file_name
│ │ │ │ +
tty.read
probe::tty.receive — │ │ │ │ called when a tty receives a message │ │ │ │ -
tty.receive
cp
│ │ │ │ - the buffer that was received │ │ │ │ +
tty.receive
name
│ │ │ │ + the name of the module file │ │ │ │
driver_name
│ │ │ │ the driver name │ │ │ │ +
count
│ │ │ │ + The amount of characters received │ │ │ │
fp
│ │ │ │ The flag buffer │ │ │ │ -
index
│ │ │ │ - The tty Index │ │ │ │ +
cp
│ │ │ │ + the buffer that was received │ │ │ │
id
│ │ │ │ the tty id │ │ │ │ -
name
│ │ │ │ - the name of the module file │ │ │ │ -
count
│ │ │ │ - The amount of characters received │ │ │ │ +
index
│ │ │ │ + The tty Index │ │ │ │
probe::tty.register — │ │ │ │ Called when a tty device is registred │ │ │ │ -
tty.register
name
│ │ │ │ - the driver .dev_name name │ │ │ │ -
module
│ │ │ │ - the module name │ │ │ │ -
index
│ │ │ │ +
tty.register
probe::tty.release — │ │ │ │ Called when the tty is closed │ │ │ │ -
tty.release
inode_number
│ │ │ │ - the inode number │ │ │ │ -
file_mode
│ │ │ │ - the file mode │ │ │ │ -
file_name
│ │ │ │ +
tty.release
file_name
│ │ │ │ the file name │ │ │ │ -
file_flags
│ │ │ │ - the file flags │ │ │ │
inode_flags
│ │ │ │ the inode flags │ │ │ │ +
file_mode
│ │ │ │ + the file mode │ │ │ │
inode_state
│ │ │ │ the inode state │ │ │ │ +
inode_number
│ │ │ │ + the inode number │ │ │ │ +
file_flags
│ │ │ │ + the file flags │ │ │ │
probe::tty.resize — │ │ │ │ Called when a terminal resize happens │ │ │ │
tty.resize
old_col
│ │ │ │ the old col value │ │ │ │
new_col
│ │ │ │ the new col value │ │ │ │ -
name
│ │ │ │ - the tty name │ │ │ │ -
old_row
│ │ │ │ - the old row value │ │ │ │ -
new_xpixel
│ │ │ │ - the new xpixel value │ │ │ │ -
new_row
│ │ │ │ - the new row value │ │ │ │ -
old_xpixel
│ │ │ │ - the old xpixel │ │ │ │
new_ypixel
│ │ │ │ the new ypixel value │ │ │ │
old_ypixel
│ │ │ │ the old ypixel │ │ │ │ +
new_xpixel
│ │ │ │ + the new xpixel value │ │ │ │ +
old_xpixel
│ │ │ │ + the old xpixel │ │ │ │ +
name
│ │ │ │ + the tty name │ │ │ │ +
new_row
│ │ │ │ + the new row value │ │ │ │ +
old_row
│ │ │ │ + the old row value │ │ │ │
probe::tty.write — │ │ │ │ write to the tty line │ │ │ │ -
tty.write
probe::udp.disconnect.return — │ │ │ │ UDP has been disconnected successfully │ │ │ │ -
udp.disconnect.return
dport
│ │ │ │ - UDP destination port │ │ │ │ -
sport
│ │ │ │ +
udp.disconnect.return
sport
│ │ │ │ UDP source port │ │ │ │ -
name
│ │ │ │ - The name of this probe │ │ │ │
ret
│ │ │ │ Error code (0: no error) │ │ │ │
daddr
│ │ │ │ A string representing the destination IP address │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ +
dport
│ │ │ │ + UDP destination port │ │ │ │ +
name
│ │ │ │ + The name of this probe │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │
probe::udp.disconnect — │ │ │ │ Fires when a process requests for a UDP disconnection │ │ │ │ -
udp.disconnect
family
│ │ │ │ - IP address family │ │ │ │ +
udp.disconnect
dport
│ │ │ │ + UDP destination port │ │ │ │ +
name
│ │ │ │ + The name of this probe │ │ │ │
sock
│ │ │ │ Network socket used by the process │ │ │ │
saddr
│ │ │ │ A string representing the source IP address │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │
flags
│ │ │ │ Flags (e.g. FIN, etc) │ │ │ │ -
dport
│ │ │ │ - UDP destination port │ │ │ │
sport
│ │ │ │ UDP source port │ │ │ │ -
name
│ │ │ │ - The name of this probe │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │
probe::udp.recvmsg.return — │ │ │ │ Fires whenever an attempt to receive a UDP message received is completed │ │ │ │ -
udp.recvmsg.return
family
│ │ │ │ - IP address family │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ +
udp.recvmsg.return
name
│ │ │ │ + The name of this probe │ │ │ │
size
│ │ │ │ Number of bytes received by the process │ │ │ │ -
name
│ │ │ │ - The name of this probe │ │ │ │ -
sport
│ │ │ │ - UDP source port │ │ │ │
dport
│ │ │ │ UDP destination port │ │ │ │ +
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │ +
sport
│ │ │ │ + UDP source port │ │ │ │ +
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │
probe::udp.recvmsg — │ │ │ │ Fires whenever a UDP message is received │ │ │ │ -
udp.recvmsg
sock
│ │ │ │ - Network socket used by the process │ │ │ │ +
udp.recvmsg
daddr
│ │ │ │ + A string representing the destination IP address │ │ │ │
family
│ │ │ │ IP address family │ │ │ │ -
size
│ │ │ │ - Number of bytes received by the process │ │ │ │ -
daddr
│ │ │ │ - A string representing the destination IP address │ │ │ │ +
sport
│ │ │ │ + UDP source port │ │ │ │
saddr
│ │ │ │ A string representing the source IP address │ │ │ │
dport
│ │ │ │ UDP destination port │ │ │ │ -
sport
│ │ │ │ - UDP source port │ │ │ │ +
size
│ │ │ │ + Number of bytes received by the process │ │ │ │
name
│ │ │ │ The name of this probe │ │ │ │ +
sock
│ │ │ │ + Network socket used by the process │ │ │ │
probe::udp.sendmsg — │ │ │ │ Fires whenever a process sends a UDP message │ │ │ │ -
udp.sendmsg
family
│ │ │ │ - IP address family │ │ │ │ +
udp.sendmsg
saddr
│ │ │ │ + A string representing the source IP address │ │ │ │ +
size
│ │ │ │ + Number of bytes sent by the process │ │ │ │
sock
│ │ │ │ Network socket used by the process │ │ │ │ -
dport
│ │ │ │ - UDP destination port │ │ │ │ -
sport
│ │ │ │ - UDP source port │ │ │ │
name
│ │ │ │ The name of this probe │ │ │ │ -
size
│ │ │ │ - Number of bytes sent by the process │ │ │ │ -
saddr
│ │ │ │ - A string representing the source IP address │ │ │ │ +
dport
│ │ │ │ + UDP destination port │ │ │ │
daddr
│ │ │ │ A string representing the destination IP address │ │ │ │ +
family
│ │ │ │ + IP address family │ │ │ │ +
sport
│ │ │ │ + UDP source port │ │ │ │
probe::vm.brk — │ │ │ │ Fires when a brk is requested (i.e. the heap will be resized) │ │ │ │ -
vm.brk
address
│ │ │ │ - the requested address │ │ │ │ +
vm.brk
probe::vm.kfree — │ │ │ │ Fires when kfree is requested │ │ │ │ -
vm.kfree
caller_function
│ │ │ │ - name of the caller function. │ │ │ │ +
vm.kfree
name
│ │ │ │ + name of the probe point │ │ │ │
ptr
│ │ │ │ pointer to the kmemory allocated which is returned by kmalloc │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ +
caller_function
│ │ │ │ + name of the caller function. │ │ │ │
call_site
│ │ │ │ address of the function calling this kmemory function │ │ │ │
probe::vm.kmalloc_node — │ │ │ │ Fires when kmalloc_node is requested │ │ │ │ -
vm.kmalloc_node
gfp_flag_name
│ │ │ │ - type of kmemory to allocate(in string format) │ │ │ │ -
call_site
│ │ │ │ +
vm.kmalloc_node
call_site
│ │ │ │ address of the function caling this kmemory function │ │ │ │ -
bytes_alloc
│ │ │ │ - allocated Bytes │ │ │ │ -
gfp_flags
│ │ │ │ - type of kmemory to allocate │ │ │ │ +
gfp_flag_name
│ │ │ │ + type of kmemory to allocate(in string format) │ │ │ │ +
caller_function
│ │ │ │ + name of the caller function │ │ │ │
ptr
│ │ │ │ pointer to the kmemory allocated │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ +
gfp_flags
│ │ │ │ + type of kmemory to allocate │ │ │ │
bytes_req
│ │ │ │ requested Bytes │ │ │ │ -
caller_function
│ │ │ │ - name of the caller function │ │ │ │ +
bytes_alloc
│ │ │ │ + allocated Bytes │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │
probe::vm.kmalloc — │ │ │ │ Fires when kmalloc is requested │ │ │ │ -
vm.kmalloc
gfp_flag_name
│ │ │ │ - type of kmemory to allocate (in String format) │ │ │ │ +
vm.kmalloc
name
│ │ │ │ + name of the probe point │ │ │ │
bytes_alloc
│ │ │ │ allocated Bytes │ │ │ │ +
bytes_req
│ │ │ │ + requested Bytes │ │ │ │
gfp_flags
│ │ │ │ type of kmemory to allocate │ │ │ │ -
call_site
│ │ │ │ - address of the kmemory function │ │ │ │
ptr
│ │ │ │ pointer to the kmemory allocated │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
bytes_req
│ │ │ │ - requested Bytes │ │ │ │
caller_function
│ │ │ │ name of the caller function │ │ │ │ +
gfp_flag_name
│ │ │ │ + type of kmemory to allocate (in String format) │ │ │ │ +
call_site
│ │ │ │ + address of the kmemory function │ │ │ │
probe::vm.kmem_cache_alloc_node — │ │ │ │ Fires when kmem_cache_alloc_node is requested │ │ │ │ -
vm.kmem_cache_alloc_node
caller_function
│ │ │ │ +
vm.kmem_cache_alloc_node
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 │ │ │ │ -
bytes_req
│ │ │ │ - requested Bytes │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │
ptr
│ │ │ │ pointer to the kmemory allocated │ │ │ │ -
bytes_alloc
│ │ │ │ - allocated 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) │ │ │ │ +
bytes_req
│ │ │ │ + requested Bytes │ │ │ │ +
bytes_alloc
│ │ │ │ + allocated Bytes │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │
probe::vm.kmem_cache_alloc — │ │ │ │ Fires when kmem_cache_alloc is requested │ │ │ │ -
vm.kmem_cache_alloc
bytes_req
│ │ │ │ +
vm.kmem_cache_alloc
gfp_flags
│ │ │ │ + type of kmemory to allocate │ │ │ │ +
bytes_req
│ │ │ │ requested Bytes │ │ │ │ -
caller_function
│ │ │ │ - name of the caller function. │ │ │ │ -
call_site
│ │ │ │ - address of the function calling this kmemory function. │ │ │ │ +
ptr
│ │ │ │ + pointer to the kmemory allocated │ │ │ │ +
name
│ │ │ │ + name of the probe point │ │ │ │
bytes_alloc
│ │ │ │ allocated Bytes │ │ │ │ -
gfp_flags
│ │ │ │ - type of kmemory to allocate │ │ │ │
gfp_flag_name
│ │ │ │ type of kmemory to allocate(in string format) │ │ │ │ -
name
│ │ │ │ - name of the probe point │ │ │ │ -
ptr
│ │ │ │ - pointer to the kmemory allocated │ │ │ │ +
call_site
│ │ │ │ + address of the function calling this kmemory function. │ │ │ │ +
caller_function
│ │ │ │ + name of the caller function. │ │ │ │
probe::vm.kmem_cache_free — │ │ │ │ Fires when kmem_cache_free is requested │ │ │ │
vm.kmem_cache_free
caller_function
│ │ │ │ Name of the caller function. │ │ │ │ +
call_site
│ │ │ │ + Address of the function calling this kmemory 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 │ │ │ │
probe::vm.write_shared_copy — │ │ │ │ Page copy for shared page write │ │ │ │
vm.write_shared_copy
probe::workqueue.create — │ │ │ │ Creating a new workqueue │ │ │ │ -
workqueue.create
cpu
│ │ │ │ - cpu for which the worker thread is created │ │ │ │ -
wq_thread
│ │ │ │ +
workqueue.create
probe::workqueue.execute — │ │ │ │ Executing deferred work │ │ │ │ -
workqueue.execute
work
│ │ │ │ - work_struct* being executed │ │ │ │ -
work_func
│ │ │ │ +
workqueue.execute