--- /srv/rebuilderd/tmp/rebuilderdS1NPmX/inputs/systemtap-doc_5.1-5_arm64.deb +++ /srv/rebuilderd/tmp/rebuilderdS1NPmX/out/systemtap-doc_5.1-5_arm64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-07-01 13:52:26.000000 debian-binary │ --rw-r--r-- 0 0 0 54212 2025-07-01 13:52:26.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2530092 2025-07-01 13:52:26.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 54184 2025-07-01 13:52:26.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2530488 2025-07-01 13:52:26.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-ioblock-end.html │ │ │ @@ -1,41 +1,41 @@ │ │ │
probe::ioblock.end — │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ -
ioblock.end
error
│ │ │ - 0 on success │ │ │ -
opf
│ │ │ - operations and flags │ │ │ -
vcnt
│ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
phys_segments
│ │ │ - number of segments in this bio after physical address coalescing is performed. │ │ │ -
sector
│ │ │ - beginning sector for the entire bio │ │ │ -
size
│ │ │ - total size in bytes │ │ │ -
hw_segments
│ │ │ +
ioblock.end
hw_segments
│ │ │ number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ -
bytes_done
│ │ │ - number of bytes transferred │ │ │ -
name
│ │ │ - name of the probe point │ │ │ -
devname
│ │ │ - block device name │ │ │ +
idx
│ │ │ + offset into the bio vector array │ │ │
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 │ │ │ -
idx
│ │ │ - offset into the bio vector array │ │ │ +
bytes_done
│ │ │ + number of bytes transferred │ │ │ +
opf
│ │ │ + operations and flags │ │ │ +
name
│ │ │ + name of the probe point │ │ │ +
error
│ │ │ + 0 on success │ │ │ +
sector
│ │ │ + beginning sector for the entire bio │ │ │
rw
│ │ │ binary trace for read/write request │ │ │ +
phys_segments
│ │ │ + number of segments in this bio after physical address coalescing is performed. │ │ │ +
devname
│ │ │ + block device name │ │ │ +
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 │ │ │
probe::ioblock.request — │ │ │ Fires whenever making a generic block I/O request. │ │ │ -
ioblock.request
hw_segments
│ │ │ - number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ +
ioblock.request
size
│ │ │ + total size in bytes │ │ │ +
bdev_contains
│ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
sector
│ │ │ + beginning sector for the entire bio │ │ │ +
devname
│ │ │ + block device name │ │ │ +
rw
│ │ │ + binary trace for read/write request │ │ │ +
phys_segments
│ │ │ + number of segments in this bio after physical address coalescing is performed │ │ │ +
p_start_sect
│ │ │ + points to the start sector of the partition structure of the device │ │ │ +
vcnt
│ │ │ + bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ +
bdev
│ │ │ + target block device │ │ │
name
│ │ │ name of the probe point │ │ │ +
opf
│ │ │ + operations and flags │ │ │ +
idx
│ │ │ + offset into the bio vector array │ │ │ +
hw_segments
│ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │
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 │ │ │ -
devname
│ │ │ - block device name │ │ │ -
bdev
│ │ │ - target block device │ │ │ -
idx
│ │ │ - offset into the bio vector array │ │ │ -
rw
│ │ │ - binary trace for read/write request │ │ │ -
bdev_contains
│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
p_start_sect
│ │ │ - points to the start sector of the partition structure of the device │ │ │ -
phys_segments
│ │ │ - number of segments in this bio after physical address coalescing is performed │ │ │ -
vcnt
│ │ │ - bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ -
opf
│ │ │ - operations and flags │ │ │ -
sector
│ │ │ - beginning sector for the entire bio │ │ │ -
size
│ │ │ - total size in bytes │ │ │
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 │ │ │ -
opf
│ │ │ - operations and flags │ │ │ -
p_start_sect
│ │ │ - points to the start sector of the partition structure of the device │ │ │ -
sector
│ │ │ - beginning sector for the entire bio │ │ │ -
q
│ │ │ +
ioblock_trace.bounce
q
│ │ │ request queue on which this bio was queued. │ │ │ -
size
│ │ │ - total size in bytes │ │ │
bdev_contains
│ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
size
│ │ │ + total size in bytes │ │ │ +
rw
│ │ │ + binary trace for read/write request │ │ │
devname
│ │ │ device for which a buffer bounce was needed. │ │ │ +
bdev
│ │ │ + target block device │ │ │ +
vcnt
│ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ +
p_start_sect
│ │ │ + points to the start sector of the partition structure of the device │ │ │ +
sector
│ │ │ + beginning sector for the entire bio │ │ │ +
opf
│ │ │ + operations and flags │ │ │ +
name
│ │ │ + name of the probe point │ │ │ +
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.
│ │ │
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 │ │ │ -
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 │ │ │ -
bytes_done
│ │ │ - number of bytes transferred │ │ │ -
name
│ │ │ - name of the probe point │ │ │
probe::ioblock_trace.end — │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ -
ioblock_trace.end
q
│ │ │ - request queue on which this bio was queued. │ │ │ -
size
│ │ │ - total size in bytes │ │ │ -
sector
│ │ │ - beginning sector for the entire bio │ │ │ +
ioblock_trace.end
bdev
│ │ │ + target block device │ │ │
vcnt
│ │ │ bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
opf
│ │ │ - operations and flags │ │ │
p_start_sect
│ │ │ points to the start sector of the partition structure of the device │ │ │ -
bdev_contains
│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
idx
│ │ │ - offset into the bio vector array
│ │ │ - phys_segments
- number of segments in this bio after physical address coalescing is performed.
│ │ │
rw
│ │ │ binary trace for read/write request │ │ │ -
bdev
│ │ │ - target block device │ │ │
devname
│ │ │ block device name │ │ │ +
sector
│ │ │ + beginning sector for the entire bio │ │ │ +
q
│ │ │ + request queue on which this bio was queued. │ │ │ +
bdev_contains
│ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
size
│ │ │ + total size in bytes │ │ │ +
bytes_done
│ │ │ + number of bytes transferred │ │ │
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 │ │ │ -
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.
│ │ │ +
opf
│ │ │ + operations and flags │ │ │
name
│ │ │ name of the probe point │ │ │
probe::ioblock_trace.request — │ │ │ Fires just as a generic block I/O request is created for a bio. │ │ │ -
ioblock_trace.request
name
│ │ │ - name of the probe point │ │ │ -
bytes_done
│ │ │ - number of bytes transferred │ │ │ +
ioblock_trace.request
q
│ │ │ + request queue on which this bio was queued. │ │ │ +
bdev_contains
│ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
size
│ │ │ + total size in bytes │ │ │ +
sector
│ │ │ + beginning sector for the entire bio │ │ │ +
rw
│ │ │ + binary trace for read/write request │ │ │
devname
│ │ │ block device name │ │ │ -
ino
│ │ │ - i-node number of the mapped file │ │ │ +
bdev
│ │ │ + target block device │ │ │ +
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 │ │ │ +
opf
│ │ │ + operations and flags │ │ │ +
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.
│ │ │
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 │ │ │ -
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 │ │ │ -
bdev_contains
│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
sector
│ │ │ - beginning sector for the entire bio │ │ │ -
vcnt
│ │ │ - bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ -
opf
│ │ │ - operations and flags │ │ │ -
p_start_sect
│ │ │ - points to the start sector of the partition structure of the device │ │ │ -
q
│ │ │ - request queue on which this bio was queued. │ │ │ -
size
│ │ │ - total size in bytes │ │ │ +
ino
│ │ │ + i-node number of the mapped file │ │ │ +
bytes_done
│ │ │ + number of bytes transferred │ │ │
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
disk_minor
│ │ │ Disk minor number of the request │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ -
elevator_name
│ │ │ - The type of I/O elevator currently enabled │ │ │
rq_flags
│ │ │ Request flags │ │ │ -
q
│ │ │ - pointer to request queue │ │ │
disk_major
│ │ │ Disk major number of the request │ │ │ +
q
│ │ │ + pointer to request queue │ │ │
rq
│ │ │ Address of the request │ │ │ +
elevator_name
│ │ │ + The type of I/O elevator currently enabled │ │ │ +
name
│ │ │ + Name of the probe point │ │ │
probe::ioscheduler.elv_add_request.tp — │ │ │ tracepoint based probe to indicate a request is added to the request queue. │ │ │ -
ioscheduler.elv_add_request.tp
rq_flags
│ │ │ +
ioscheduler.elv_add_request.tp
disk_major
│ │ │ + Disk major no of request. │ │ │ +
disk_minor
│ │ │ + Disk minor number of request. │ │ │ +
rq_flags
│ │ │ Request flags. │ │ │
q
│ │ │ Pointer to request queue. │ │ │ -
disk_major
│ │ │ - Disk major no of request. │ │ │ +
elevator_name
│ │ │ + The type of I/O elevator currently enabled. │ │ │
rq
│ │ │ Address of request. │ │ │ -
disk_minor
│ │ │ - Disk minor number of request. │ │ │
name
│ │ │ Name of the probe point │ │ │ -
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
disk_minor
│ │ │ - Disk minor number of request. │ │ │ -
elevator_name
│ │ │ +
ioscheduler.elv_add_request
elevator_name
│ │ │ The type of I/O elevator currently enabled. │ │ │ -
q
│ │ │ - Pointer to request queue. │ │ │ -
rq_flags
│ │ │ - Request flags. │ │ │ -
disk_major
│ │ │ - Disk major no of request. │ │ │
rq
│ │ │ Address of request. │ │ │ +
disk_major
│ │ │ + Disk major no of request. │ │ │ +
rq_flags
│ │ │ + Request flags. │ │ │ +
disk_minor
│ │ │ + Disk minor number of request. │ │ │ +
q
│ │ │ + Pointer to request queue. │ │ │
probe::ioscheduler.elv_completed_request — │ │ │ Fires when a request is completed │ │ │ -
ioscheduler.elv_completed_request
disk_minor
│ │ │ - Disk minor number of the request │ │ │ -
rq_flags
│ │ │ - Request flags │ │ │ -
disk_major
│ │ │ - Disk major number of the request │ │ │ -
rq
│ │ │ - Address of the request │ │ │ -
name
│ │ │ +
ioscheduler.elv_completed_request
name
│ │ │ Name of the probe point │ │ │
elevator_name
│ │ │ The type of I/O elevator currently enabled │ │ │ +
rq
│ │ │ + Address of the request │ │ │ +
disk_major
│ │ │ + Disk major number of the request │ │ │ +
rq_flags
│ │ │ + Request flags │ │ │ +
disk_minor
│ │ │ + Disk minor 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
│ │ │ - Address of the request │ │ │ +
ioscheduler.elv_next_request.return
name
│ │ │ + Name of the probe point │ │ │
disk_major
│ │ │ Disk major number of the request │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ -
disk_minor
│ │ │ - Disk minor number of the request │ │ │
rq_flags
│ │ │ Request flags │ │ │ +
disk_minor
│ │ │ + Disk minor number of the request │ │ │ +
rq
│ │ │ + Address of the request │ │ │
probe::ioscheduler.elv_next_request — │ │ │ Fires when a request is retrieved from the request queue │ │ │ -
ioscheduler.elv_next_request
elevator_name
│ │ │ - The type of I/O elevator currently enabled │ │ │ -
name
│ │ │ +
ioscheduler.elv_next_request
probe::ioscheduler_trace.elv_abort_request — │ │ │ Fires when a request is aborted. │ │ │ -
ioscheduler_trace.elv_abort_request
disk_minor
│ │ │ +
ioscheduler_trace.elv_abort_request
disk_major
│ │ │ + Disk major no of request. │ │ │ +
disk_minor
│ │ │ Disk minor number of request. │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ -
elevator_name
│ │ │ - The type of I/O elevator currently enabled. │ │ │
rq_flags
│ │ │ Request flags. │ │ │ -
disk_major
│ │ │ - Disk major no of request. │ │ │ +
elevator_name
│ │ │ + The type of I/O elevator currently enabled. │ │ │
rq
│ │ │ Address of request. │ │ │ +
name
│ │ │ + Name of the probe point │ │ │
probe::ioscheduler_trace.elv_completed_request — │ │ │ Fires when a request is │ │ │ -
ioscheduler_trace.elv_completed_request
disk_major
│ │ │ - Disk major no of request. │ │ │ -
rq
│ │ │ +
ioscheduler_trace.elv_completed_request
rq
│ │ │ Address of request. │ │ │ -
rq_flags
│ │ │ - Request flags. │ │ │
elevator_name
│ │ │ The type of I/O elevator currently enabled. │ │ │
name
│ │ │ Name of the probe point │ │ │ +
rq_flags
│ │ │ + Request flags. │ │ │
disk_minor
│ │ │ Disk minor number of request. │ │ │ +
disk_major
│ │ │ + Disk major no of request. │ │ │
probe::ioscheduler_trace.elv_issue_request — │ │ │ Fires when a request is │ │ │ -
ioscheduler_trace.elv_issue_request
elevator_name
│ │ │ - The type of I/O elevator currently enabled. │ │ │ -
name
│ │ │ +
ioscheduler_trace.elv_issue_request
name
│ │ │ Name of the probe point │ │ │ -
disk_minor
│ │ │ - Disk minor number of request. │ │ │ +
elevator_name
│ │ │ + The type of I/O elevator currently enabled. │ │ │
rq
│ │ │ Address of request. │ │ │
disk_major
│ │ │ Disk major no of request. │ │ │
rq_flags
│ │ │ Request flags. │ │ │ +
disk_minor
│ │ │ + Disk minor number of request. │ │ │
probe::ioscheduler_trace.elv_requeue_request — │ │ │ Fires when a request is │ │ │ -
ioscheduler_trace.elv_requeue_request
rq_flags
│ │ │ - Request flags. │ │ │ -
disk_major
│ │ │ - Disk major no of request. │ │ │ +
ioscheduler_trace.elv_requeue_request
name
│ │ │ + Name of the probe point │ │ │ +
elevator_name
│ │ │ + The type of I/O elevator currently enabled. │ │ │
rq
│ │ │ Address of request. │ │ │ +
disk_major
│ │ │ + Disk major no of request. │ │ │
disk_minor
│ │ │ Disk minor number of request. │ │ │ -
elevator_name
│ │ │ - The type of I/O elevator currently enabled. │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ +
rq_flags
│ │ │ + Request flags. │ │ │
probe::ioscheduler_trace.unplug_io — │ │ │ Fires when a request queue is unplugged; │ │ │ -
ioscheduler_trace.unplug_io
probe::ioscheduler_trace.unplug_timer — │ │ │ Fires when unplug timer associated │ │ │ -
ioscheduler_trace.unplug_timer
name
│ │ │ - Name of the probe point │ │ │ -
rq_queue
│ │ │ +
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.FragFails — │ │ │ Count datagram fragmented unsuccessfully │ │ │ -
ipmib.FragFails
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.FragFails
probe::ipmib.FragOKs — │ │ │ Count datagram fragmented successfully │ │ │ -
ipmib.FragOKs
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.FragOKs
probe::ipmib.InAddrErrors — │ │ │ Count arriving packets with an incorrect address │ │ │ -
ipmib.InAddrErrors
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.InAddrErrors
probe::ipmib.InDiscards — │ │ │ Count discarded inbound packets │ │ │ -
ipmib.InDiscards
op
│ │ │ - value to be added to the counter (default value of 1) │ │ │ -
skb
│ │ │ +
ipmib.InDiscards
probe::ipmib.InNoRoutes — │ │ │ Count an arriving packet with no matching socket │ │ │ -
ipmib.InNoRoutes
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.InNoRoutes
probe::ipmib.InReceives — │ │ │ Count an arriving packet │ │ │ -
ipmib.InReceives
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.InReceives
probe::ipmib.ReasmTimeout — │ │ │ Count Reassembly Timeouts │ │ │ -
ipmib.ReasmTimeout
skb
│ │ │ - pointer to the struct sk_buff being acted on │ │ │ -
op
│ │ │ +
ipmib.ReasmTimeout
probe::irq_handler.entry — │ │ │ Execution of interrupt handler starting │ │ │ -
irq_handler.entry
irq
│ │ │ - irq number │ │ │ -
action
│ │ │ - struct irqaction* for this interrupt num │ │ │ -
next_irqaction
│ │ │ - pointer to next irqaction for shared interrupts │ │ │ -
dir
│ │ │ +
irq_handler.entry
dir
│ │ │ pointer to the proc/irq/NN/name entry │ │ │ -
thread_fn
│ │ │ - interrupt handler function for threaded interrupts │ │ │ +
thread
│ │ │ + thread pointer for threaded interrupts │ │ │ +
flags_str
│ │ │ + symbolic string representation of IRQ flags │ │ │
dev_name
│ │ │ name of device │ │ │ -
handler
│ │ │ - interrupt handler function │ │ │
dev_id
│ │ │ Cookie to identify device │ │ │ -
thread_flags
│ │ │ - Flags related to thread │ │ │ +
action
│ │ │ + struct irqaction* for this interrupt num │ │ │ +
handler
│ │ │ + interrupt handler function │ │ │ +
next_irqaction
│ │ │ + pointer to next irqaction for shared interrupts │ │ │
flags
│ │ │ Flags for IRQ handler │ │ │ -
flags_str
│ │ │ - symbolic string representation of IRQ flags │ │ │ -
thread
│ │ │ - thread pointer for threaded interrupts │ │ │ +
thread_flags
│ │ │ + Flags related to thread │ │ │ +
irq
│ │ │ + irq number │ │ │ +
thread_fn
│ │ │ + interrupt handler function for threaded interrupts │ │ │
probe::irq_handler.exit — │ │ │ Execution of interrupt handler completed │ │ │ -
irq_handler.exit
dir
│ │ │ - pointer to the proc/irq/NN/name entry │ │ │ -
thread_fn
│ │ │ - interrupt handler function for threaded interrupts │ │ │ -
irq
│ │ │ - interrupt number │ │ │ +
irq_handler.exit
ret
│ │ │ + return value of the handler │ │ │
action
│ │ │ struct irqaction* │ │ │ -
next_irqaction
│ │ │ - pointer to next irqaction for shared interrupts │ │ │
dev_id
│ │ │ Cookie to identify device │ │ │ -
ret
│ │ │ - return value of the handler │ │ │ -
flags
│ │ │ - flags for IRQ handler │ │ │ -
thread_flags
│ │ │ - Flags related to thread │ │ │ -
thread
│ │ │ - thread pointer for threaded interrupts │ │ │ -
flags_str
│ │ │ - symbolic string representation of IRQ flags │ │ │
dev_name
│ │ │ name of device │ │ │ +
flags_str
│ │ │ + symbolic string representation of IRQ flags │ │ │ +
thread
│ │ │ + thread pointer for threaded interrupts │ │ │ +
dir
│ │ │ + pointer to the proc/irq/NN/name entry │ │ │ +
irq
│ │ │ + interrupt number │ │ │ +
thread_fn
│ │ │ + interrupt handler function for threaded interrupts │ │ │ +
thread_flags
│ │ │ + Flags related to thread │ │ │ +
flags
│ │ │ + flags for IRQ handler │ │ │ +
next_irqaction
│ │ │ + pointer to next irqaction for shared interrupts │ │ │
handler
│ │ │ interrupt handler function that was executed │ │ │
probe::kprocess.exec_complete — │ │ │ Return from exec to a new program │ │ │
kprocess.exec_complete
name
│ │ │ Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ -
errno
│ │ │ - The error number resulting from the exec │ │ │
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+) │ │ │
│ │ │ On success, the context of the new executable. │ │ │ On failure, remains in the context of the caller. │ │ │
│ │ │ Fires at the completion of an exec call. Aliased to the │ │ │ ├── html2text {} │ │ │ │ @@ -4,18 +4,18 @@ │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::kprocess.exec_complete — Return from exec to a new program │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ kprocess.exec_complete │ │ │ │ ********** VVaalluueess ********** │ │ │ │ nnaammee │ │ │ │ Name of the system call (“execve”) (SystemTap v2.5+) │ │ │ │ - eerrrrnnoo │ │ │ │ - The error number resulting from the exec │ │ │ │ ssuucccceessss │ │ │ │ A boolean indicating whether the exec was successful │ │ │ │ + eerrrrnnoo │ │ │ │ + The error number resulting from the exec │ │ │ │ rreettssttrr │ │ │ │ A string representation of errno (SystemTap v2.5+) │ │ │ │ ********** CCoonntteexxtt ********** │ │ │ │ On success, the context of the new executable. On failure, remains in the │ │ │ │ context of the caller. │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ Fires at the completion of an exec call. Aliased to the syscall.execve.return │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-kprocess-exec.html │ │ │┄ Ordering differences only │ │ │ @@ -1,18 +1,18 @@ │ │ │
probe::kprocess.exec — │ │ │ Attempt to exec to a new program │ │ │
kprocess.exec
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+) │ │ │ -
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 │ │ │
probe::kprocess.release — │ │ │ Process released │ │ │ -
kprocess.release
released_tid
│ │ │ - TID of the task being released │ │ │ -
pid
│ │ │ - Same as released_pid
for compatibility (deprecated)
│ │ │ -
task
│ │ │ +
kprocess.release
task
│ │ │ A task handle to the process being released │ │ │ +
released_tid
│ │ │ + TID of the task being released │ │ │
released_pid
│ │ │ PID of the process being released │ │ │ +
pid
│ │ │ + Same as released_pid
for compatibility (deprecated)
│ │ │
│ │ │ 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. │ │ │ ├── html2text {} │ │ │ │ @@ -2,22 +2,22 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 1166..? KKeerrnneell PPrroocceessss TTaappsseett _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::kprocess.release — Process released │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ kprocess.release │ │ │ │ ********** VVaalluueess ********** │ │ │ │ - rreelleeaasseedd__ttiidd │ │ │ │ - TID of the task being released │ │ │ │ - ppiidd │ │ │ │ - Same as rreelleeaasseedd__ppiidd for compatibility (deprecated) │ │ │ │ ttaasskk │ │ │ │ A task handle to the process being released │ │ │ │ + rreelleeaasseedd__ttiidd │ │ │ │ + TID of the task being released │ │ │ │ rreelleeaasseedd__ppiidd │ │ │ │ PID of the process being released │ │ │ │ + ppiidd │ │ │ │ + Same as rreelleeaasseedd__ppiidd for compatibility (deprecated) │ │ │ │ ********** CCoonntteexxtt ********** │ │ │ │ The context of the parent, if it wanted notification of this process' │ │ │ │ termination, else the context of the process itself. │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ 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-ListenOverflows.html │ │ │ @@ -1,12 +1,12 @@ │ │ │
probe::linuxmib.ListenOverflows — │ │ │ Count of times a listen queue overflowed │ │ │ -
linuxmib.ListenOverflows
sk
│ │ │ - Pointer to the struct sock being acted on │ │ │ -
op
│ │ │ +
linuxmib.ListenOverflows
probe::linuxmib.TCPMemoryPressures — │ │ │ Count of times memory pressure was used │ │ │ -
linuxmib.TCPMemoryPressures
op
│ │ │ - Value to be added to the counter (default value of 1) │ │ │ -
sk
│ │ │ +
linuxmib.TCPMemoryPressures
probe::netdev.change_mac — │ │ │ Called when the netdev_name has the MAC changed │ │ │ -
netdev.change_mac
new_mac
│ │ │ - The new MAC address │ │ │ -
old_mac
│ │ │ - The current MAC address │ │ │ -
dev_name
│ │ │ +
netdev.change_mac
probe::netdev.change_mtu — │ │ │ Called when the netdev MTU is changed │ │ │ -
netdev.change_mtu
probe::netdev.hard_transmit — │ │ │ Called when the devices is going to TX (hard) │ │ │ -
netdev.hard_transmit
protocol
│ │ │ - The protocol used in the transmission │ │ │ -
dev_name
│ │ │ +
netdev.hard_transmit
probe::netdev.ioctl — │ │ │ Called when the device suffers an IOCTL │ │ │ -
netdev.ioctl
probe::netdev.receive — │ │ │ Data received from network device. │ │ │ -
netdev.receive
length
│ │ │ - The length of the receiving buffer. │ │ │ -
protocol
│ │ │ +
netdev.receive
probe::netdev.set_promiscuity — │ │ │ Called when the device enters/leaves promiscuity │ │ │ -
netdev.set_promiscuity
enable
│ │ │ - If the device is entering promiscuity mode │ │ │ -
dev_name
│ │ │ - The device that is entering/leaving promiscuity mode │ │ │ -
disable
│ │ │ +
netdev.set_promiscuity
probe::netdev.transmit — │ │ │ Network device transmitting buffer │ │ │ -
netdev.transmit
protocol
│ │ │ - The protocol of this packet(defined in include/linux/if_ether.h). │ │ │ +
netdev.transmit
truesize
│ │ │ + The size of the data to be transmitted. │ │ │
dev_name
│ │ │ The name of the device. e.g: eth0, ath1. │ │ │ +
protocol
│ │ │ + The protocol of this packet(defined in include/linux/if_ether.h). │ │ │
length
│ │ │ The length of the transmit buffer. │ │ │ -
truesize
│ │ │ - The size of the data to be transmitted. │ │ │
probe::netfilter.arp.forward — │ │ │ - Called for each ARP packet to be forwarded │ │ │ -
netfilter.arp.forward
ar_op
│ │ │ - ARP opcode (command) │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
ar_data
│ │ │ - Address of ARP packet data region (after the header) │ │ │ -
ar_sip
│ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ +
netfilter.arp.forward
ar_hln
│ │ │ + Length of hardware address │ │ │ +
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 │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
ar_pln
│ │ │ Length of protocol address │ │ │ -
ar_hln
│ │ │ - Length of hardware address │ │ │ -
ar_tip
│ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │ +
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_hrd
│ │ │ Format of hardware address │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
ar_op
│ │ │ + ARP opcode (command) │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
ar_data
│ │ │ + Address of ARP packet data region (after the header) │ │ │
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ +
pf
│ │ │ + Protocol family -- always “arp” │ │ │
arphdr
│ │ │ Address of ARP header │ │ │ +
ar_pro
│ │ │ + Format of protocol address │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
ar_sip
│ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
ar_tip
│ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │
outdev
│ │ │ Address of net_device representing output device, 0 if unknown │ │ │
length
│ │ │ The length of the packet buffer contents, in bytes │ │ │ -
ar_pro
│ │ │ - Format of protocol address │ │ │ -
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 │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
ar_tha
│ │ │ - Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
ar_sha
│ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ -
pf
│ │ │ - Protocol family -- always “arp” │ │ │
probe::netfilter.arp.in — │ │ │ - Called for each incoming ARP packet │ │ │ -
netfilter.arp.in
ar_data
│ │ │ - Address of ARP packet data region (after the header) │ │ │ +
netfilter.arp.in
ar_sip
│ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │
nf_drop
│ │ │ Constant used to signify a 'drop' verdict │ │ │ -
ar_op
│ │ │ - ARP opcode (command) │ │ │ -
ar_sip
│ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
ar_pln
│ │ │ - Length of protocol address │ │ │ -
ar_hln
│ │ │ - Length of hardware address │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │
ar_tip
│ │ │ Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │
data_hex
│ │ │ A hexadecimal string representing the packet buffer contents │ │ │ -
ar_hrd
│ │ │ - Format of hardware address │ │ │ +
ar_data
│ │ │ + Address of ARP packet data region (after the header) │ │ │
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
arphdr
│ │ │ - Address of ARP header │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ +
ar_op
│ │ │ + ARP opcode (command) │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │
ar_pro
│ │ │ Format of protocol address │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ +
pf
│ │ │ + Protocol family -- always “arp” │ │ │ +
arphdr
│ │ │ + Address of ARP header │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ +
ar_pln
│ │ │ + Length of protocol address │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │
ar_tha
│ │ │ Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ -
ar_sha
│ │ │ - Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ -
pf
│ │ │ - Protocol family -- always “arp” │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
ar_hrd
│ │ │ + Format of hardware address │ │ │
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.arp.out — │ │ │ - Called for each outgoing ARP packet │ │ │ -
netfilter.arp.out
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
arphdr
│ │ │ - Address of ARP header │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
ar_pro
│ │ │ - Format of protocol address │ │ │ -
ar_tha
│ │ │ +
netfilter.arp.out
ar_tha
│ │ │ Ethernet+IP only (ar_pro==0x800): target hardware (MAC) address │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ +
ar_pln
│ │ │ + Length of protocol address │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
ar_sha
│ │ │ Ethernet+IP only (ar_pro==0x800): source hardware (MAC) address │ │ │ -
pf
│ │ │ - Protocol family -- always “arp” │ │ │
indev_name
│ │ │ Name of network device packet was received on (if known) │ │ │ -
ar_sip
│ │ │ - Ethernet+IP only (ar_pro==0x800): source IP address │ │ │ -
ar_data
│ │ │ - Address of ARP packet data region (after the header) │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
ar_op
│ │ │ - ARP opcode (command) │ │ │ +
ar_hrd
│ │ │ + Format of hardware address │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │
ar_hln
│ │ │ Length of hardware address │ │ │ -
ar_tip
│ │ │ - Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
ar_pln
│ │ │ - Length of protocol address │ │ │
nf_accept
│ │ │ Constant used to signify an 'accept' verdict │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
ar_sip
│ │ │ + Ethernet+IP only (ar_pro==0x800): source IP address │ │ │
data_hex
│ │ │ A hexadecimal string representing the packet buffer contents │ │ │ -
ar_hrd
│ │ │ - Format of hardware address │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
ar_tip
│ │ │ + Ethernet+IP only (ar_pro==0x800): target IP address │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
ar_op
│ │ │ + ARP opcode (command) │ │ │ +
ar_data
│ │ │ + Address of ARP packet data region (after the header) │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │ +
arphdr
│ │ │ + Address of ARP header │ │ │ +
pf
│ │ │ + Protocol family -- always “arp” │ │ │ +
ar_pro
│ │ │ + Format of protocol address │ │ │
probe::netfilter.bridge.forward — │ │ │ Called on an incoming bridging packet destined for some other computer │ │ │ -
netfilter.bridge.forward
br_max
│ │ │ - Max age in 1/256 secs │ │ │ +
netfilter.bridge.forward
br_bid
│ │ │ + Identity of bridge │ │ │ +
br_mac
│ │ │ + Bridge MAC address │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │ +
br_prid
│ │ │ + Protocol identifier │ │ │ +
br_type
│ │ │ + BPDU type │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │
br_cost
│ │ │ Total cost from transmitting bridge to root │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │
indev
│ │ │ Address of net_device representing input device, 0 if unknown │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
pf
│ │ │ - Protocol family -- always “bridge” │ │ │ +
br_fd
│ │ │ + Forward delay in 1/256 secs │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │
indev_name
│ │ │ Name of network device packet was received on (if known) │ │ │ -
llcpdu
│ │ │ - Address of LLC Protocol Data Unit │ │ │ +
br_max
│ │ │ + Max age in 1/256 secs │ │ │ +
br_msg
│ │ │ + Message age in 1/256 secs │ │ │
data_str
│ │ │ A string representing the packet buffer contents │ │ │ -
br_flags
│ │ │ - BPDU flags │ │ │ -
nf_stop
│ │ │ - Constant used to signify a 'stop' verdict │ │ │
nf_queue
│ │ │ Constant used to signify a 'queue' verdict │ │ │ -
br_poid
│ │ │ - Port identifier │ │ │ -
br_type
│ │ │ - BPDU type │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
br_prid
│ │ │ - Protocol identifier │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
br_htime
│ │ │ - Hello time in 1/256 secs │ │ │ -
br_mac
│ │ │ - Bridge MAC address │ │ │ -
br_bid
│ │ │ - Identity of bridge │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
brhdr
│ │ │ - Address of bridge header │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │
br_rid
│ │ │ Identity of root bridge │ │ │ -
br_msg
│ │ │ - Message age in 1/256 secs │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ +
protocol
│ │ │ + Packet protocol │ │ │ +
pf
│ │ │ + Protocol family -- always “bridge” │ │ │
br_rmac
│ │ │ Root bridge MAC address │ │ │ -
br_vid
│ │ │ - Protocol version identifier │ │ │ +
llcpdu
│ │ │ + Address of LLC Protocol Data Unit │ │ │ +
br_htime
│ │ │ + Hello time in 1/256 secs │ │ │
llcproto_stp
│ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ -
br_fd
│ │ │ - Forward delay in 1/256 secs │ │ │ -
protocol
│ │ │ - Packet protocol │ │ │ +
brhdr
│ │ │ + Address of bridge header │ │ │ +
br_vid
│ │ │ + Protocol version identifier │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
br_flags
│ │ │ + BPDU flags │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
br_poid
│ │ │ + Port identifier │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │
probe::netfilter.bridge.local_in — │ │ │ Called on a bridging packet destined for the local computer │ │ │ -
netfilter.bridge.local_in
br_max
│ │ │ - Max age in 1/256 secs │ │ │ -
br_cost
│ │ │ - Total cost from transmitting bridge to root │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
pf
│ │ │ - Protocol family -- always “bridge” │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
llcpdu
│ │ │ +
netfilter.bridge.local_in
llcpdu
│ │ │ Address of LLC Protocol Data Unit │ │ │ -
br_poid
│ │ │ - Port identifier │ │ │ -
br_flags
│ │ │ - BPDU flags │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ -
nf_stop
│ │ │ - Constant used to signify a 'stop' verdict │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
br_type
│ │ │ - BPDU type │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │
br_htime
│ │ │ Hello time in 1/256 secs │ │ │ -
br_prid
│ │ │ - Protocol identifier │ │ │ -
br_bid
│ │ │ - Identity of bridge │ │ │ -
br_mac
│ │ │ - Bridge MAC address │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ +
llcproto_stp
│ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │
brhdr
│ │ │ Address of bridge header │ │ │ -
br_msg
│ │ │ - Message age in 1/256 secs │ │ │
br_rid
│ │ │ Identity of root bridge │ │ │ -
br_vid
│ │ │ - Protocol version identifier │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ +
pf
│ │ │ + Protocol family -- always “bridge” │ │ │ +
protocol
│ │ │ + Packet protocol │ │ │
br_rmac
│ │ │ Root bridge MAC address │ │ │
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ -
llcproto_stp
│ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
br_poid
│ │ │ + Port identifier │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
br_flags
│ │ │ + BPDU flags │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
br_vid
│ │ │ + Protocol version identifier │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
br_prid
│ │ │ + Protocol identifier │ │ │
nf_accept
│ │ │ Constant used to signify an 'accept' verdict │ │ │ -
protocol
│ │ │ - Packet protocol │ │ │ +
br_type
│ │ │ + BPDU type │ │ │ +
br_mac
│ │ │ + Bridge MAC address │ │ │ +
br_bid
│ │ │ + Identity of bridge │ │ │ +
br_max
│ │ │ + Max age in 1/256 secs │ │ │ +
br_msg
│ │ │ + Message age in 1/256 secs │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
br_fd
│ │ │ Forward delay in 1/256 secs │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │ +
br_cost
│ │ │ + Total cost from transmitting bridge to root │ │ │
probe::netfilter.bridge.local_out — │ │ │ Called on a bridging packet coming from a local process │ │ │ -
netfilter.bridge.local_out
br_max
│ │ │ +
netfilter.bridge.local_out
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │ +
br_prid
│ │ │ + Protocol identifier │ │ │ +
br_type
│ │ │ + BPDU type │ │ │ +
br_mac
│ │ │ + Bridge MAC address │ │ │ +
br_bid
│ │ │ + Identity of bridge │ │ │ +
br_max
│ │ │ Max age in 1/256 secs │ │ │ -
br_cost
│ │ │ - Total cost from transmitting bridge to root │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
pf
│ │ │ - Protocol family -- always “bridge” │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
llcpdu
│ │ │ - Address of LLC Protocol Data Unit │ │ │ -
br_flags
│ │ │ - BPDU flags │ │ │ +
br_msg
│ │ │ + Message age in 1/256 secs │ │ │
data_str
│ │ │ A string representing the packet buffer contents │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
br_fd
│ │ │ + Forward delay in 1/256 secs │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ -
br_poid
│ │ │ - Port identifier │ │ │ -
br_type
│ │ │ - BPDU type │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ -
br_prid
│ │ │ - Protocol identifier │ │ │
nf_repeat
│ │ │ Constant used to signify a 'repeat' verdict │ │ │ +
br_cost
│ │ │ + Total cost from transmitting bridge to root │ │ │ +
llcproto_stp
│ │ │ + Constant used to signify Bridge Spanning Tree Protocol packet │ │ │
br_htime
│ │ │ Hello time in 1/256 secs │ │ │ -
br_mac
│ │ │ - Bridge MAC address │ │ │ -
br_bid
│ │ │ - Identity of bridge │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ +
llcpdu
│ │ │ + Address of LLC Protocol Data Unit │ │ │
brhdr
│ │ │ Address of bridge header │ │ │
br_rid
│ │ │ Identity of root bridge │ │ │ -
br_msg
│ │ │ - Message age in 1/256 secs │ │ │ +
pf
│ │ │ + Protocol family -- always “bridge” │ │ │ +
protocol
│ │ │ + Packet protocol │ │ │
br_rmac
│ │ │ Root bridge MAC address │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
br_poid
│ │ │ + Port identifier │ │ │ +
br_flags
│ │ │ + BPDU flags │ │ │
data_hex
│ │ │ A hexadecimal string representing the packet buffer contents │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │
br_vid
│ │ │ Protocol version identifier │ │ │ -
llcproto_stp
│ │ │ - Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ -
br_fd
│ │ │ - Forward delay in 1/256 secs │ │ │ -
protocol
│ │ │ - Packet protocol │ │ │
probe::netfilter.bridge.post_routing — │ │ │ - Called before a bridging packet hits the wire │ │ │
netfilter.bridge.post_routing
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
brhdr
│ │ │ + Address of bridge header │ │ │ +
llcpdu
│ │ │ + Address of LLC Protocol Data Unit │ │ │ +
br_htime
│ │ │ + Hello time in 1/256 secs │ │ │
llcproto_stp
│ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ -
br_vid
│ │ │ - Protocol version identifier │ │ │
br_rmac
│ │ │ Root bridge MAC address │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ -
protocol
│ │ │ - Packet protocol │ │ │ -
br_fd
│ │ │ - Forward delay in 1/256 secs │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ -
br_bid
│ │ │ - Identity of bridge │ │ │ -
br_mac
│ │ │ - Bridge MAC address │ │ │ -
br_htime
│ │ │ - Hello time in 1/256 secs │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
br_prid
│ │ │ - Protocol identifier │ │ │ -
br_msg
│ │ │ - Message age in 1/256 secs │ │ │
br_rid
│ │ │ Identity of root bridge │ │ │ -
brhdr
│ │ │ - Address of bridge header │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
llcpdu
│ │ │ - Address of LLC Protocol Data Unit │ │ │ +
protocol
│ │ │ + Packet protocol │ │ │
pf
│ │ │ Protocol family -- always “bridge” │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ +
br_vid
│ │ │ + Protocol version identifier │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
br_poid
│ │ │ + Port identifier │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
br_flags
│ │ │ + BPDU flags │ │ │ +
br_bid
│ │ │ + Identity of bridge │ │ │
br_type
│ │ │ BPDU type │ │ │ +
br_prid
│ │ │ + Protocol identifier │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │ +
br_mac
│ │ │ + Bridge MAC address │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ -
br_poid
│ │ │ - Port identifier │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ -
br_flags
│ │ │ - BPDU flags │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ +
br_fd
│ │ │ + Forward delay in 1/256 secs │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
br_cost
│ │ │ Total cost from transmitting bridge to root │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │
br_max
│ │ │ Max age in 1/256 secs │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ +
br_msg
│ │ │ + Message age in 1/256 secs │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │
probe::netfilter.bridge.pre_routing — │ │ │ - Called before a bridging packet is routed │ │ │ -
netfilter.bridge.pre_routing
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 │ │ │ +
netfilter.bridge.pre_routing
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │
br_flags
│ │ │ BPDU flags │ │ │ -
br_poid
│ │ │ - Port identifier │ │ │ -
br_type
│ │ │ - BPDU type │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
llcpdu
│ │ │ - Address of LLC Protocol Data Unit │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
pf
│ │ │ - Protocol family -- always “bridge” │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │
length
│ │ │ The length of the packet buffer contents, in bytes │ │ │ +
br_poid
│ │ │ + Port identifier │ │ │
outdev
│ │ │ Address of net_device representing output device, 0 if unknown │ │ │ -
br_cost
│ │ │ - Total cost from transmitting bridge to root │ │ │ -
br_max
│ │ │ - Max age in 1/256 secs │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ -
br_fd
│ │ │ - Forward delay in 1/256 secs │ │ │ -
protocol
│ │ │ - Packet protocol │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ -
br_rmac
│ │ │ - Root bridge MAC address │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │
br_vid
│ │ │ Protocol version identifier │ │ │ +
br_rmac
│ │ │ + Root bridge MAC address │ │ │ +
br_rid
│ │ │ + Identity of root bridge │ │ │ +
pf
│ │ │ + Protocol family -- always “bridge” │ │ │ +
protocol
│ │ │ + Packet protocol │ │ │ +
brhdr
│ │ │ + Address of bridge header │ │ │
llcproto_stp
│ │ │ Constant used to signify Bridge Spanning Tree Protocol packet │ │ │ +
br_htime
│ │ │ + Hello time in 1/256 secs │ │ │ +
llcpdu
│ │ │ + Address of LLC Protocol Data Unit │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ -
brhdr
│ │ │ - Address of bridge header │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
br_rid
│ │ │ - Identity of root bridge │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
br_max
│ │ │ + Max age in 1/256 secs │ │ │
br_msg
│ │ │ Message age in 1/256 secs │ │ │ -
br_prid
│ │ │ - Protocol identifier │ │ │ -
br_htime
│ │ │ - Hello time in 1/256 secs │ │ │ +
br_cost
│ │ │ + Total cost from transmitting bridge to root │ │ │
nf_repeat
│ │ │ Constant used to signify a 'repeat' verdict │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ +
br_fd
│ │ │ + Forward delay in 1/256 secs │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │
br_mac
│ │ │ Bridge MAC address │ │ │ +
br_type
│ │ │ + BPDU type │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │ +
br_prid
│ │ │ + Protocol identifier │ │ │
br_bid
│ │ │ Identity of bridge │ │ │
probe::netfilter.ip.forward — │ │ │ Called on an incoming IP packet addressed to some other computer │ │ │ -
netfilter.ip.forward
protocol
│ │ │ +
netfilter.ip.forward
dport
│ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ +
saddr
│ │ │ + A string representing the source IP address │ │ │ +
ipproto_tcp
│ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ +
pf
│ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ +
protocol
│ │ │ Packet protocol from driver (ipv4 only) │ │ │ +
rst
│ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ +
ack
│ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │
urg
│ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ -
syn
│ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ -
saddr
│ │ │ - A string representing the source IP address │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ +
ipproto_udp
│ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │
nf_stolen
│ │ │ Constant used to signify a 'stolen' verdict │ │ │ -
dport
│ │ │ - TCP or UDP destination port (ipv4 only) │ │ │
data_hex
│ │ │ A hexadecimal string representing the packet buffer contents │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │
nf_drop
│ │ │ Constant used to signify a 'drop' verdict │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ +
psh
│ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │
fin
│ │ │ TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
ipproto_udp
│ │ │ - Constant used to signify that the packet protocol is UDP │ │ │
iphdr
│ │ │ Address of IP header │ │ │ -
nf_stop
│ │ │ - Constant used to signify a 'stop' verdict │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │ +
family
│ │ │ + IP address family │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │
data_str
│ │ │ A string representing the packet buffer contents │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │
sport
│ │ │ TCP or UDP source port (ipv4 only) │ │ │ -
rst
│ │ │ - TCP RST 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_tcp
│ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
psh
│ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ -
family
│ │ │ - IP address family │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │
indev
│ │ │ Address of net_device representing input device, 0 if unknown │ │ │ -
ack
│ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ +
syn
│ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │
probe::netfilter.ip.local_in — │ │ │ Called on an incoming IP packet addressed to the local computer │ │ │ -
netfilter.ip.local_in
ipproto_tcp
│ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
pf
│ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ -
rst
│ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ -
sport
│ │ │ - TCP or UDP source port (ipv4 only) │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ -
nf_stop
│ │ │ - Constant used to signify a 'stop' verdict │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ +
netfilter.ip.local_in
family
│ │ │ + IP address family │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │
iphdr
│ │ │ Address of IP header │ │ │ -
ipproto_udp
│ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │
fin
│ │ │ TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ -
ack
│ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
syn
│ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ +
outdev_name
│ │ │ + Name of network device packet will be routed to (if known) │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │
indev
│ │ │ Address of net_device representing input device, 0 if unknown │ │ │ -
family
│ │ │ - IP address family │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
psh
│ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
sport
│ │ │ + TCP or UDP source port (ipv4 only) │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │
dport
│ │ │ TCP or UDP destination port (ipv4 only) │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ +
pf
│ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │ +
ipproto_tcp
│ │ │ + Constant used to signify that the packet protocol is TCP │ │ │
protocol
│ │ │ Packet protocol from driver (ipv4 only) │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │ +
ipproto_udp
│ │ │ + Constant used to signify that the packet protocol is UDP │ │ │
urg
│ │ │ TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ -
syn
│ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
rst
│ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ +
ack
│ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
psh
│ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │
nf_drop
│ │ │ Constant used to signify a 'drop' verdict │ │ │
probe::netfilter.ip.local_out — │ │ │ Called on an outgoing IP packet │ │ │ -
netfilter.ip.local_out
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
pf
│ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │ -
sport
│ │ │ - TCP or UDP source port (ipv4 only) │ │ │ +
netfilter.ip.local_out
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │
rst
│ │ │ TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ -
ipproto_tcp
│ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ -
outdev_name
│ │ │ - Name of network device packet will be routed to (if known) │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ -
fin
│ │ │ - TCP FIN 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_udp
│ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ -
iphdr
│ │ │ - Address of IP header │ │ │
ack
│ │ │ TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ -
psh
│ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
family
│ │ │ - IP address family │ │ │ +
ipproto_udp
│ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ +
urg
│ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │
dport
│ │ │ TCP or UDP destination port (ipv4 only) │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │ +
pf
│ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ +
ipproto_tcp
│ │ │ + Constant used to signify that the packet protocol is TCP │ │ │
protocol
│ │ │ Packet protocol from driver (ipv4 only) │ │ │ -
syn
│ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ -
urg
│ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ +
psh
│ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │
nf_accept
│ │ │ Constant used to signify an 'accept' verdict │ │ │ +
family
│ │ │ + IP address family │ │ │ +
fin
│ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ +
iphdr
│ │ │ + Address of IP header │ │ │ +
nf_stop
│ │ │ + Constant used to signify a 'stop' verdict │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │ +
syn
│ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ +
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 │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
sport
│ │ │ + TCP or UDP source port (ipv4 only) │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │
probe::netfilter.ip.post_routing — │ │ │ Called immediately before an outgoing IP packet leaves the computer │ │ │ -
netfilter.ip.post_routing
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │ -
dport
│ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ -
saddr
│ │ │ - A string representing the source IP address │ │ │ -
syn
│ │ │ - TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ -
urg
│ │ │ - TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ -
protocol
│ │ │ - Packet protocol from driver (ipv4 only) │ │ │ -
nf_repeat
│ │ │ +
netfilter.ip.post_routing
nf_repeat
│ │ │ Constant used to signify a 'repeat' verdict │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
ipproto_tcp
│ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
pf
│ │ │ - Protocol family -- either “ipv4” or “ipv6” │ │ │
sport
│ │ │ TCP or UDP source port (ipv4 only) │ │ │ -
rst
│ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ -
nf_queue
│ │ │ - Constant used to signify a 'queue' verdict │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ -
iphdr
│ │ │ - Address of IP header │ │ │ -
ipproto_udp
│ │ │ - Constant used to signify that the packet protocol is UDP │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ +
syn
│ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │
fin
│ │ │ TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ -
ack
│ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ +
iphdr
│ │ │ + Address of IP header │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │
family
│ │ │ IP address family │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │
psh
│ │ │ TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │
outdev
│ │ │ Address of net_device representing output device, 0 if unknown │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
rst
│ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ +
ack
│ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ +
nf_queue
│ │ │ + Constant used to signify a 'queue' verdict │ │ │ +
urg
│ │ │ + TCP URG flag (if protocol is TCP; ipv4 only) │ │ │ +
ipproto_udp
│ │ │ + Constant used to signify that the packet protocol is UDP │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │ +
saddr
│ │ │ + A string representing the source IP address │ │ │ +
protocol
│ │ │ + Packet protocol from driver (ipv4 only) │ │ │ +
ipproto_tcp
│ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ +
pf
│ │ │ + Protocol family -- either “ipv4” or “ipv6” │ │ │ +
dport
│ │ │ + TCP or UDP destination port (ipv4 only) │ │ │
probe::netfilter.ip.pre_routing — │ │ │ Called before an IP packet is routed │ │ │ -
netfilter.ip.pre_routing
ack
│ │ │ - TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ -
outdev
│ │ │ - Address of net_device representing output device, 0 if unknown │ │ │ -
psh
│ │ │ - TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ -
length
│ │ │ - The length of the packet buffer contents, in bytes │ │ │ +
netfilter.ip.pre_routing
iphdr
│ │ │ + Address of IP header │ │ │ +
fin
│ │ │ + TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │
family
│ │ │ IP address family │ │ │ -
indev
│ │ │ - Address of net_device representing input device, 0 if unknown │ │ │ -
rst
│ │ │ - TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ +
nf_accept
│ │ │ + Constant used to signify an 'accept' verdict │ │ │
sport
│ │ │ TCP or UDP source port (ipv4 only) │ │ │ -
indev_name
│ │ │ - Name of network device packet was received on (if known) │ │ │ -
pf
│ │ │ - Protocol family - either 'ipv4' or 'ipv6' │ │ │ -
ipproto_tcp
│ │ │ - Constant used to signify that the packet protocol is TCP │ │ │ -
fin
│ │ │ - TCP FIN flag (if protocol is TCP; ipv4 only) │ │ │
daddr
│ │ │ A string representing the destination IP address │ │ │ +
nf_repeat
│ │ │ + Constant used to signify a 'repeat' verdict │ │ │
outdev_name
│ │ │ Name of network device packet will be routed to (if known) │ │ │ -
iphdr
│ │ │ - Address of IP header │ │ │ -
ipproto_udp
│ │ │ - Constant used to signify that the packet protocol is UDP │ │ │ -
data_str
│ │ │ - A string representing the packet buffer contents │ │ │ +
syn
│ │ │ + TCP SYN flag (if protocol is TCP; ipv4 only) │ │ │ +
indev
│ │ │ + Address of net_device representing input device, 0 if unknown │ │ │
nf_stop
│ │ │ Constant used to signify a 'stop' verdict │ │ │ +
indev_name
│ │ │ + Name of network device packet was received on (if known) │ │ │ +
data_str
│ │ │ + A string representing the packet buffer contents │ │ │
nf_queue
│ │ │ Constant used to signify a 'queue' verdict │ │ │ -
nf_repeat
│ │ │ - Constant used to signify a 'repeat' verdict │ │ │ -
nf_drop
│ │ │ - Constant used to signify a 'drop' verdict │ │ │ -
nf_stolen
│ │ │ - Constant used to signify a 'stolen' verdict │ │ │ -
dport
│ │ │ - TCP or UDP destination port (ipv4 only) │ │ │ -
data_hex
│ │ │ - A hexadecimal string representing the packet buffer contents │ │ │
urg
│ │ │ TCP URG 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 │ │ │ +
rst
│ │ │ + TCP RST flag (if protocol is TCP; ipv4 only) │ │ │ +
ack
│ │ │ + TCP ACK flag (if protocol is TCP; ipv4 only) │ │ │ +
nf_stolen
│ │ │ + Constant used to signify a 'stolen' verdict │ │ │
protocol
│ │ │ Packet protocol from driver (ipv4 only) │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │ -
nf_accept
│ │ │ - Constant used to signify an 'accept' verdict │ │ │ +
ipproto_tcp
│ │ │ + Constant used to signify that the packet protocol is TCP │ │ │ +
pf
│ │ │ + Protocol family - either 'ipv4' or 'ipv6' │ │ │ +
dport
│ │ │ + TCP or UDP destination port (ipv4 only) │ │ │ +
nf_drop
│ │ │ + Constant used to signify a 'drop' verdict │ │ │ +
psh
│ │ │ + TCP PSH flag (if protocol is TCP; ipv4 only) │ │ │ +
data_hex
│ │ │ + A hexadecimal string representing the packet buffer contents │ │ │ +
length
│ │ │ + The length of the packet buffer contents, in bytes │ │ │ +
outdev
│ │ │ + Address of net_device representing output device, 0 if unknown │ │ │
probe::nfs.aop.readahead — │ │ │ NFS client reading multiple pages │ │ │ -
nfs.aop.readahead
ino
│ │ │ - inode number │ │ │ +
nfs.aop.readahead
size
│ │ │ + number of pages attempted to read in this execution │ │ │
rpages
│ │ │ read size (in pages) │ │ │ +
ino
│ │ │ + inode number │ │ │ +
nr_pages
│ │ │ + number of pages attempted to read in this execution │ │ │
dev
│ │ │ device identifier │ │ │
file
│ │ │ filp argument │ │ │ -
size
│ │ │ - number of pages attempted to read in this execution │ │ │ -
nr_pages
│ │ │ - number of pages attempted to read in this execution │ │ │
rsize
│ │ │ read size (in bytes) │ │ │
probe::nfs.aop.readpage — │ │ │ NFS client synchronously reading a page │ │ │ -
nfs.aop.readpage
i_size
│ │ │ - file length in bytes │ │ │ +
nfs.aop.readpage
__page
│ │ │ + the address of page │ │ │ +
sb_flag
│ │ │ + super block flags │ │ │ +
size
│ │ │ + number of pages to be read in this execution │ │ │
i_flag
│ │ │ file flags │ │ │ +
ino
│ │ │ + inode number │ │ │
rsize
│ │ │ read size (in bytes) │ │ │ -
size
│ │ │ - number of pages to be read in this execution │ │ │ +
i_size
│ │ │ + file length in bytes │ │ │ +
file
│ │ │ + file argument │ │ │ +
dev
│ │ │ + device identifier │ │ │
page_index
│ │ │ offset within mapping, can used a page identifier │ │ │ and position identifier in the page frame │ │ │ -
sb_flag
│ │ │ - super block flags │ │ │ -
dev
│ │ │ - device identifier │ │ │ -
file
│ │ │ - file argument │ │ │ -
__page
│ │ │ - the address of page │ │ │ -
ino
│ │ │ - inode number │ │ │
probe::nfs.aop.readpages — │ │ │ NFS client reading multiple pages │ │ │ -
nfs.aop.readpages
nr_pages
│ │ │ +
nfs.aop.readpages
size
│ │ │ number of pages attempted to read in this execution │ │ │ -
size
│ │ │ - number of pages attempted to read in this execution │ │ │ -
rsize
│ │ │ - read size (in bytes) │ │ │
rpages
│ │ │ read size (in pages) │ │ │
ino
│ │ │ inode number │ │ │ -
file
│ │ │ - filp argument │ │ │ +
nr_pages
│ │ │ + number of pages attempted to read in this execution │ │ │
dev
│ │ │ device identifier │ │ │ +
file
│ │ │ + filp argument │ │ │ +
rsize
│ │ │ + read size (in bytes) │ │ │
probe::nfs.aop.release_page — │ │ │ NFS client releasing page │ │ │ -
nfs.aop.release_page
page_index
│ │ │ +
nfs.aop.release_page
dev
│ │ │ + device identifier │ │ │ +
page_index
│ │ │ offset within mapping, can used a page identifier │ │ │ and position identifier in the page frame │ │ │
size
│ │ │ release pages │ │ │ -
dev
│ │ │ - device identifier │ │ │
ino
│ │ │ inode number │ │ │
__page
│ │ │ the address of page │ │ │
probe::nfs.aop.write_begin — │ │ │ NFS client begin to write data │ │ │ -
nfs.aop.write_begin
size
│ │ │ - write bytes │ │ │ +
nfs.aop.write_begin
dev
│ │ │ + device identifier │ │ │
page_index
│ │ │ offset within mapping, can used a page identifier │ │ │ and position identifier in the page frame │ │ │ -
__page
│ │ │ - the address of page │ │ │
to
│ │ │ end address of this write operation │ │ │ +
size
│ │ │ + write bytes │ │ │
ino
│ │ │ inode number │ │ │ +
__page
│ │ │ + the address of page │ │ │
offset
│ │ │ start address of this write operation │ │ │ -
dev
│ │ │ - device identifier │ │ │
│ │ │ Occurs when write operation occurs on nfs. It prepare a page for writing, │ │ │ look for a request corresponding to the page. If there │ │ │ is one, and it belongs to another file, it flush it out │ │ │ before it tries to copy anything into the page. │ │ │ Also do the same if it finds a request from an existing │ │ │ dropped page │ │ │ ├── html2text {} │ │ │ │ @@ -2,29 +2,29 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 3311..? NNeettwwoorrkk FFiillee SSttoorraaggee TTaappsseettss _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::nfs.aop.write_begin — NFS client begin to write data │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ nfs.aop.write_begin │ │ │ │ ********** VVaalluueess ********** │ │ │ │ - ssiizzee │ │ │ │ - write bytes │ │ │ │ + ddeevv │ │ │ │ + device identifier │ │ │ │ ppaaggee__iinnddeexx │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ in the page frame │ │ │ │ - ____ppaaggee │ │ │ │ - the address of page │ │ │ │ ttoo │ │ │ │ end address of this write operation │ │ │ │ + ssiizzee │ │ │ │ + write bytes │ │ │ │ iinnoo │ │ │ │ inode number │ │ │ │ + ____ppaaggee │ │ │ │ + the address of page │ │ │ │ ooffffsseett │ │ │ │ start address of this write operation │ │ │ │ - ddeevv │ │ │ │ - device identifier │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ 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 │ │ │ │ =============================================================================== │ │ │ │ _P_r_e_v _U_p _N_e_x_t │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-write-end.html │ │ │ @@ -1,27 +1,27 @@ │ │ │
probe::nfs.aop.write_end — │ │ │ NFS client complete writing data │ │ │ -
nfs.aop.write_end
page_index
│ │ │ +
nfs.aop.write_end
i_size
│ │ │ + file length in bytes │ │ │ +
i_flag
│ │ │ + file flags │ │ │ +
page_index
│ │ │ offset within mapping, can used a page identifier and position identifier in the page frame │ │ │ +
dev
│ │ │ + device identifier │ │ │ +
to
│ │ │ + end address of this write operation │ │ │ +
ino
│ │ │ + inode number │ │ │
size
│ │ │ write bytes │ │ │ -
i_flag
│ │ │ - file flags │ │ │ -
i_size
│ │ │ - file length in bytes │ │ │
offset
│ │ │ start address of this write operation │ │ │ -
ino
│ │ │ - inode number │ │ │ -
to
│ │ │ - end address of this write operation │ │ │
__page
│ │ │ the address of page │ │ │ -
dev
│ │ │ - device identifier │ │ │
sb_flag
│ │ │ super block flags │ │ │
│ │ │ Fires when do a write operation on nfs, │ │ │ often after prepare_write │ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -2,33 +2,33 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 3311..? NNeettwwoorrkk FFiillee SSttoorraaggee TTaappsseettss _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::nfs.aop.write_end — NFS client complete writing data │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ nfs.aop.write_end │ │ │ │ ********** VVaalluueess ********** │ │ │ │ + ii__ssiizzee │ │ │ │ + file length in bytes │ │ │ │ + ii__ffllaagg │ │ │ │ + file flags │ │ │ │ ppaaggee__iinnddeexx │ │ │ │ offset within mapping, can used a page identifier and position identifier │ │ │ │ in the page frame │ │ │ │ + ddeevv │ │ │ │ + device identifier │ │ │ │ + ttoo │ │ │ │ + end address of this write operation │ │ │ │ + iinnoo │ │ │ │ + inode number │ │ │ │ ssiizzee │ │ │ │ write bytes │ │ │ │ - ii__ffllaagg │ │ │ │ - file flags │ │ │ │ - ii__ssiizzee │ │ │ │ - file length in bytes │ │ │ │ ooffffsseett │ │ │ │ start address of this write operation │ │ │ │ - iinnoo │ │ │ │ - inode number │ │ │ │ - ttoo │ │ │ │ - end address of this write operation │ │ │ │ ____ppaaggee │ │ │ │ the address of page │ │ │ │ - ddeevv │ │ │ │ - device identifier │ │ │ │ ssbb__ffllaagg │ │ │ │ super block flags │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ Fires when do a write operation on nfs, often after prepare_write │ │ │ │ Update and possibly write a cached page of an NFS file. │ │ │ │ =============================================================================== │ │ │ │ _P_r_e_v _U_p _N_e_x_t │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-aop-writepage.html │ │ │ @@ -1,33 +1,33 @@ │ │ │
probe::nfs.aop.writepage — │ │ │ NFS client writing a mapped page to the NFS server │ │ │ -
nfs.aop.writepage
wsize
│ │ │ - write size │ │ │ -
i_size
│ │ │ - file length in bytes │ │ │ -
i_flag
│ │ │ - file flags │ │ │ +
nfs.aop.writepage
ino
│ │ │ + inode number │ │ │
size
│ │ │ number of pages to be written in this execution │ │ │ +
__page
│ │ │ + the address of page │ │ │ +
sb_flag
│ │ │ + super block flags │ │ │
page_index
│ │ │ offset within mapping, │ │ │ can used a page identifier and position identifier in the page frame │ │ │ -
for_reclaim
│ │ │ - a flag of writeback_control, │ │ │ - indicates if it's invoked from the page allocator │ │ │ +
dev
│ │ │ + device identifier │ │ │ +
i_flag
│ │ │ + file flags │ │ │ +
wsize
│ │ │ + write size │ │ │
for_kupdate
│ │ │ a flag of writeback_control, │ │ │ indicates if it's a kupdate writeback │ │ │ -
sb_flag
│ │ │ - super block flags │ │ │ +
for_reclaim
│ │ │ + a flag of writeback_control, │ │ │ + indicates if it's invoked from the page allocator │ │ │
i_state
│ │ │ inode state flags │ │ │ -
dev
│ │ │ - device identifier │ │ │ -
__page
│ │ │ - the address of page │ │ │ -
ino
│ │ │ - inode number │ │ │ +
i_size
│ │ │ + file length in bytes │ │ │
probe::nfs.aop.writepages — │ │ │ NFS client writing several dirty pages to the NFS server │ │ │ -
nfs.aop.writepages
wsize
│ │ │ - write size │ │ │ -
size
│ │ │ - number of pages attempted to be written in this execution │ │ │ -
for_reclaim
│ │ │ - a flag of writeback_control, │ │ │ - indicates if it's invoked from the page allocator │ │ │ -
for_kupdate
│ │ │ - a flag of writeback_control, │ │ │ - indicates if it's a kupdate writeback │ │ │ +
nfs.aop.writepages
dev
│ │ │ + device identifier │ │ │
wpages
│ │ │ write size (in pages) │ │ │ -
dev
│ │ │ - device identifier │ │ │ +
size
│ │ │ + number of pages attempted to be written in this execution │ │ │
ino
│ │ │ inode number │ │ │
nr_to_write
│ │ │ number of pages attempted to be written in this execution │ │ │ +
wsize
│ │ │ + write size │ │ │ +
for_kupdate
│ │ │ + a flag of writeback_control, │ │ │ + indicates if it's a kupdate writeback │ │ │ +
for_reclaim
│ │ │ + a flag of writeback_control, │ │ │ + indicates if it's invoked from the page allocator │ │ │
probe::nfs.fop.aio_read — │ │ │ NFS client aio_read file operation │ │ │ -
nfs.fop.aio_read
ino
│ │ │ +
nfs.fop.aio_read
pos
│ │ │ + current position of file │ │ │ +
attrtimeo
│ │ │ + how long the cached information is assumed to be valid. │ │ │ + We need to revalidate the cached attrs for this inode │ │ │ + if jiffies - read_cache_jiffies > attrtimeo. │ │ │ +
ino
│ │ │ inode number │ │ │ +
buf
│ │ │ + the address of buf in user space │ │ │
cache_valid
│ │ │ cache related bit mask flag │ │ │ +
parent_name
│ │ │ + parent dir name │ │ │
dev
│ │ │ device identifier │ │ │
file_name
│ │ │ file name │ │ │ -
attrtimeo
│ │ │ - how long the cached information is assumed to be valid. │ │ │ - We need to revalidate the cached attrs for this inode │ │ │ - if jiffies - read_cache_jiffies > attrtimeo. │ │ │
cache_time
│ │ │ when we started read-caching this inode │ │ │ -
buf
│ │ │ - the address of buf in user space │ │ │ -
pos
│ │ │ - current position of file │ │ │ -
parent_name
│ │ │ - parent dir name │ │ │
count
│ │ │ read bytes │ │ │
probe::nfs.fop.aio_write — │ │ │ NFS client aio_write file operation │ │ │
nfs.fop.aio_write
count
│ │ │ read bytes │ │ │
parent_name
│ │ │ parent dir name │ │ │ -
pos
│ │ │ - offset of the file │ │ │ -
buf
│ │ │ - the address of buf in user space │ │ │ -
file_name
│ │ │ - file name │ │ │
dev
│ │ │ device identifier │ │ │ +
file_name
│ │ │ + file name │ │ │ +
buf
│ │ │ + the address of buf in user space │ │ │ +
pos
│ │ │ + offset of the file │ │ │
ino
│ │ │ inode number │ │ │
probe::nfs.fop.flush — │ │ │ NFS client flush file operation │ │ │ -
nfs.fop.flush
probe::nfs.fop.fsync — │ │ │ NFS client fsync operation │ │ │ -
nfs.fop.fsync
probe::nfs.fop.llseek — │ │ │ NFS client llseek operation │ │ │ -
nfs.fop.llseek
whence
│ │ │ - the position to seek from │ │ │ +
nfs.fop.llseek
ino
│ │ │ + inode number │ │ │
dev
│ │ │ device identifier │ │ │ -
whence_str
│ │ │ - symbolic string representation of the position to seek from │ │ │ -
ino
│ │ │ - inode number │ │ │
offset
│ │ │ the offset of the file will be repositioned │ │ │ +
whence_str
│ │ │ + symbolic string representation of the position to seek from │ │ │ +
whence
│ │ │ + the position to seek from │ │ │
probe::nfs.fop.lock — │ │ │ NFS client file lock operation │ │ │ -
nfs.fop.lock
cmd
│ │ │ +
nfs.fop.lock
i_mode
│ │ │ + file type and access rights │ │ │ +
dev
│ │ │ + device identifier │ │ │ +
fl_flag
│ │ │ + lock flags │ │ │ +
fl_end
│ │ │ + ending offset of locked region │ │ │ +
cmd
│ │ │ cmd arguments │ │ │
fl_type
│ │ │ lock type │ │ │ -
fl_end
│ │ │ - ending offset of locked region │ │ │ -
i_mode
│ │ │ - file type and access rights │ │ │
ino
│ │ │ inode number │ │ │ -
fl_flag
│ │ │ - lock flags │ │ │
fl_start
│ │ │ starting offset of locked region │ │ │ -
dev
│ │ │ - device identifier │ │ │
probe::nfs.fop.mmap — │ │ │ NFS client mmap operation │ │ │ -
nfs.fop.mmap
vm_end
│ │ │ - the first byte after end address within vm_mm │ │ │ -
parent_name
│ │ │ - parent dir name │ │ │ -
buf
│ │ │ - the address of buf in user space │ │ │ -
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 │ │ │ -
file_name
│ │ │ +
nfs.fop.mmap
file_name
│ │ │ file name │ │ │ -
cache_valid
│ │ │ - cache related bit mask flag │ │ │
vm_start
│ │ │ start address within vm_mm │ │ │
dev
│ │ │ device identifier │ │ │ +
parent_name
│ │ │ + parent dir name │ │ │ +
vm_end
│ │ │ + the first byte after end address within vm_mm │ │ │
vm_flag
│ │ │ vm flags │ │ │ +
cache_time
│ │ │ + when we started read-caching this inode │ │ │
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. │ │ │ +
buf
│ │ │ + the address of buf in user space │ │ │ +
cache_valid
│ │ │ + cache related bit mask flag │ │ │
probe::nfs.fop.open — │ │ │ NFS client file open operation │ │ │ -
nfs.fop.open
ino
│ │ │ - inode number │ │ │ -
dev
│ │ │ - device identifier │ │ │ -
file_name
│ │ │ +
nfs.fop.open
probe::nfs.fop.read_iter — │ │ │ NFS client read_iter file operation │ │ │ -
nfs.fop.read_iter
attrtimeo
│ │ │ +
nfs.fop.read_iter
pos
│ │ │ + current position of file │ │ │ +
attrtimeo
│ │ │ how long the cached information is assumed to be valid. │ │ │ We need to revalidate the cached attrs for this inode │ │ │ if jiffies - read_cache_jiffies > attrtimeo. │ │ │ -
cache_time
│ │ │ - when we started read-caching this inode │ │ │ -
pos
│ │ │ - current position of file │ │ │ -
parent_name
│ │ │ - parent dir name │ │ │ -
count
│ │ │ - read bytes │ │ │
ino
│ │ │ inode number │ │ │
cache_valid
│ │ │ cache related bit mask flag │ │ │ +
parent_name
│ │ │ + parent dir name │ │ │
dev
│ │ │ device identifier │ │ │
file_name
│ │ │ file name │ │ │ +
cache_time
│ │ │ + when we started read-caching this inode │ │ │ +
count
│ │ │ + read bytes │ │ │
probe::nfs.fop.release — │ │ │ NFS client release page operation │ │ │ -
nfs.fop.release
probe::nfs.fop.sendfile — │ │ │ NFS client send file operation │ │ │ -
nfs.fop.sendfile
count
│ │ │ - read bytes │ │ │ +
nfs.fop.sendfile
cache_valid
│ │ │ + cache related bit mask flag │ │ │
attrtimeo
│ │ │ how long the cached information is assumed to be valid. │ │ │ We need to revalidate the cached attrs for this inode │ │ │ if jiffies - read_cache_jiffies > attrtimeo. │ │ │ -
cache_time
│ │ │ - when we started read-caching this inode │ │ │ -
cache_valid
│ │ │ - cache related bit mask flag │ │ │ -
dev
│ │ │ - device identifier │ │ │
ino
│ │ │ inode number │ │ │
ppos
│ │ │ current position of file │ │ │ +
count
│ │ │ + read bytes │ │ │ +
cache_time
│ │ │ + when we started read-caching this inode │ │ │ +
dev
│ │ │ + device identifier │ │ │
probe::nfs.fop.write_iter — │ │ │ NFS client write_iter file operation │ │ │ -
nfs.fop.write_iter
count
│ │ │ - read bytes │ │ │ +
nfs.fop.write_iter
pos
│ │ │ + offset of the file │ │ │ +
ino
│ │ │ + inode number │ │ │ +
dev
│ │ │ + device identifier │ │ │
parent_name
│ │ │ parent dir name │ │ │ -
pos
│ │ │ - offset of the file │ │ │
file_name
│ │ │ file name │ │ │ -
dev
│ │ │ - device identifier │ │ │ -
ino
│ │ │ - inode number │ │ │ +
count
│ │ │ + read bytes │ │ │
probe::nfs.proc.commit_done — │ │ │ NFS client response to a commit RPC task │ │ │ -
nfs.proc.commit_done
version
│ │ │ - NFS version │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ -
status
│ │ │ - result of last operation │ │ │ -
count
│ │ │ +
nfs.proc.commit_done
count
│ │ │ number of bytes committed │ │ │ -
server_ip
│ │ │ - IP address of server │ │ │
timestamp
│ │ │ V4 timestamp, which is used for lease renewal │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
valid
│ │ │ fattr->valid, indicates which fields are valid │ │ │ +
server_ip
│ │ │ + IP address of server │ │ │ +
status
│ │ │ + result of last operation │ │ │ +
version
│ │ │ + NFS version │ │ │
probe::nfs.proc.commit_setup — │ │ │ NFS client setting up a commit RPC task │ │ │ -
nfs.proc.commit_setup
bitmask0
│ │ │ - V4 bitmask representing the set of attributes supported │ │ │ - on this filesystem │ │ │ +
nfs.proc.commit_setup
count
│ │ │ + bytes in this commit │ │ │
offset
│ │ │ the file offset │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
server_ip
│ │ │ IP address of server │ │ │ +
size
│ │ │ + bytes in this commit │ │ │ +
bitmask0
│ │ │ + V4 bitmask representing the set of attributes supported │ │ │ + on this filesystem │ │ │
bitmask1
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ -
size
│ │ │ - bytes in this commit │ │ │ -
prot
│ │ │ - transfer protocol │ │ │
version
│ │ │ NFS version │ │ │ -
count
│ │ │ - bytes in this commit │ │ │
probe::nfs.proc.commit — │ │ │ NFS client committing data on server │ │ │ -
nfs.proc.commit
bitmask0
│ │ │ +
nfs.proc.commit
offset
│ │ │ + the file offset │ │ │ +
prot
│ │ │ + transfer protocol │ │ │ +
bitmask0
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ -
offset
│ │ │ - the file offset │ │ │
server_ip
│ │ │ IP address of server │ │ │ +
size
│ │ │ + read bytes in this execution │ │ │
bitmask1
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ -
size
│ │ │ - read bytes in this execution │ │ │ -
prot
│ │ │ - transfer protocol │ │ │
version
│ │ │ NFS version │ │ │
│ │ │ 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. │ │ │
│ │ │ ├── html2text {} │ │ │ │ @@ -2,28 +2,28 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 3311..? NNeettwwoorrkk FFiillee SSttoorraaggee TTaappsseettss _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::nfs.proc.commit — NFS client committing data on server │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ nfs.proc.commit │ │ │ │ ********** VVaalluueess ********** │ │ │ │ + ooffffsseett │ │ │ │ + the file offset │ │ │ │ + pprroott │ │ │ │ + transfer protocol │ │ │ │ bbiittmmaasskk00 │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ filesystem │ │ │ │ - ooffffsseett │ │ │ │ - the file offset │ │ │ │ sseerrvveerr__iipp │ │ │ │ IP address of server │ │ │ │ + ssiizzee │ │ │ │ + read bytes in this execution │ │ │ │ bbiittmmaasskk11 │ │ │ │ V4 bitmask representing the set of attributes supported on this │ │ │ │ filesystem │ │ │ │ - ssiizzee │ │ │ │ - read bytes in this execution │ │ │ │ - pprroott │ │ │ │ - transfer protocol │ │ │ │ vveerrssiioonn │ │ │ │ NFS version │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ All the nfs.proc.commit kernel functions were removed in kernel commit 200baa │ │ │ │ in December 2006, so these probes do not exist on Linux 2.6.21 and newer │ │ │ │ kernels. │ │ │ │ Fires when client writes the buffered data to disk. The buffered data is │ │ ├── ./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
server_ip
│ │ │ - IP address of server │ │ │ -
fh
│ │ │ - file handle of parent dir │ │ │ -
prot
│ │ │ +
nfs.proc.create
prot
│ │ │ transfer protocol │ │ │ -
version
│ │ │ - NFS version (the function is used for all NFS version) │ │ │ +
flag
│ │ │ + indicates create mode (only for NFSv3 and NFSv4) │ │ │
filename
│ │ │ file name │ │ │ +
version
│ │ │ + NFS version (the function is used for all NFS version) │ │ │ +
fh
│ │ │ + file handle of parent dir │ │ │
filelen
│ │ │ length of file name │ │ │ -
flag
│ │ │ - indicates create mode (only for NFSv3 and NFSv4) │ │ │ +
server_ip
│ │ │ + IP address of server │ │ │
probe::nfs.proc.lookup — │ │ │ NFS client opens/searches a file on server │ │ │ -
nfs.proc.lookup
name_len
│ │ │ - the length of file name │ │ │ -
server_ip
│ │ │ - IP address of server │ │ │ -
bitmask1
│ │ │ +
nfs.proc.lookup
bitmask1
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ +
version
│ │ │ + NFS version │ │ │ +
name_len
│ │ │ + the length of file name │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
bitmask0
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ -
version
│ │ │ - NFS version │ │ │
filename
│ │ │ the name of file which client opens/searches on server │ │ │ +
server_ip
│ │ │ + IP address of server │ │ │
probe::nfs.proc.open — │ │ │ NFS client allocates file read/write context information │ │ │ -
nfs.proc.open
server_ip
│ │ │ - IP address of server │ │ │ -
version
│ │ │ - NFS version (the function is used for all NFS version) │ │ │ +
nfs.proc.open
probe::nfs.proc.read_done — │ │ │ NFS client response to a read RPC task │ │ │ -
nfs.proc.read_done
prot
│ │ │ - transfer protocol │ │ │ +
nfs.proc.read_done
server_ip
│ │ │ + IP address of server │ │ │
version
│ │ │ NFS version │ │ │
status
│ │ │ result of last operation │ │ │ -
count
│ │ │ - number of bytes read │ │ │ -
server_ip
│ │ │ - IP address of server │ │ │
timestamp
│ │ │ V4 timestamp, which is used for lease renewal │ │ │ +
count
│ │ │ + number of bytes read │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
probe::nfs.proc.read_setup — │ │ │ NFS client setting up a read RPC task │ │ │
nfs.proc.read_setup
offset
│ │ │ the file offset │ │ │ -
version
│ │ │ - NFS version │ │ │
prot
│ │ │ transfer protocol │ │ │
count
│ │ │ read bytes in this execution │ │ │ +
version
│ │ │ + NFS version │ │ │
server_ip
│ │ │ IP address of server │ │ │
size
│ │ │ read bytes in this execution │ │ │
│ │ │ The read_setup function is used to setup a read RPC task. │ │ │ It is not doing the actual read operation. │ │ │ ├── html2text {} │ │ │ │ @@ -4,20 +4,20 @@ │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::nfs.proc.read_setup — NFS client setting up a read RPC task │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ nfs.proc.read_setup │ │ │ │ ********** VVaalluueess ********** │ │ │ │ ooffffsseett │ │ │ │ the file offset │ │ │ │ - vveerrssiioonn │ │ │ │ - NFS version │ │ │ │ pprroott │ │ │ │ transfer protocol │ │ │ │ ccoouunntt │ │ │ │ read bytes in this execution │ │ │ │ + vveerrssiioonn │ │ │ │ + NFS version │ │ │ │ sseerrvveerr__iipp │ │ │ │ IP address of server │ │ │ │ ssiizzee │ │ │ │ read bytes in this execution │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ The read_setup function is used to setup a read RPC task. It is not doing the │ │ │ │ actual read operation. │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-nfs-proc-read.html │ │ │ @@ -1,19 +1,19 @@ │ │ │
probe::nfs.proc.read — │ │ │ NFS client synchronously reads file from server │ │ │ -
nfs.proc.read
offset
│ │ │ - the file offset │ │ │ -
version
│ │ │ - NFS version │ │ │ -
prot
│ │ │ +
nfs.proc.read
prot
│ │ │ transfer protocol │ │ │ -
count
│ │ │ - read bytes in this execution │ │ │ +
offset
│ │ │ + the file offset │ │ │
flags
│ │ │ used to set task->tk_flags in rpc_init_task function │ │ │ +
count
│ │ │ + read bytes in this execution │ │ │ +
version
│ │ │ + NFS version │ │ │
server_ip
│ │ │ IP address of server │ │ │
probe::nfs.proc.release — │ │ │ NFS client releases file read/write context information │ │ │ -
nfs.proc.release
filename
│ │ │ - file name │ │ │ -
flag
│ │ │ - file flag │ │ │ -
mode
│ │ │ - file mode │ │ │ -
version
│ │ │ +
nfs.proc.release
probe::nfs.proc.remove — │ │ │ NFS client removes a file on server │ │ │ -
nfs.proc.remove
filename
│ │ │ - file name │ │ │ -
filelen
│ │ │ +
nfs.proc.remove
filelen
│ │ │ length of file name │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ +
fh
│ │ │ + file handle of parent dir │ │ │
version
│ │ │ NFS version (the function is used for all NFS version) │ │ │
server_ip
│ │ │ IP address of server │ │ │ -
fh
│ │ │ - file handle of parent dir │ │ │ +
prot
│ │ │ + transfer protocol │ │ │ +
filename
│ │ │ + file name │ │ │
probe::nfs.proc.rename_done — │ │ │ NFS client response to a rename RPC task │ │ │ -
nfs.proc.rename_done
timestamp
│ │ │ - V4 timestamp, which is used for lease renewal │ │ │ -
old_fh
│ │ │ - file handle of old parent dir │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ +
nfs.proc.rename_done
server_ip
│ │ │ + IP address of server │ │ │
version
│ │ │ NFS version │ │ │
status
│ │ │ result of last operation │ │ │ -
server_ip
│ │ │ - IP address of server │ │ │ +
timestamp
│ │ │ + V4 timestamp, which is used for lease renewal │ │ │ +
old_fh
│ │ │ + file handle of old parent dir │ │ │
new_fh
│ │ │ file handle of new parent dir │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
probe::nfs.proc.rename_setup — │ │ │ NFS client setting up a rename RPC task │ │ │ -
nfs.proc.rename_setup
fh
│ │ │ - file handle of parent dir │ │ │ -
server_ip
│ │ │ +
nfs.proc.rename_setup
probe::nfs.proc.rename — │ │ │ NFS client renames a file on server │ │ │ -
nfs.proc.rename
old_name
│ │ │ - old file name │ │ │ +
nfs.proc.rename
server_ip
│ │ │ + IP address of server │ │ │
version
│ │ │ NFS version (the function is used for all NFS version) │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ -
new_filelen
│ │ │ - length of new file name │ │ │ -
new_fh
│ │ │ - file handle of new parent dir │ │ │ -
server_ip
│ │ │ - IP address of server │ │ │
old_fh
│ │ │ file handle of old parent dir │ │ │
old_filelen
│ │ │ length of old file name │ │ │
new_name
│ │ │ new file name │ │ │ +
new_fh
│ │ │ + file handle of new parent dir │ │ │ +
new_filelen
│ │ │ + length of new file name │ │ │ +
old_name
│ │ │ + old file name │ │ │ +
prot
│ │ │ + transfer protocol │ │ │
probe::nfs.proc.write_done — │ │ │ NFS client response to a write RPC task │ │ │ -
nfs.proc.write_done
server_ip
│ │ │ - IP address of server │ │ │ +
nfs.proc.write_done
version
│ │ │ + NFS version │ │ │
status
│ │ │ result of last operation │ │ │ -
count
│ │ │ - number of bytes written │ │ │ -
version
│ │ │ - NFS version │ │ │ -
prot
│ │ │ - transfer protocol │ │ │ +
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 │ │ │
probe::nfs.proc.write_setup — │ │ │ NFS client setting up a write RPC task │ │ │ -
nfs.proc.write_setup
server_ip
│ │ │ - IP address of server │ │ │ -
size
│ │ │ +
nfs.proc.write_setup
count
│ │ │ bytes written in this execution │ │ │ -
bitmask1
│ │ │ - V4 bitmask representing the set of attributes supported │ │ │ - on this filesystem │ │ │
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 │ │ │ -
count
│ │ │ - bytes written in this execution │ │ │ +
offset
│ │ │ + the file offset │ │ │
bitmask0
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │ -
offset
│ │ │ - the file offset │ │ │ +
size
│ │ │ + bytes written in this execution │ │ │ +
server_ip
│ │ │ + IP address of server │ │ │ +
version
│ │ │ + NFS version │ │ │ +
bitmask1
│ │ │ + 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
version
│ │ │ - NFS version │ │ │ -
prot
│ │ │ +
nfs.proc.write
prot
│ │ │ transfer protocol │ │ │ -
bitmask1
│ │ │ +
flags
│ │ │ + used to set task->tk_flags in rpc_init_task function │ │ │ +
offset
│ │ │ + the file offset │ │ │ +
bitmask0
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │
size
│ │ │ read bytes in this execution │ │ │ -
flags
│ │ │ - used to set task->tk_flags in rpc_init_task function │ │ │
server_ip
│ │ │ IP address of server │ │ │ -
offset
│ │ │ - the file offset │ │ │ -
bitmask0
│ │ │ +
version
│ │ │ + NFS version │ │ │ +
bitmask1
│ │ │ V4 bitmask representing the set of attributes supported │ │ │ on this filesystem │ │ │
probe::nfsd.commit — │ │ │ NFS server committing all pending writes to stable storage │ │ │ -
nfsd.commit
offset
│ │ │ - the offset of file │ │ │ -
size
│ │ │ - read bytes │ │ │ -
count
│ │ │ +
nfsd.commit
size
│ │ │ read bytes │ │ │
fh
│ │ │ file handle (the first part is the length of the file handle) │ │ │ +
count
│ │ │ + read bytes │ │ │
flag
│ │ │ indicates whether this execution is a sync operation │ │ │ +
offset
│ │ │ + the offset of file │ │ │
client_ip
│ │ │ the ip address of client │ │ │
probe::nfsd.create — │ │ │ NFS server creating a file(regular,dir,device,fifo) for client │ │ │ -
nfsd.create
filename
│ │ │ - file name │ │ │ -
filelen
│ │ │ - the length of file name │ │ │ -
iap_valid
│ │ │ - Attribute flags │ │ │ +
nfsd.create
fh
│ │ │ + file handle (the first part is the length of the file handle) │ │ │ +
type
│ │ │ + file type(regular,dir,device,fifo ...) │ │ │
iap_mode
│ │ │ file access mode │ │ │ +
iap_valid
│ │ │ + Attribute flags │ │ │
client_ip
│ │ │ the ip address of client │ │ │ -
fh
│ │ │ - file handle (the first part is the length of the file handle) │ │ │ -
type
│ │ │ - file type(regular,dir,device,fifo ...) │ │ │ +
filename
│ │ │ + file name │ │ │ +
filelen
│ │ │ + the length of file name │ │ │
probe::nfsd.createv3 — │ │ │ NFS server creating a regular file or set file attributes for client │ │ │
nfsd.createv3
client_ip
│ │ │ the ip address of client │ │ │ -
iap_mode
│ │ │ - file access mode │ │ │ -
fh
│ │ │ - file handle (the first part is the length of the file handle) │ │ │ -
truncp
│ │ │ - trunp arguments, indicates if the file shouldbe truncate │ │ │ +
filename
│ │ │ + file name │ │ │ +
createmode
│ │ │ + create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ +
verifier
│ │ │ + file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE │ │ │
filelen
│ │ │ the length of file name │ │ │
iap_valid
│ │ │ Attribute flags │ │ │ -
verifier
│ │ │ - file attributes (atime,mtime,mode). It's used to reset file attributes for CREATE_EXCLUSIVE │ │ │ -
createmode
│ │ │ - create mode .The possible values could be: NFS3_CREATE_EXCLUSIVE, NFS3_CREATE_UNCHECKED, or NFS3_CREATE_GUARDED │ │ │ -
filename
│ │ │ - file name │ │ │ +
iap_mode
│ │ │ + file access mode │ │ │ +
truncp
│ │ │ + trunp arguments, indicates if the file shouldbe truncate │ │ │ +
fh
│ │ │ + file handle (the first part is the length of the file handle) │ │ │
probe::nfsd.dispatch — │ │ │ NFS server receives an operation from client │ │ │ -
nfsd.dispatch
proc
│ │ │ - procedure number │ │ │ -
proto
│ │ │ - transfer protocol │ │ │ -
xid
│ │ │ +
nfsd.dispatch
probe::nfsd.lookup — │ │ │ NFS server opening or searching file for a file for client │ │ │ -
nfsd.lookup
filename
│ │ │ - file name │ │ │ +
nfsd.lookup
fh
│ │ │ + file handle of parent dir(the first part is the length of the file handle) │ │ │
filelen
│ │ │ the length of file name │ │ │ -
fh
│ │ │ - file handle of parent dir(the first part is the length of the file handle) │ │ │ +
filename
│ │ │ + file name │ │ │
client_ip
│ │ │ the ip address of client │ │ │
probe::nfsd.open — │ │ │ NFS server opening a file for client │ │ │ -
nfsd.open
type
│ │ │ +
nfsd.open
access
│ │ │ + indicates the type of open (read/write/commit/readdir...) │ │ │ +
client_ip
│ │ │ + the ip address of client │ │ │ +
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...) │ │ │
probe::nfsd.proc.commit — │ │ │ NFS server performing a commit operation for client │ │ │ -
nfsd.proc.commit
offset
│ │ │ - the offset of file │ │ │ -
size
│ │ │ - read bytes │ │ │ +
nfsd.proc.commit
uid
│ │ │ + requester's user id │ │ │
count
│ │ │ read bytes │ │ │ -
uid
│ │ │ - requester's user id │ │ │ -
gid
│ │ │ - requester's group id │ │ │ +
size
│ │ │ + read bytes │ │ │
fh
│ │ │ file handle (the first part is the length of the file handle) │ │ │ -
proto
│ │ │ - transfer protocol │ │ │
version
│ │ │ nfs version │ │ │
client_ip
│ │ │ the ip address of client │ │ │ +
gid
│ │ │ + requester's group id │ │ │ +
offset
│ │ │ + the offset of file │ │ │ +
proto
│ │ │ + transfer protocol │ │ │
probe::nfsd.proc.create — │ │ │ NFS server creating a file for client │ │ │ -
nfsd.proc.create
uid
│ │ │ - requester's user id │ │ │ +
nfsd.proc.create
gid
│ │ │ + requester's group id │ │ │ +
filelen
│ │ │ + length of file name │ │ │
filename
│ │ │ file name │ │ │ -
fh
│ │ │ - file handle (the first part is the length of the file handle) │ │ │ -
proto
│ │ │ - transfer protocol │ │ │ -
version
│ │ │ - nfs version │ │ │
client_ip
│ │ │ the ip address of client │ │ │ -
gid
│ │ │ - requester's group id │ │ │ -
filelen
│ │ │ - length of file name │ │ │ +
version
│ │ │ + nfs version │ │ │ +
proto
│ │ │ + transfer protocol │ │ │ +
uid
│ │ │ + requester's user id │ │ │ +
fh
│ │ │ + file handle (the first part is the length of the file handle) │ │ │
probe::nfsd.proc.lookup — │ │ │ NFS server opening or searching for a file for client │ │ │ -
nfsd.proc.lookup
filelen
│ │ │ - the length of file name │ │ │ +
nfsd.proc.lookup
uid
│ │ │ + requester's user id │ │ │ +
fh
│ │ │ + file handle of parent dir (the first part is the length of the file handle) │ │ │ +
version
│ │ │ + nfs version │ │ │ +
client_ip
│ │ │ + the ip address of client │ │ │
filename
│ │ │ file name │ │ │
gid
│ │ │ requester's group id │ │ │ -
client_ip
│ │ │ - the ip address of client │ │ │ -
uid
│ │ │ - requester's user id │ │ │ -
version
│ │ │ - nfs version │ │ │ +
filelen
│ │ │ + the length of file name │ │ │
proto
│ │ │ transfer protocol │ │ │ -
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
offset
│ │ │ +
nfsd.proc.read
proto
│ │ │ + transfer protocol │ │ │ +
offset
│ │ │ the offset of file │ │ │ +
vlen
│ │ │ + read blocks │ │ │
gid
│ │ │ requester's group id │ │ │ -
count
│ │ │ - read bytes │ │ │
version
│ │ │ nfs version │ │ │ -
uid
│ │ │ - requester's user id │ │ │ -
vlen
│ │ │ - read blocks │ │ │ +
vec
│ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │
client_ip
│ │ │ the ip address of client │ │ │
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 │ │ │ -
proto
│ │ │ - transfer protocol │ │ │
size
│ │ │ read bytes │ │ │ +
count
│ │ │ + read bytes │ │ │ +
uid
│ │ │ + requester's user id │ │ │
probe::nfsd.proc.remove — │ │ │ NFS server removing a file for client │ │ │ -
nfsd.proc.remove
filename
│ │ │ - file name │ │ │ -
uid
│ │ │ +
nfsd.proc.remove
uid
│ │ │ requester's user id │ │ │ -
gid
│ │ │ - requester's group id │ │ │ -
filelen
│ │ │ - length of file name │ │ │ -
proto
│ │ │ - transfer protocol │ │ │
fh
│ │ │ file handle (the first part is the length of the file handle) │ │ │ -
client_ip
│ │ │ - the ip address of client │ │ │ +
filename
│ │ │ + file name │ │ │ +
filelen
│ │ │ + length of file name │ │ │ +
gid
│ │ │ + requester's group id │ │ │
version
│ │ │ nfs version │ │ │ +
client_ip
│ │ │ + the ip address of client │ │ │ +
proto
│ │ │ + transfer protocol │ │ │
probe::nfsd.proc.rename — │ │ │ NFS Server renaming a file for client │ │ │
nfsd.proc.rename
client_ip
│ │ │ the ip address of client │ │ │ -
fh
│ │ │ - file handler of old path │ │ │ +
filename
│ │ │ + old file name │ │ │
gid
│ │ │ requester's group id │ │ │ -
flen
│ │ │ - length of old file name │ │ │ -
uid
│ │ │ - requester's user id │ │ │
tlen
│ │ │ length of new file name │ │ │ -
tfh
│ │ │ - file handler of new path │ │ │ -
filename
│ │ │ - old file name │ │ │
tname
│ │ │ new file name │ │ │ +
uid
│ │ │ + requester's user id │ │ │ +
flen
│ │ │ + length of old file name │ │ │ +
fh
│ │ │ + file handler of old path │ │ │ +
tfh
│ │ │ + file handler of new path │ │ │
probe::nfsd.proc.write — │ │ │ NFS server writing data to file for client │ │ │ -
nfsd.proc.write
client_ip
│ │ │ - the ip address of client │ │ │ -
version
│ │ │ - nfs version │ │ │ -
proto
│ │ │ - transfer protocol │ │ │ -
fh
│ │ │ +
nfsd.proc.write
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 │ │ │ -
stable
│ │ │ - argp->stable │ │ │ -
gid
│ │ │ - requester's group id │ │ │ -
uid
│ │ │ - requester's user id │ │ │ -
vlen
│ │ │ - read blocks │ │ │ -
count
│ │ │ - read bytes │ │ │
size
│ │ │ read bytes │ │ │ +
count
│ │ │ + read bytes │ │ │ +
uid
│ │ │ + requester's user id │ │ │ +
stable
│ │ │ + argp->stable │ │ │ +
proto
│ │ │ + transfer protocol │ │ │
offset
│ │ │ the offset of file │ │ │ +
vlen
│ │ │ + read blocks │ │ │ +
gid
│ │ │ + requester's group id │ │ │ +
version
│ │ │ + nfs version │ │ │ +
client_ip
│ │ │ + the ip address of client │ │ │ +
vec
│ │ │ + struct kvec, includes buf address in kernel address and length of each buffer │ │ │
probe::nfsd.read — │ │ │ NFS server reading data from a file for client │ │ │ -
nfsd.read
offset
│ │ │ - the offset of file │ │ │ +
nfsd.read
count
│ │ │ + read bytes │ │ │ +
fh
│ │ │ + file handle (the first part is the length of the file handle) │ │ │
size
│ │ │ read bytes │ │ │
vlen
│ │ │ read blocks │ │ │ -
count
│ │ │ - read bytes │ │ │ -
file
│ │ │ - argument file, indicates if the file has been opened. │ │ │ -
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 │ │ │
client_ip
│ │ │ the ip address of client │ │ │ +
file
│ │ │ + argument file, indicates if the file has been opened. │ │ │ +
offset
│ │ │ + the offset of file │ │ │
probe::nfsd.rename — │ │ │ NFS server renaming a file for client │ │ │ -
nfsd.rename
tfh
│ │ │ - file handler of new path │ │ │ +
nfsd.rename
filename
│ │ │ + old file name │ │ │ +
client_ip
│ │ │ + the ip address of client │ │ │
tlen
│ │ │ length of new file name │ │ │ -
flen
│ │ │ - length of old file name │ │ │ -
filename
│ │ │ - old file name │ │ │
tname
│ │ │ new file name │ │ │
fh
│ │ │ file handler of old path │ │ │ -
client_ip
│ │ │ - the ip address of client │ │ │ +
tfh
│ │ │ + file handler of new path │ │ │ +
flen
│ │ │ + length of old file name │ │ │
probe::nfsd.unlink — │ │ │ NFS server removing a file or a directory for client │ │ │ -
nfsd.unlink
filename
│ │ │ - file name │ │ │ -
filelen
│ │ │ - the length of file name │ │ │ +
nfsd.unlink
type
│ │ │ + file type (file or dir) │ │ │
fh
│ │ │ file handle (the first part is the length of the file handle) │ │ │ -
type
│ │ │ - file type (file or dir) │ │ │ +
filelen
│ │ │ + the length of file name │ │ │ +
filename
│ │ │ + file name │ │ │
client_ip
│ │ │ the ip address of client │ │ │
probe::nfsd.write — │ │ │ NFS server writing data to a file for client │ │ │ -
nfsd.write
offset
│ │ │ - the offset of file │ │ │ -
size
│ │ │ - read bytes │ │ │ -
count
│ │ │ - read bytes │ │ │ -
vlen
│ │ │ - read blocks │ │ │ -
file
│ │ │ +
nfsd.write
file
│ │ │ argument file, indicates if the file has been opened. │ │ │
vec
│ │ │ struct kvec, includes buf address in kernel address and length of each buffer │ │ │ -
fh
│ │ │ - file handle (the first part is the length of the file handle) │ │ │
client_ip
│ │ │ the ip address of client │ │ │ +
vlen
│ │ │ + read blocks │ │ │ +
offset
│ │ │ + the offset of file │ │ │ +
count
│ │ │ + read bytes │ │ │ +
size
│ │ │ + read bytes │ │ │ +
fh
│ │ │ + file handle (the first part is the length of the file handle) │ │ │
probe::scheduler.cpu_off — │ │ │ Process is about to stop running on a cpu │ │ │
scheduler.cpu_off
idle
│ │ │ boolean indicating whether current is the idle process │ │ │
task_next
│ │ │ the process replacing current │ │ │ -
task_prev
│ │ │ - the process leaving the cpu (same as current) │ │ │
name
│ │ │ name of the probe point │ │ │ +
task_prev
│ │ │ + the process leaving the cpu (same as current) │ │ │
probe::scheduler.cpu_on — │ │ │ Process is beginning execution on a cpu │ │ │ -
scheduler.cpu_on
name
│ │ │ - name of the probe point │ │ │ +
scheduler.cpu_on
probe::scheduler.ctxswitch — │ │ │ A context switch is occuring. │ │ │ -
scheduler.ctxswitch
prevtsk_state
│ │ │ - the state of the process to be switched out │ │ │ -
next_tid
│ │ │ - The TID of the process to be switched in │ │ │ -
nexttsk_state
│ │ │ +
scheduler.ctxswitch
nexttsk_state
│ │ │ the state of the process to be switched in │ │ │ -
prev_tid
│ │ │ - The TID of the process to be switched out │ │ │ -
next_priority
│ │ │ - The priority of the process to be switched in │ │ │ -
next_task_name
│ │ │ - The name of the process to be switched in │ │ │ -
next_pid
│ │ │ - The PID of the process to be switched in │ │ │ +
prevtsk_state
│ │ │ + the state 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 │ │ │ +
prev_task_name
│ │ │ + The name of the process to be switched out │ │ │
prev_pid
│ │ │ The PID of the process to be switched out │ │ │ +
next_pid
│ │ │ + The PID of the process to be switched in │ │ │
prev_priority
│ │ │ The priority of the process to be switched out │ │ │ -
prev_task_name
│ │ │ - The name of the process to be switched out │ │ │ +
prev_tid
│ │ │ + The TID of the process to be switched out │ │ │ +
next_tid
│ │ │ + The TID of the process to be switched in │ │ │ +
next_priority
│ │ │ + The priority of the process to be switched in │ │ │
probe::scheduler.kthread_stop.return — │ │ │ A kthread is stopped and gets the return value │ │ │ -
scheduler.kthread_stop.return
name
│ │ │ - name of the probe point │ │ │ -
return_value
│ │ │ +
scheduler.kthread_stop.return
probe::scheduler.kthread_stop — │ │ │ A thread created by kthread_create is being stopped │ │ │ -
scheduler.kthread_stop
thread_pid
│ │ │ - PID of the thread being stopped │ │ │ -
thread_priority
│ │ │ +
scheduler.kthread_stop
probe::scheduler.migrate — │ │ │ Task migrating across cpus │ │ │
scheduler.migrate
task
│ │ │ the process that is being migrated │ │ │ -
priority
│ │ │ - priority of the task being migrated │ │ │ -
cpu_to
│ │ │ - the destination cpu │ │ │
name
│ │ │ name of the probe point │ │ │
pid
│ │ │ PID of the task being migrated │ │ │ +
cpu_to
│ │ │ + the destination cpu │ │ │ +
priority
│ │ │ + priority of the task being migrated │ │ │
cpu_from
│ │ │ the original cpu │ │ │
probe::scheduler.process_exit — │ │ │ Process exiting │ │ │ -
scheduler.process_exit
priority
│ │ │ - priority of the process exiting │ │ │ -
name
│ │ │ +
scheduler.process_exit
probe::scheduler.process_fork — │ │ │ Process forked │ │ │ -
scheduler.process_fork
probe::scheduler.process_free — │ │ │ Scheduler freeing a data structure for a process │ │ │
scheduler.process_free
probe::scheduler.process_wait — │ │ │ Scheduler starting to wait on a process │ │ │ -
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
name
│ │ │ - name of the probe point │ │ │ -
idle
│ │ │ +
scheduler.tick
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 │ │ │ +
scheduler.wakeup_new
task_tid
│ │ │ + TID of the new task woken up │ │ │
task_priority
│ │ │ priority of the new task │ │ │
task_state
│ │ │ state of the task woken up │ │ │ -
name
│ │ │ - name of the probe point │ │ │ +
task_pid
│ │ │ + PID of the new task woken up │ │ │
task_cpu
│ │ │ cpu of the task woken up │ │ │ -
task_tid
│ │ │ - TID of the new task woken up │ │ │ +
name
│ │ │ + name of the probe point │ │ │
probe::scheduler.wakeup — │ │ │ Task is woken up │ │ │ -
scheduler.wakeup
task_pid
│ │ │ - PID of the task being woken up │ │ │ +
scheduler.wakeup
name
│ │ │ + name of the probe point │ │ │ +
task_tid
│ │ │ + tid of the task being woken up │ │ │
task_priority
│ │ │ priority of the task being woken up │ │ │
task_state
│ │ │ state of the task being woken up │ │ │ -
task_tid
│ │ │ - tid of the task being woken up │ │ │ -
name
│ │ │ - name of the probe point │ │ │ +
task_pid
│ │ │ + PID of the task being woken up │ │ │
task_cpu
│ │ │ cpu of the task being woken up │ │ │
probe::scsi.iocompleted — │ │ │ SCSI mid-layer running the completion processing for block device I/O requests │ │ │ -
scsi.iocompleted
device_state
│ │ │ - The current state of the device │ │ │ -
device_state_str
│ │ │ - The current state of the device, as a string │ │ │ -
channel
│ │ │ - The channel number │ │ │ -
dev_id
│ │ │ - The scsi device id │ │ │ -
req_addr
│ │ │ +
scsi.iocompleted
req_addr
│ │ │ The current struct request pointer, as a number │ │ │
data_direction
│ │ │ The data_direction specifies whether this command is from/to │ │ │ the device │ │ │ -
data_direction_str
│ │ │ - Data direction, as a string │ │ │
lun
│ │ │ The lun number │ │ │ +
channel
│ │ │ + The channel number │ │ │ +
dev_id
│ │ │ + The scsi device id │ │ │ +
device_state_str
│ │ │ + The current state of the device, as a string │ │ │
host_no
│ │ │ The host number │ │ │ +
data_direction_str
│ │ │ + Data direction, as a string │ │ │
goodbytes
│ │ │ The bytes completed │ │ │ +
device_state
│ │ │ + The current state of the device │ │ │
probe::scsi.iodispatching — │ │ │ SCSI mid-layer dispatched low-level SCSI command │ │ │
scsi.iodispatching
request_buffer
│ │ │ The request buffer address │ │ │ -
dev_id
│ │ │ - The scsi device id │ │ │ -
device_state_str
│ │ │ - The current state of the device, as a string │ │ │ -
channel
│ │ │ - The channel number │ │ │ +
host_no
│ │ │ + The host number │ │ │ +
data_direction_str
│ │ │ + Data direction, as a string │ │ │ +
request_bufflen
│ │ │ + The request buffer length │ │ │
device_state
│ │ │ The current state of the device │ │ │ +
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) │ │ │ -
req_addr
│ │ │ - The current struct request pointer, as a number │ │ │ -
host_no
│ │ │ - The host number │ │ │ -
data_direction_str
│ │ │ - Data direction, as a string │ │ │
lun
│ │ │ The lun number │ │ │ -
request_bufflen
│ │ │ - The request buffer length │ │ │ +
channel
│ │ │ + The channel number │ │ │ +
dev_id
│ │ │ + The scsi device id │ │ │ +
device_state_str
│ │ │ + The current state of the device, as a string │ │ │
probe::scsi.iodone — │ │ │ SCSI command completed by low level driver and enqueued into the done queue. │ │ │ -
scsi.iodone
data_direction_str
│ │ │ - Data direction, as a string │ │ │ +
scsi.iodone
device_state_str
│ │ │ + The current state of the device, as a string │ │ │ +
dev_id
│ │ │ + The scsi device id │ │ │ +
channel
│ │ │ + The channel number │ │ │
lun
│ │ │ The lun number │ │ │ -
scsi_timer_pending
│ │ │ - 1 if a timer is pending on this request │ │ │ -
host_no
│ │ │ - The host 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. │ │ │ +
req_addr
│ │ │ + The current struct request pointer, as a number │ │ │
device_state
│ │ │ The current state of the device │ │ │ -
device_state_str
│ │ │ - The current state of the device, as a string │ │ │ -
channel
│ │ │ - The channel number │ │ │ -
dev_id
│ │ │ - The scsi device id │ │ │ +
data_direction_str
│ │ │ + Data direction, as a string │ │ │ +
scsi_timer_pending
│ │ │ + 1 if a timer is pending on this request │ │ │ +
host_no
│ │ │ + The host number │ │ │
probe::scsi.ioentry — │ │ │ Prepares a SCSI mid-layer request │ │ │ -
scsi.ioentry
device_state
│ │ │ +
scsi.ioentry
disk_minor
│ │ │ + The minor number of the disk (-1 if no information) │ │ │ +
disk_major
│ │ │ + The major number of the disk (-1 if no information) │ │ │ +
device_state_str
│ │ │ + The current state of the device, as a string │ │ │ +
device_state
│ │ │ The current state of the device │ │ │
req_addr
│ │ │ The current struct request pointer, as a number │ │ │ -
device_state_str
│ │ │ - The current state of the device, as a string │ │ │ -
disk_major
│ │ │ - The major number of the disk (-1 if no information) │ │ │ -
disk_minor
│ │ │ - The minor number of the disk (-1 if no information) │ │ │
probe::scsi.ioexecute — │ │ │ Create mid-layer SCSI request and wait for the result │ │ │ -
scsi.ioexecute
data_direction
│ │ │ - The data_direction specifies whether this command is │ │ │ - from/to the device. │ │ │ -
lun
│ │ │ - The lun number │ │ │ -
data_direction_str
│ │ │ - Data direction, as a string │ │ │ -
request_bufflen
│ │ │ +
scsi.ioexecute
request_bufflen
│ │ │ The data buffer buffer length │ │ │
host_no
│ │ │ The host number │ │ │ -
timeout
│ │ │ - Request timeout in seconds │ │ │ -
device_state
│ │ │ - The current state of the device │ │ │ -
channel
│ │ │ - The channel number │ │ │ -
device_state_str
│ │ │ - The current state of the device, as a string │ │ │ -
dev_id
│ │ │ - The scsi device id │ │ │
request_buffer
│ │ │ The data buffer address │ │ │ +
data_direction_str
│ │ │ + Data direction, as a string │ │ │ +
device_state
│ │ │ + The current state of the device │ │ │ +
timeout
│ │ │ + Request timeout in seconds │ │ │
retries
│ │ │ Number of times to retry request │ │ │ +
data_direction
│ │ │ + The data_direction specifies whether this command is │ │ │ + from/to the device. │ │ │ +
dev_id
│ │ │ + The scsi device id │ │ │ +
device_state_str
│ │ │ + The current state of the device, as a string │ │ │ +
lun
│ │ │ + The lun number │ │ │ +
channel
│ │ │ + The channel number │ │ │
probe::scsi.set_state — │ │ │ Order SCSI device state change │ │ │ -
scsi.set_state
old_state
│ │ │ - The current state of the device │ │ │ -
state
│ │ │ +
scsi.set_state
state
│ │ │ The new state of the device │ │ │ -
old_state_str
│ │ │ - The current state of the device, as a string │ │ │ +
host_no
│ │ │ + The host number │ │ │
dev_id
│ │ │ The scsi device id │ │ │ +
lun
│ │ │ + The lun number │ │ │
channel
│ │ │ The channel number │ │ │
state_str
│ │ │ The new state of the device, as a string │ │ │ -
lun
│ │ │ - The lun number │ │ │ -
host_no
│ │ │ - The host number │ │ │ +
old_state
│ │ │ + The current state of the device │ │ │ +
old_state_str
│ │ │ + The current state of the device, as a string │ │ │
probe::signal.check_ignored — │ │ │ Checking to see signal is ignored │ │ │
signal.check_ignored
sig_pid
│ │ │ The PID of the process receiving the signal │ │ │ +
pid_name
│ │ │ + Name of the process receiving the signal │ │ │
sig_name
│ │ │ A string representation of the signal │ │ │
sig
│ │ │ The number of the signal │ │ │ -
pid_name
│ │ │ - Name of the process receiving the signal │ │ │
probe::signal.checkperm — │ │ │ Check being performed on a sent signal │ │ │ -
signal.checkperm
sig_name
│ │ │ - A string representation of the signal │ │ │ -
sig
│ │ │ - The number of the signal │ │ │ +
signal.checkperm
si_code
│ │ │ + Indicates the signal type │ │ │
task
│ │ │ A task handle to the signal recipient │ │ │ -
pid_name
│ │ │ - Name of the process receiving the signal │ │ │ -
si_code
│ │ │ - Indicates the signal type │ │ │ -
name
│ │ │ - Name of the probe point │ │ │
sinfo
│ │ │ The address of the siginfo structure │ │ │ +
sig
│ │ │ + The number of the signal │ │ │ +
sig_name
│ │ │ + A string representation of the signal │ │ │ +
name
│ │ │ + Name of the probe point │ │ │ +
pid_name
│ │ │ + Name of the process receiving the signal │ │ │
sig_pid
│ │ │ The PID of the process receiving the signal │ │ │
probe::signal.do_action — │ │ │ Examining or changing a signal action │ │ │
signal.do_action
sa_mask
│ │ │ The new mask of the signal │ │ │ -
oldsigact_addr
│ │ │ - The address of the old sigaction │ │ │ - struct associated with the signal │ │ │
sigact_addr
│ │ │ The address of the new sigaction │ │ │ struct associated with the signal │ │ │ +
oldsigact_addr
│ │ │ + The address of the old sigaction │ │ │ + struct associated with the signal │ │ │
name
│ │ │ Name of the probe point │ │ │ -
sig
│ │ │ - The signal to be examined/changed │ │ │
sig_name
│ │ │ A string representation of the signal │ │ │ +
sig
│ │ │ + The signal to be examined/changed │ │ │
sa_handler
│ │ │ The new handler of the signal │ │ │
probe::signal.flush — │ │ │ Flushing all pending signals for a task │ │ │ -
signal.flush
sig_pid
│ │ │ - The PID of the process associated with the task │ │ │ - performing the flush │ │ │ +
signal.flush
task
│ │ │ + The task handler of the process performing the flush │ │ │
name
│ │ │ Name of the probe point │ │ │ -
task
│ │ │ - The task handler of the process performing the flush │ │ │
pid_name
│ │ │ The name of the process associated with the task │ │ │ 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
sig_pid
│ │ │ - The PID of the process receiving the signal │ │ │ +
signal.force_segv
pid_name
│ │ │ + Name of the process receiving the signal │ │ │
name
│ │ │ Name of the probe point │ │ │ -
sig
│ │ │ - The number of the signal │ │ │ -
pid_name
│ │ │ - Name of the process receiving the signal │ │ │
sig_name
│ │ │ A string representation of the signal │ │ │ +
sig
│ │ │ + The number of the signal │ │ │ +
sig_pid
│ │ │ + The PID of the process receiving the signal │ │ │
probe::signal.handle — │ │ │ Signal handler being invoked │ │ │ -
signal.handle
sig_mode
│ │ │ - Indicates whether the signal was a user-mode or kernel-mode signal │ │ │ -
sig_name
│ │ │ - A string representation of the signal │ │ │ -
sig
│ │ │ - The signal number that invoked the signal handler │ │ │ +
signal.handle
sinfo
│ │ │ + The address of the siginfo table │ │ │ +
oldset_addr
│ │ │ + The address of the bitmask array of blocked signals │ │ │ + (deprecated in SystemTap 2.1) │ │ │
ka_addr
│ │ │ The address of the k_sigaction table │ │ │ associated with the signal │ │ │ +
sig
│ │ │ + The signal number that invoked the signal handler │ │ │ +
sig_mode
│ │ │ + Indicates whether the signal was a user-mode or kernel-mode signal │ │ │
regs
│ │ │ The address of the kernel-mode stack area (deprecated in │ │ │ SystemTap 2.1) │ │ │ -
sig_code
│ │ │ - The si_code value of the siginfo signal │ │ │ -
sinfo
│ │ │ - The address of the siginfo table │ │ │
name
│ │ │ Name of the probe point │ │ │ -
oldset_addr
│ │ │ - The address of the bitmask array of blocked signals │ │ │ - (deprecated in SystemTap 2.1) │ │ │ +
sig_code
│ │ │ + The si_code value of the siginfo signal │ │ │ +
sig_name
│ │ │ + A string representation of the signal │ │ │
probe::signal.procmask — │ │ │ Examining or changing blocked signals │ │ │
signal.procmask
oldsigset_addr
│ │ │ The old address of the signal set │ │ │ (sigset_t) │ │ │ -
sigset
│ │ │ - The actual value to be set for sigset_t │ │ │ - (correct?) │ │ │
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. │ │ │
name
│ │ │ Name of the probe point │ │ │
sigset_addr
│ │ │ The address of the signal set (sigset_t) │ │ │ to be implemented │ │ │ +
sigset
│ │ │ + The actual value to be set for sigset_t │ │ │ + (correct?) │ │ │
probe::signal.send_sig_queue — │ │ │ Queuing a signal to a process │ │ │ -
signal.send_sig_queue
sig_name
│ │ │ +
signal.send_sig_queue
sig
│ │ │ + The queued signal │ │ │ +
sig_name
│ │ │ A string representation of the signal │ │ │ +
sigqueue_addr
│ │ │ + The address of the signal queue │ │ │
pid_name
│ │ │ Name of the process to which the signal is queued │ │ │ -
sig
│ │ │ - The queued signal │ │ │
name
│ │ │ Name of the probe point │ │ │ -
sigqueue_addr
│ │ │ - The address of the signal queue │ │ │
sig_pid
│ │ │ The PID of the process to which the signal is queued │ │ │
probe::signal.send — │ │ │ Signal being sent to a process │ │ │
signal.send
si_code
│ │ │ Indicates the signal type │ │ │ -
name
│ │ │ - The name of the function used to send out the signal │ │ │ +
shared
│ │ │ + Indicates whether the signal is shared by the thread group │ │ │ +
task
│ │ │ + A task handle to the signal recipient │ │ │
sinfo
│ │ │ The address of siginfo struct │ │ │ -
sig_pid
│ │ │ - The PID of the process receiving the signal │ │ │ -
sig_name
│ │ │ - A string representation of the signal │ │ │ +
sig
│ │ │ + The number of the signal │ │ │ +
name
│ │ │ + The name of the function used to send out the signal │ │ │
send2queue
│ │ │ Indicates whether the signal is sent to an existing │ │ │ sigqueue (deprecated in SystemTap 2.1) │ │ │ -
shared
│ │ │ - Indicates whether the signal is shared by the thread group │ │ │ -
sig
│ │ │ - The number of the signal │ │ │ -
task
│ │ │ - A task handle to the signal recipient │ │ │ +
sig_name
│ │ │ + A string representation of the signal │ │ │
pid_name
│ │ │ The name of the signal recipient │ │ │ +
sig_pid
│ │ │ + The PID of the process receiving the signal │ │ │
probe::signal.sys_tgkill — │ │ │ Sending kill signal to a thread group │ │ │ -
signal.sys_tgkill
task
│ │ │ - A task handle to the signal recipient │ │ │ +
signal.sys_tgkill
sig
│ │ │ + The specific kill signal sent to the process │ │ │
pid_name
│ │ │ The name of the signal recipient │ │ │ -
sig
│ │ │ - The specific kill signal sent to the process │ │ │
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 │ │ │ +
sig_pid
│ │ │ + The PID of the thread receiving the kill signal │ │ │ +
task
│ │ │ + A task handle to the signal recipient │ │ │
tgid
│ │ │ The thread group ID of the thread receiving the kill signal │ │ │
probe::signal.sys_tkill — │ │ │ Sending a kill signal to a thread │ │ │ -
signal.sys_tkill
name
│ │ │ - Name of the probe point │ │ │ -
sig_pid
│ │ │ +
signal.sys_tkill
sig_pid
│ │ │ The PID of the process receiving the kill signal │ │ │ +
name
│ │ │ + Name of the probe point │ │ │
sig_name
│ │ │ A string representation of the signal │ │ │ +
pid_name
│ │ │ + The name of the signal recipient │ │ │
sig
│ │ │ The specific signal sent to the process │ │ │
task
│ │ │ A task handle to the signal recipient │ │ │ -
pid_name
│ │ │ - The name of the signal recipient │ │ │
probe::signal.syskill — │ │ │ Sending kill signal to a process │ │ │ -
signal.syskill
sig_name
│ │ │ - A string representation of the signal │ │ │ -
sig
│ │ │ - The specific signal sent to the process │ │ │ -
task
│ │ │ +
signal.syskill
task
│ │ │ A task handle to the signal recipient │ │ │ -
pid_name
│ │ │ - The name of the signal recipient │ │ │ -
name
│ │ │ - Name of the probe point │ │ │
sig_pid
│ │ │ The PID of the process receiving the signal │ │ │ +
name
│ │ │ + Name of the probe point │ │ │ +
pid_name
│ │ │ + The name of the signal recipient │ │ │ +
sig_name
│ │ │ + A string representation of the signal │ │ │ +
sig
│ │ │ + The specific signal sent to the process │ │ │
probe::signal.systkill.return — │ │ │ Sending kill signal to a thread completed │ │ │ -
signal.systkill.return
retstr
│ │ │ - The return value to either __group_send_sig_info, │ │ │ -
name
│ │ │ +
signal.systkill.return
probe::signal.wakeup — │ │ │ Sleeping process being wakened for signal │ │ │ -
signal.wakeup
sig_pid
│ │ │ +
signal.wakeup
pid_name
│ │ │ + Name of the process to wake │ │ │ +
sig_pid
│ │ │ The PID of the process to wake │ │ │ +
resume
│ │ │ + Indicates whether to wake up a task in a │ │ │ + STOPPED or TRACED state │ │ │
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. │ │ │ -
pid_name
│ │ │ - Name of the process to wake │ │ │ -
resume
│ │ │ - Indicates whether to wake up a task in a │ │ │ - STOPPED or TRACED state │ │ │
probe::socket.aio_read.return —
│ │ │ Conclusion of message received via sock_aio_read
│ │ │
socket.aio_read.return
protocol
│ │ │ Protocol value │ │ │ -
size
│ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
flags
│ │ │ - Socket flags 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 │ │ │ +
family
│ │ │ + Protocol family value │ │ │ +
name
│ │ │ + Name of this probe │ │ │
success
│ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │
│ │ │ Fires at the conclusion of receiving a message on a socket
│ │ │ via the sock_aio_read
function
│ │ │ ├── html2text {}
│ │ │ │ @@ -5,26 +5,26 @@
│ │ │ │ probe::socket.aio_read.return — Conclusion of message received via
│ │ │ │ sock_aio_read
│ │ │ │ ********** SSyynnooppssiiss **********
│ │ │ │ socket.aio_read.return
│ │ │ │ ********** VVaalluueess **********
│ │ │ │ pprroottooccooll
│ │ │ │ Protocol value
│ │ │ │ - ssiizzee
│ │ │ │ - Size of message received (in bytes) or error code if success = 0
│ │ │ │ - nnaammee
│ │ │ │ - Name of this probe
│ │ │ │ - ffaammiillyy
│ │ │ │ - Protocol family value
│ │ │ │ - ffllaaggss
│ │ │ │ - Socket flags value
│ │ │ │ ssttaattee
│ │ │ │ Socket state value
│ │ │ │ ttyyppee
│ │ │ │ Socket type value
│ │ │ │ + ssiizzee
│ │ │ │ + Size of message received (in bytes) or error code if success = 0
│ │ │ │ + ffllaaggss
│ │ │ │ + Socket flags value
│ │ │ │ + ffaammiillyy
│ │ │ │ + Protocol family value
│ │ │ │ + nnaammee
│ │ │ │ + Name of this probe
│ │ │ │ ssuucccceessss
│ │ │ │ Was receive successful? (1 = yes, 0 = no)
│ │ │ │ ********** CCoonntteexxtt **********
│ │ │ │ The message receiver.
│ │ │ │ ********** DDeessccrriippttiioonn **********
│ │ │ │ Fires at the conclusion of receiving a message on a socket via the
│ │ │ │ sock_aio_read function
│ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-aio-read.html
│ │ │ @@ -1,22 +1,22 @@
│ │ │
probe::socket.aio_read —
│ │ │ Receiving message via sock_aio_read
│ │ │ -
socket.aio_read
size
│ │ │ - Message size in bytes │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
protocol
│ │ │ +
socket.aio_read
probe::socket.aio_write.return —
│ │ │ Conclusion of message send via sock_aio_write
│ │ │ -
socket.aio_write.return
type
│ │ │ - Socket type value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
success
│ │ │ +
socket.aio_write.return
success
│ │ │ Was receive successful? (1 = yes, 0 = no) │ │ │ -
protocol
│ │ │ - Protocol 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 │ │ │ +
flags
│ │ │ + Socket flags value │ │ │ +
state
│ │ │ + Socket state value │ │ │ +
protocol
│ │ │ + Protocol value │ │ │
probe::socket.aio_write —
│ │ │ Message send via sock_aio_write
│ │ │ -
socket.aio_write
type
│ │ │ - Socket type value │ │ │ -
flags
│ │ │ +
socket.aio_write
flags
│ │ │ Socket flags value │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ +
type
│ │ │ + Socket type value │ │ │
size
│ │ │ Message size in bytes │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │
protocol
│ │ │ Protocol value │ │ │ +
state
│ │ │ + Socket state value │ │ │
probe::socket.close — │ │ │ Close a socket │ │ │ -
socket.close
flags
│ │ │ - Socket flags value │ │ │ +
socket.close
protocol
│ │ │ + Protocol value │ │ │
state
│ │ │ Socket state value │ │ │
type
│ │ │ Socket type value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
family
│ │ │ Protocol family value │ │ │ -
protocol
│ │ │ - Protocol value │ │ │ +
name
│ │ │ + Name of this probe │ │ │
probe::socket.create.return — │ │ │ Return from Creation of a socket │ │ │ -
socket.create.return
requester
│ │ │ - Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ -
protocol
│ │ │ +
socket.create.return
protocol
│ │ │ Protocol value │ │ │ -
err
│ │ │ - Error code if success == 0 │ │ │ +
type
│ │ │ + Socket type value │ │ │ +
requester
│ │ │ + Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │
family
│ │ │ Protocol family value │ │ │
name
│ │ │ Name of this probe │ │ │ -
type
│ │ │ - Socket type value │ │ │
success
│ │ │ Was socket creation successful? (1 = yes, 0 = no) │ │ │ +
err
│ │ │ + Error code if success == 0 │ │ │
probe::socket.create — │ │ │ Creation of a socket │ │ │ -
socket.create
type
│ │ │ +
socket.create
protocol
│ │ │ + Protocol value │ │ │ +
requester
│ │ │ + Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │ +
type
│ │ │ Socket type value │ │ │
name
│ │ │ Name of this probe │ │ │
family
│ │ │ Protocol family value │ │ │ -
protocol
│ │ │ - Protocol value │ │ │ -
requester
│ │ │ - Requested by user process or the kernel (1 = kernel, 0 = user) │ │ │
probe::socket.read_iter.return —
│ │ │ Conclusion of message received via sock_read_iter
│ │ │ -
socket.read_iter.return
success
│ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ +
socket.read_iter.return
family
│ │ │ + Protocol family value │ │ │ +
name
│ │ │ + Name of this probe │ │ │
type
│ │ │ Socket type value │ │ │
size
│ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
family
│ │ │ - Protocol family value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │ +
success
│ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ +
state
│ │ │ + Socket state value │ │ │
protocol
│ │ │ Protocol value │ │ │
│ │ │ Fires at the conclusion of receiving a message on a socket
│ │ │ via the sock_read_iter
function
│ │ │ ├── html2text {}
│ │ │ │ @@ -3,28 +3,28 @@
│ │ │ │ ===============================================================================
│ │ │ │ ********** NNaammee **********
│ │ │ │ probe::socket.read_iter.return — Conclusion of message received via
│ │ │ │ sock_read_iter
│ │ │ │ ********** SSyynnooppssiiss **********
│ │ │ │ socket.read_iter.return
│ │ │ │ ********** VVaalluueess **********
│ │ │ │ - ssuucccceessss
│ │ │ │ - Was receive successful? (1 = yes, 0 = no)
│ │ │ │ - ssttaattee
│ │ │ │ - Socket state value
│ │ │ │ - ffllaaggss
│ │ │ │ - Socket flags value
│ │ │ │ + ffaammiillyy
│ │ │ │ + Protocol family value
│ │ │ │ + nnaammee
│ │ │ │ + Name of this probe
│ │ │ │ ttyyppee
│ │ │ │ Socket type value
│ │ │ │ ssiizzee
│ │ │ │ Size of message received (in bytes) or error code if success = 0
│ │ │ │ - nnaammee
│ │ │ │ - Name of this probe
│ │ │ │ - ffaammiillyy
│ │ │ │ - Protocol family value
│ │ │ │ + ffllaaggss
│ │ │ │ + Socket flags value
│ │ │ │ + ssuucccceessss
│ │ │ │ + Was receive successful? (1 = yes, 0 = no)
│ │ │ │ + ssttaattee
│ │ │ │ + Socket state value
│ │ │ │ pprroottooccooll
│ │ │ │ Protocol value
│ │ │ │ ********** CCoonntteexxtt **********
│ │ │ │ The message receiver.
│ │ │ │ ********** DDeessccrriippttiioonn **********
│ │ │ │ Fires at the conclusion of receiving a message on a socket via the
│ │ │ │ sock_read_iter function
│ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-socket-read-iter.html
│ │ │ @@ -1,22 +1,22 @@
│ │ │
probe::socket.read_iter —
│ │ │ Receiving message via sock_read_iter
│ │ │ -
socket.read_iter
size
│ │ │ - Message size in bytes │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
protocol
│ │ │ +
socket.read_iter
protocol
│ │ │ Protocol value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │
state
│ │ │ Socket state value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
type
│ │ │ Socket type value │ │ │ +
size
│ │ │ + Message size in bytes │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │
probe::socket.readv.return —
│ │ │ Conclusion of receiving a message via sock_readv
│ │ │ -
socket.readv.return
success
│ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ -
state
│ │ │ +
socket.readv.return
state
│ │ │ Socket state value │ │ │ +
protocol
│ │ │ + Protocol value │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │
flags
│ │ │ Socket flags value │ │ │
type
│ │ │ Socket type value │ │ │
size
│ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
protocol
│ │ │ - Protocol value │ │ │ +
success
│ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │
probe::socket.readv —
│ │ │ Receiving a message via sock_readv
│ │ │
socket.readv
protocol
│ │ │ Protocol 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 │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
type
│ │ │ - Socket type value │ │ │
probe::socket.receive — │ │ │ Message received on a socket. │ │ │ -
socket.receive
state
│ │ │ - Socket state value │ │ │ -
flags
│ │ │ +
socket.receive
flags
│ │ │ Socket flags value │ │ │
type
│ │ │ Socket type value │ │ │ -
success
│ │ │ - Was send successful? (1 = yes, 0 = no) │ │ │ -
protocol
│ │ │ - Protocol value │ │ │
size
│ │ │ Size of message received (in bytes) or error code if success = 0 │ │ │
name
│ │ │ Name of this probe │ │ │
family
│ │ │ Protocol family value │ │ │ +
success
│ │ │ + Was send successful? (1 = yes, 0 = no) │ │ │ +
protocol
│ │ │ + Protocol value │ │ │ +
state
│ │ │ + Socket state value │ │ │
probe::socket.recvmsg.return — │ │ │ Return from Message being received on socket │ │ │ -
socket.recvmsg.return
protocol
│ │ │ - Protocol value │ │ │ -
size
│ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ +
socket.recvmsg.return
success
│ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │
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 │ │ │
flags
│ │ │ Socket flags value │ │ │
state
│ │ │ Socket state value │ │ │ -
type
│ │ │ - Socket type value │ │ │ -
success
│ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │ +
protocol
│ │ │ + Protocol value │ │ │
probe::socket.recvmsg — │ │ │ Message being received on socket │ │ │ -
socket.recvmsg
type
│ │ │ - Socket type value │ │ │ -
state
│ │ │ +
socket.recvmsg
state
│ │ │ Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ +
protocol
│ │ │ + Protocol value │ │ │
family
│ │ │ Protocol family value │ │ │ +
name
│ │ │ + Name of this probe │ │ │
size
│ │ │ Message size in bytes │ │ │ -
protocol
│ │ │ - Protocol value │ │ │ +
type
│ │ │ + Socket type value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
probe::socket.send — │ │ │ Message sent on a socket. │ │ │ -
socket.send
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ +
socket.send
protocol
│ │ │ + Protocol value │ │ │ +
state
│ │ │ + Socket state value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
size
│ │ │ Size of message sent (in bytes) or error code if success = 0 │ │ │ -
protocol
│ │ │ - Protocol value │ │ │ -
success
│ │ │ - Was send successful? (1 = yes, 0 = no) │ │ │
type
│ │ │ Socket type value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
state
│ │ │ - Socket state value │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │ +
success
│ │ │ + Was send successful? (1 = yes, 0 = no) │ │ │
probe::socket.sendmsg.return — │ │ │ Return from socket.sendmsg. │ │ │ -
socket.sendmsg.return
type
│ │ │ - Socket type value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
success
│ │ │ +
socket.sendmsg.return
success
│ │ │ Was send successful? (1 = yes, 0 = no) │ │ │ -
protocol
│ │ │ - Protocol value │ │ │
name
│ │ │ Name of this probe │ │ │
family
│ │ │ Protocol family value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
size
│ │ │ Size of message sent (in bytes) or error code if success = 0 │ │ │ +
type
│ │ │ + Socket type value │ │ │ +
state
│ │ │ + Socket state value │ │ │ +
protocol
│ │ │ + Protocol value │ │ │
probe::socket.sendmsg — │ │ │ Message is currently being sent on a socket. │ │ │
socket.sendmsg
protocol
│ │ │ Protocol value │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
size
│ │ │ - Message size in bytes │ │ │ -
type
│ │ │ - Socket type value │ │ │
state
│ │ │ Socket state value │ │ │
flags
│ │ │ Socket flags value │ │ │ +
type
│ │ │ + Socket type value │ │ │ +
size
│ │ │ + Message size in bytes │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │
probe::socket.write_iter.return —
│ │ │ Conclusion of message send via sock_write_iter
│ │ │ -
socket.write_iter.return
protocol
│ │ │ - Protocol value │ │ │ -
family
│ │ │ - Protocol family value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
size
│ │ │ - Size of message received (in bytes) or error code if success = 0 │ │ │ +
socket.write_iter.return
success
│ │ │ + Was receive successful? (1 = yes, 0 = no) │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
type
│ │ │ Socket type value │ │ │ +
size
│ │ │ + Size of message received (in bytes) or error code if success = 0 │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
family
│ │ │ + Protocol family value │ │ │ +
protocol
│ │ │ + Protocol value │ │ │
state
│ │ │ Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
success
│ │ │ - Was receive successful? (1 = yes, 0 = no) │ │ │
probe::socket.write_iter —
│ │ │ Message send via sock_write_iter
│ │ │ -
socket.write_iter
name
│ │ │ +
socket.write_iter
state
│ │ │ + Socket state value │ │ │ +
protocol
│ │ │ + Protocol value │ │ │ +
name
│ │ │ Name of this probe │ │ │
family
│ │ │ Protocol family value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
size
│ │ │ Message size in bytes │ │ │ -
protocol
│ │ │ - Protocol value │ │ │
type
│ │ │ Socket type value │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │
probe::socket.writev.return —
│ │ │ Conclusion of message sent via socket_writev
│ │ │
socket.writev.return
protocol
│ │ │ Protocol value │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
family
│ │ │ - Protocol family value │ │ │ +
state
│ │ │ + Socket state value │ │ │ +
success
│ │ │ + Was send successful? (1 = yes, 0 = no) │ │ │
size
│ │ │ Size of message sent (in bytes) or error code if success = 0 │ │ │
type
│ │ │ Socket type value │ │ │
flags
│ │ │ Socket flags value │ │ │ -
state
│ │ │ - Socket state value │ │ │ -
success
│ │ │ - Was send successful? (1 = yes, 0 = no) │ │ │ +
family
│ │ │ + Protocol family value │ │ │ +
name
│ │ │ + Name of this probe │ │ │
probe::socket.writev —
│ │ │ Message sent via socket_writev
│ │ │
socket.writev
state
│ │ │ Socket state value │ │ │ -
flags
│ │ │ - Socket flags value │ │ │ -
type
│ │ │ - Socket type value │ │ │ -
size
│ │ │ - Message size in bytes │ │ │ -
name
│ │ │ - Name of this probe │ │ │ -
family
│ │ │ - Protocol family value │ │ │
protocol
│ │ │ Protocol value │ │ │ +
family
│ │ │ + Protocol family value │ │ │ +
name
│ │ │ + Name of this probe │ │ │ +
size
│ │ │ + Message size in bytes │ │ │ +
type
│ │ │ + Socket type value │ │ │ +
flags
│ │ │ + Socket flags value │ │ │
probe::softirq.entry — │ │ │ Execution of handler for a pending softirq starting │ │ │ -
softirq.entry
vec_nr
│ │ │ +
softirq.entry
vec
│ │ │ + softirq_action vector │ │ │ +
vec_nr
│ │ │ softirq vector number │ │ │ -
h
│ │ │ - struct softirq_action* for current pending softirq │ │ │
action
│ │ │ pointer to softirq handler just about to execute │ │ │ -
vec
│ │ │ - softirq_action vector │ │ │ +
h
│ │ │ + struct softirq_action* for current pending softirq │ │ │
probe::softirq.exit — │ │ │ Execution of handler for a pending softirq completed │ │ │
softirq.exit
probe::stap.cache_add_nss — │ │ │ Add NSS (Network Security Services) information to cache │ │ │ -
stap.cache_add_nss
dest_path
│ │ │ +
stap.cache_add_nss
probe::stapio.receive_control_message — │ │ │ Received a control message │ │ │ -
stapio.receive_control_message
type
│ │ │ - type of message being send; defined in runtime/transport/transport_msgs.h │ │ │ -
len
│ │ │ +
stapio.receive_control_message
probe::staprun.send_control_message — │ │ │ Sending a control message │ │ │ -
staprun.send_control_message
data
│ │ │ - a ptr to a binary blob of data sent as the control message │ │ │ -
len
│ │ │ +
staprun.send_control_message
probe::sunrpc.clnt.bind_new_program — │ │ │ Bind a new RPC program to an existing client │ │ │ -
sunrpc.clnt.bind_new_program
old_prog
│ │ │ +
sunrpc.clnt.bind_new_program
old_progname
│ │ │ + the name of old RPC program │ │ │ +
progname
│ │ │ + the name of new RPC program │ │ │ +
vers
│ │ │ + the version of new RPC program │ │ │ +
old_prog
│ │ │ the number of old RPC program │ │ │
prog
│ │ │ the number of new RPC program │ │ │ -
progname
│ │ │ - the name of new RPC program │ │ │
servername
│ │ │ the server machine name │ │ │ -
vers
│ │ │ - the version of new RPC program │ │ │ -
old_progname
│ │ │ - the name of old RPC program │ │ │
old_vers
│ │ │ the version of old RPC program │ │ │
probe::sunrpc.clnt.call_async — │ │ │ Make an asynchronous RPC call │ │ │ -
sunrpc.clnt.call_async
proc
│ │ │ - the procedure number in this RPC call │ │ │ -
port
│ │ │ - the port number │ │ │ +
sunrpc.clnt.call_async
progname
│ │ │ + the RPC program name │ │ │
servername
│ │ │ the server machine name │ │ │ -
progname
│ │ │ - the RPC program name │ │ │ +
prog
│ │ │ + the RPC program number │ │ │
vers
│ │ │ the RPC program version number │ │ │
flags
│ │ │ flags │ │ │ +
proc
│ │ │ + the procedure number in this RPC call │ │ │ +
prot
│ │ │ + the IP protocol number │ │ │
xid
│ │ │ current transmission id │ │ │ -
dead
│ │ │ - whether this client is abandoned │ │ │ -
prog
│ │ │ - the RPC program number │ │ │
procname
│ │ │ the procedure name in this RPC call │ │ │ -
prot
│ │ │ - the IP protocol number │ │ │ +
port
│ │ │ + the port number │ │ │ +
dead
│ │ │ + whether this client is abandoned │ │ │
probe::sunrpc.clnt.call_sync — │ │ │ Make a synchronous RPC call │ │ │ -
sunrpc.clnt.call_sync
vers
│ │ │ +
sunrpc.clnt.call_sync
progname
│ │ │ + the RPC program name │ │ │ +
vers
│ │ │ the RPC program version number │ │ │ +
prog
│ │ │ + the RPC program number │ │ │ +
servername
│ │ │ + the server machine name │ │ │ +
prot
│ │ │ + the IP protocol number │ │ │ +
proc
│ │ │ + the procedure number in this RPC call │ │ │
flags
│ │ │ flags │ │ │ +
dead
│ │ │ + whether this client is abandoned │ │ │
xid
│ │ │ current transmission id │ │ │ -
proc
│ │ │ - the procedure number in this RPC call │ │ │
port
│ │ │ the port number │ │ │ -
progname
│ │ │ - the RPC program name │ │ │ -
servername
│ │ │ - the server machine name │ │ │ -
prog
│ │ │ - the RPC program number │ │ │
procname
│ │ │ the procedure name in this RPC call │ │ │ -
prot
│ │ │ - the IP protocol number │ │ │ -
dead
│ │ │ - whether this client is abandoned │ │ │
probe::sunrpc.clnt.clone_client — │ │ │ Clone an RPC client structure │ │ │ -
sunrpc.clnt.clone_client
prot
│ │ │ - the IP protocol number │ │ │ -
authflavor
│ │ │ - the authentication flavor │ │ │ -
prog
│ │ │ - the RPC program number │ │ │ -
vers
│ │ │ +
sunrpc.clnt.clone_client
vers
│ │ │ the RPC program version number │ │ │
servername
│ │ │ the server machine name │ │ │
port
│ │ │ the port number │ │ │ +
prog
│ │ │ + the RPC program number │ │ │ +
prot
│ │ │ + the IP protocol number │ │ │
progname
│ │ │ the RPC program name │ │ │ +
authflavor
│ │ │ + the authentication flavor │ │ │
probe::sunrpc.clnt.create_client — │ │ │ Create an RPC client │ │ │ -
sunrpc.clnt.create_client
port
│ │ │ +
sunrpc.clnt.create_client
prot
│ │ │ + the IP protocol number │ │ │ +
authflavor
│ │ │ + the authentication flavor │ │ │ +
progname
│ │ │ + the RPC program name │ │ │ +
vers
│ │ │ + the RPC program version number │ │ │ +
port
│ │ │ the port number │ │ │
servername
│ │ │ the server machine name │ │ │ -
progname
│ │ │ - the RPC program name │ │ │ -
authflavor
│ │ │ - the authentication flavor │ │ │
prog
│ │ │ the RPC program number │ │ │ -
vers
│ │ │ - the RPC program version number │ │ │ -
prot
│ │ │ - the IP protocol number │ │ │
probe::sunrpc.clnt.restart_call — │ │ │ Restart an asynchronous RPC call │ │ │ -
sunrpc.clnt.restart_call
servername
│ │ │ - the server machine name │ │ │ -
tk_runstate
│ │ │ +
sunrpc.clnt.restart_call
tk_runstate
│ │ │ the task run status │ │ │
xid
│ │ │ the transmission id │ │ │ -
tk_priority
│ │ │ - the task priority │ │ │ -
tk_pid
│ │ │ - the debugging aid of task │ │ │
tk_flags
│ │ │ the task flags │ │ │ +
servername
│ │ │ + the server machine name │ │ │
prog
│ │ │ the RPC program number │ │ │ +
tk_pid
│ │ │ + the debugging aid of task │ │ │ +
tk_priority
│ │ │ + the task priority │ │ │
probe::sunrpc.clnt.shutdown_client — │ │ │ Shutdown an RPC client │ │ │ -
sunrpc.clnt.shutdown_client
om_bytes_sent
│ │ │ - the count of bytes out │ │ │ -
prog
│ │ │ - the RPC program number │ │ │ -
prot
│ │ │ - the IP protocol number │ │ │ +
sunrpc.clnt.shutdown_client
om_execute
│ │ │ + the RPC execution jiffies │ │ │ +
om_rtt
│ │ │ + the RPC RTT jiffies │ │ │ +
port
│ │ │ + the port number │ │ │ +
tasks
│ │ │ + the number of references │ │ │
om_queue
│ │ │ the jiffies queued for xmit │ │ │ -
rpccnt
│ │ │ - the count of RPC calls │ │ │
om_ops
│ │ │ the count of operations │ │ │
om_ntrans
│ │ │ the count of RPC transmissions │ │ │ -
om_bytes_recv
│ │ │ - the count of bytes in │ │ │
authflavor
│ │ │ the authentication flavor │ │ │ +
prot
│ │ │ + the IP protocol number │ │ │ +
prog
│ │ │ + the RPC program number │ │ │ +
servername
│ │ │ + the server machine name │ │ │ +
om_bytes_recv
│ │ │ + the count of bytes in │ │ │
vers
│ │ │ the RPC program version number │ │ │ -
clones
│ │ │ - the number of clones │ │ │ -
om_rtt
│ │ │ - the RPC RTT jiffies │ │ │ -
om_execute
│ │ │ - the RPC execution jiffies │ │ │
netreconn
│ │ │ the count of reconnections │ │ │ -
tasks
│ │ │ - the number of references │ │ │ +
clones
│ │ │ + the number of clones │ │ │ +
rpccnt
│ │ │ + the count of RPC calls │ │ │
progname
│ │ │ the RPC program name │ │ │ -
port
│ │ │ - the port number │ │ │ -
servername
│ │ │ - the server machine name │ │ │ +
om_bytes_sent
│ │ │ + the count of bytes out │ │ │
probe::sunrpc.sched.delay — │ │ │ Delay an RPC task │ │ │ -
sunrpc.sched.delay
xid
│ │ │ - the transmission id in the RPC call │ │ │ -
vers
│ │ │ - the program version in the RPC call │ │ │ +
sunrpc.sched.delay
prot
│ │ │ + the IP protocol in the RPC call │ │ │
delay
│ │ │ the time delayed │ │ │ -
prot
│ │ │ - the IP protocol in the RPC call │ │ │ -
prog
│ │ │ - the program number in the RPC call │ │ │ +
xid
│ │ │ + the transmission id in the RPC call │ │ │
tk_flags
│ │ │ the flags of the task │ │ │
tk_pid
│ │ │ the debugging id of the task │ │ │ +
vers
│ │ │ + the program version in the RPC call │ │ │ +
prog
│ │ │ + the program number in the RPC call │ │ │
probe::sunrpc.sched.execute — │ │ │ Execute the RPC `scheduler' │ │ │ -
sunrpc.sched.execute
xid
│ │ │ - the transmission id in the RPC call │ │ │ -
vers
│ │ │ - the program version in the RPC call │ │ │ -
prot
│ │ │ +
sunrpc.sched.execute
prot
│ │ │ the IP protocol in the RPC call │ │ │ -
prog
│ │ │ - the program number in the RPC call │ │ │ +
xid
│ │ │ + the transmission id 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.new_task — │ │ │ Create new task for the specified client │ │ │ -
sunrpc.sched.new_task
vers
│ │ │ - the program version in the RPC call │ │ │ -
xid
│ │ │ +
sunrpc.sched.new_task
xid
│ │ │ the transmission id in the RPC call │ │ │ -
tk_flags
│ │ │ - the flags of the task │ │ │ -
prog
│ │ │ - the program number in the RPC call │ │ │
prot
│ │ │ the IP protocol in the RPC call │ │ │ +
prog
│ │ │ + the program number in the RPC call │ │ │ +
vers
│ │ │ + the program version 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
tk_flags
│ │ │ - the flags of the task │ │ │ -
prot
│ │ │ +
sunrpc.sched.release_task
prot
│ │ │ the IP protocol in the RPC call │ │ │ -
prog
│ │ │ - the program number in the RPC call │ │ │
xid
│ │ │ the transmission id in the RPC call │ │ │ +
tk_flags
│ │ │ + the flags of the task │ │ │
vers
│ │ │ the program version in the RPC call │ │ │ +
prog
│ │ │ + the program number in the RPC call │ │ │
probe::sunrpc.svc.destroy — │ │ │ Destroy an RPC service │ │ │ -
sunrpc.svc.destroy
sv_progname
│ │ │ - the name of the program │ │ │ +
sunrpc.svc.destroy
rpcbadauth
│ │ │ + the count of requests drooped for authentication failure │ │ │
rpccnt
│ │ │ the count of valid RPC requests │ │ │ -
rpcbadfmt
│ │ │ - the count of requests dropped for bad formats │ │ │ -
rpcbadauth
│ │ │ - the count of requests drooped for authentication failure │ │ │ -
sv_prog
│ │ │ - the number of the program │ │ │ -
sv_name
│ │ │ - the service name │ │ │ +
sv_progname
│ │ │ + the name of the program │ │ │
nettcpconn
│ │ │ the count of accepted TCP connections │ │ │ -
sv_nrthreads
│ │ │ - the number of concurrent threads │ │ │
netcnt
│ │ │ the count of received RPC requests │ │ │ +
sv_nrthreads
│ │ │ + the number of concurrent threads │ │ │ +
sv_name
│ │ │ + the service name │ │ │ +
rpcbadfmt
│ │ │ + the count of requests dropped for bad formats │ │ │ +
sv_prog
│ │ │ + the number of the program │ │ │
probe::sunrpc.svc.drop — │ │ │ Drop RPC request │ │ │ -
sunrpc.svc.drop
rq_vers
│ │ │ +
sunrpc.svc.drop
rq_xid
│ │ │ + the transmission id in the request │ │ │ +
rq_vers
│ │ │ the program version in the request │ │ │ -
rq_prot
│ │ │ - the IP protocol of the reqeust │ │ │
rq_prog
│ │ │ the program number in the request │ │ │ -
rq_xid
│ │ │ - the transmission id in the request │ │ │ -
rq_proc
│ │ │ - the procedure number in the request │ │ │ -
sv_name
│ │ │ - the service name │ │ │
peer_ip
│ │ │ the peer address where the request is from │ │ │ +
sv_name
│ │ │ + the service name │ │ │ +
rq_proc
│ │ │ + the procedure number in the request │ │ │ +
rq_prot
│ │ │ + the IP protocol of the reqeust │ │ │
probe::sunrpc.svc.process — │ │ │ Process an RPC request │ │ │ -
sunrpc.svc.process
sv_name
│ │ │ - the service name │ │ │ -
peer_ip
│ │ │ - the peer address where the request is from │ │ │ -
rq_proc
│ │ │ - the procedure number in the request │ │ │ -
rq_xid
│ │ │ - the transmission id in the request │ │ │ -
sv_nrthreads
│ │ │ - the number of concurrent threads │ │ │ +
sunrpc.svc.process
rq_vers
│ │ │ + the program version in the request │ │ │
rq_prog
│ │ │ the program number in the request │ │ │ +
sv_nrthreads
│ │ │ + the number of concurrent threads │ │ │ +
rq_xid
│ │ │ + the transmission id in the request │ │ │
rq_prot
│ │ │ the IP protocol of the reqeust │ │ │ -
rq_vers
│ │ │ - the program version in the request │ │ │ +
sv_name
│ │ │ + the service name │ │ │ +
rq_proc
│ │ │ + the procedure number in the request │ │ │ +
peer_ip
│ │ │ + the peer address where the request is from │ │ │
sv_prog
│ │ │ the number of the program │ │ │
probe::sunrpc.svc.recv — │ │ │ Listen for the next RPC request on any socket │ │ │ -
sunrpc.svc.recv
probe::sunrpc.svc.register — │ │ │ Register an RPC service with the local portmapper │ │ │ -
sunrpc.svc.register
prot
│ │ │ - the IP protocol number │ │ │ -
prog
│ │ │ +
sunrpc.svc.register
probe::sunrpc.svc.send — │ │ │ Return reply to RPC client │ │ │
sunrpc.svc.send
rq_prot
│ │ │ the IP protocol of the reqeust │ │ │ -
rq_vers
│ │ │ - the program version in the request │ │ │ -
rq_prog
│ │ │ - the program number in the request │ │ │ -
rq_xid
│ │ │ - the transmission id in the request │ │ │ +
rq_proc
│ │ │ + the procedure number in the request │ │ │
sv_name
│ │ │ the service name │ │ │
peer_ip
│ │ │ the peer address where the request is from │ │ │ -
rq_proc
│ │ │ - the procedure number in the request │ │ │ +
rq_prog
│ │ │ + the program number in the request │ │ │ +
rq_vers
│ │ │ + the program version in the request │ │ │ +
rq_xid
│ │ │ + the transmission id in the request │ │ │
probe::syscall_any.return — │ │ │ Record exit from a syscall │ │ │ -
syscall_any.return
syscall_nr
│ │ │ - number of the syscall │ │ │ +
syscall_any.return
name
│ │ │ + name of the syscall │ │ │
retval
│ │ │ return value of the syscall │ │ │ -
name
│ │ │ - name of the syscall │ │ │ +
syscall_nr
│ │ │ + number 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 │ │ │ ├── html2text {} │ │ │ │ @@ -2,20 +2,20 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 3366..? SSyyssccaallll AAnnyy TTaappsseett _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::syscall_any.return — Record exit from a syscall │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ syscall_any.return │ │ │ │ ********** VVaalluueess ********** │ │ │ │ - ssyyssccaallll__nnrr │ │ │ │ - number of the syscall │ │ │ │ - rreettvvaall │ │ │ │ - return value of the syscall │ │ │ │ nnaammee │ │ │ │ name of the syscall │ │ │ │ + rreettvvaall │ │ │ │ + return value of the syscall │ │ │ │ + ssyyssccaallll__nnrr │ │ │ │ + number of the syscall │ │ │ │ ********** CCoonntteexxtt ********** │ │ │ │ The process performing the syscall │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ The syscall_any.return probe point is designed to be a low overhead that │ │ │ │ monitors all the syscalls returns via a kernel tracepoint. Because of the │ │ │ │ breadth of syscalls it monitors it provides no information about the syscall │ │ │ │ arguments, argstr string representation of those arguments, or a string │ │ ├── ./usr/share/doc/systemtap-doc/tapsets/API-syscall-any.html │ │ │ @@ -1,13 +1,13 @@ │ │ │
probe::syscall_any — │ │ │ Record entry into a syscall │ │ │ -
syscall_any
syscall_nr
│ │ │ - number of the syscall │ │ │ -
name
│ │ │ +
syscall_any
│ │ │ The syscall_any probe point is designed to be a low overhead │ │ │ that monitors all the syscalls entered via a kernel tracepoint. │ │ │ Because of the breadth of syscalls it monitors it provides │ │ │ no information about the syscall arguments or argstr string │ │ │ ├── html2text {} │ │ │ │ @@ -2,18 +2,18 @@ │ │ │ │ _P_r_e_v CChhaapptteerr? 3366..? SSyyssccaallll AAnnyy TTaappsseett _N_e_x_t │ │ │ │ =============================================================================== │ │ │ │ ********** NNaammee ********** │ │ │ │ probe::syscall_any — Record entry into a syscall │ │ │ │ ********** SSyynnooppssiiss ********** │ │ │ │ syscall_any │ │ │ │ ********** VVaalluueess ********** │ │ │ │ - ssyyssccaallll__nnrr │ │ │ │ - number of the syscall │ │ │ │ nnaammee │ │ │ │ name of the syscall │ │ │ │ + ssyyssccaallll__nnrr │ │ │ │ + number of the syscall │ │ │ │ ********** CCoonntteexxtt ********** │ │ │ │ The process performing the syscall │ │ │ │ ********** DDeessccrriippttiioonn ********** │ │ │ │ The syscall_any probe point is designed to be a low overhead that monitors all │ │ │ │ the syscalls entered via a kernel tracepoint. Because of the breadth of │ │ │ │ syscalls it monitors it provides no information about the syscall arguments or │ │ │ │ argstr string representation of those arguments. │ │ ├── ./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
family
│ │ │ - IP address family │ │ │ -
flags
│ │ │ +
tcp.disconnect
flags
│ │ │ TCP flags (e.g. FIN, etc) │ │ │ -
sock
│ │ │ - Network socket │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
family
│ │ │ + IP address family │ │ │ +
name
│ │ │ + Name of this probe │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │
sport
│ │ │ TCP source port │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ +
sock
│ │ │ + Network socket │ │ │
dport
│ │ │ TCP destination port │ │ │ -
name
│ │ │ - Name of this probe │ │ │
probe::tcp.receive — │ │ │ Called when a TCP packet is received │ │ │ -
tcp.receive
urg
│ │ │ +
tcp.receive
name
│ │ │ + Name of the probe point │ │ │ +
psh
│ │ │ + TCP PSH flag │ │ │ +
urg
│ │ │ TCP URG flag │ │ │ +
ack
│ │ │ + TCP ACK flag │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │
fin
│ │ │ TCP FIN flag │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ -
rst
│ │ │ - TCP RST flag │ │ │ -
sport
│ │ │ - TCP source port │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │ +
protocol
│ │ │ + Packet protocol from driver │ │ │
family
│ │ │ IP address family │ │ │ -
ack
│ │ │ - TCP ACK flag │ │ │
syn
│ │ │ TCP SYN flag │ │ │ -
psh
│ │ │ - TCP PSH flag │ │ │ +
sport
│ │ │ + TCP source port │ │ │ +
rst
│ │ │ + TCP RST flag │ │ │
iphdr
│ │ │ IP header address │ │ │
dport
│ │ │ TCP destination port │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ -
protocol
│ │ │ - Packet protocol from driver │ │ │
probe::tcp.recvmsg.return — │ │ │ Receiving TCP message complete │ │ │ -
tcp.recvmsg.return
size
│ │ │ - Number of bytes received or error code if an error occurred. │ │ │ -
dport
│ │ │ - TCP destination port │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ -
saddr
│ │ │ +
tcp.recvmsg.return
saddr
│ │ │ A string representing the source IP address │ │ │ -
sport
│ │ │ - TCP source port │ │ │
family
│ │ │ IP address family │ │ │
name
│ │ │ Name of this probe │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
size
│ │ │ + Number of bytes received or error code if an error occurred. │ │ │ +
dport
│ │ │ + TCP destination port │ │ │ +
sport
│ │ │ + TCP source port │ │ │
probe::tcp.recvmsg — │ │ │ Receiving TCP message │ │ │ -
tcp.recvmsg
name
│ │ │ - Name of this probe │ │ │ +
tcp.recvmsg
dport
│ │ │ + TCP destination port │ │ │ +
sport
│ │ │ + TCP source port │ │ │
sock
│ │ │ Network socket │ │ │
family
│ │ │ IP address family │ │ │ -
size
│ │ │ - Number of bytes to be received │ │ │ -
dport
│ │ │ - TCP destination port │ │ │ -
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 │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
size
│ │ │ + Number of bytes to be received │ │ │
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
optstr
│ │ │ - Resolves optname to a human-readable format │ │ │ -
level
│ │ │ +
tcp.setsockopt
level
│ │ │ The level at which the socket options will be manipulated │ │ │ -
family
│ │ │ - IP address family │ │ │ +
optname
│ │ │ + TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │
sock
│ │ │ Network socket │ │ │
optlen
│ │ │ Used to access values for setsockopt
│ │ │ -
optname
│ │ │ - TCP socket options (e.g. TCP_NODELAY, TCP_MAXSEG, etc) │ │ │ +
optstr
│ │ │ + Resolves optname to a human-readable format │ │ │ +
family
│ │ │ + IP address family │ │ │
name
│ │ │ Name of this probe │ │ │
probe::tcpmib.ActiveOpens — │ │ │ Count an active opening of a socket │ │ │ -
tcpmib.ActiveOpens
op
│ │ │ - value to be added to the counter (default value of 1) │ │ │ -
sk
│ │ │ +
tcpmib.ActiveOpens
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
sk
│ │ │ - pointer to the struct sock being acted on │ │ │ -
op
│ │ │ +
tcpmib.OutRsts
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
inode_flags
│ │ │ the inode flags │ │ │ -
inode_number
│ │ │ - the inode number │ │ │ -
file_mode
│ │ │ - the file mode │ │ │ -
file_name
│ │ │ - the file name │ │ │
inode_state
│ │ │ the inode state │ │ │
file_flags
│ │ │ the file flags │ │ │ +
file_name
│ │ │ + the file name │ │ │ +
inode_number
│ │ │ + the inode number │ │ │ +
file_mode
│ │ │ + the file mode │ │ │
probe::tty.register — │ │ │ Called when a tty device is registred │ │ │ -
tty.register
probe::tty.release — │ │ │ Called when the tty is closed │ │ │ -
tty.release
inode_flags
│ │ │ - the inode flags │ │ │ -
inode_number
│ │ │ - the inode number │ │ │ +
tty.release
probe::tty.resize — │ │ │ Called when a terminal resize happens │ │ │
tty.resize
old_col
│ │ │ the old col value │ │ │ -
old_xpixel
│ │ │ - the old xpixel │ │ │ -
name
│ │ │ - the tty name │ │ │ +
new_col
│ │ │ + the new col value │ │ │
old_ypixel
│ │ │ the old ypixel │ │ │
new_row
│ │ │ the new row value │ │ │ -
new_col
│ │ │ - the new col value │ │ │
new_xpixel
│ │ │ the new xpixel value │ │ │
new_ypixel
│ │ │ the new ypixel value │ │ │ +
name
│ │ │ + the tty name │ │ │ +
old_xpixel
│ │ │ + the old xpixel │ │ │
old_row
│ │ │ the old row value │ │ │
probe::tty.unregister — │ │ │ Called when a tty device is being unregistered │ │ │ -
tty.unregister
driver_name
│ │ │ - the driver name │ │ │ -
name
│ │ │ - the driver .dev_name name │ │ │ -
index
│ │ │ +
tty.unregister
probe::tty.write — │ │ │ write to the tty line │ │ │ -
tty.write
probe::udp.disconnect.return — │ │ │ UDP has been disconnected successfully │ │ │ -
udp.disconnect.return
saddr
│ │ │ - A string representing the source IP address │ │ │ -
sport
│ │ │ +
udp.disconnect.return
sport
│ │ │ UDP source port │ │ │ -
family
│ │ │ - IP address family │ │ │ -
dport
│ │ │ - UDP destination port │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │
name
│ │ │ The name of this probe │ │ │ +
saddr
│ │ │ + A string representing the source IP address │ │ │
ret
│ │ │ Error code (0: no error) │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │ +
family
│ │ │ + IP address family │ │ │ +
dport
│ │ │ + UDP destination port │ │ │
probe::udp.disconnect — │ │ │ Fires when a process requests for a UDP disconnection │ │ │ -
udp.disconnect
dport
│ │ │ +
udp.disconnect
sock
│ │ │ + Network socket used by the process │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
name
│ │ │ + The name of this probe │ │ │ +
sport
│ │ │ + UDP source port │ │ │ +
dport
│ │ │ UDP destination port │ │ │
family
│ │ │ IP address family │ │ │ -
name
│ │ │ - The name of this probe │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │
flags
│ │ │ Flags (e.g. FIN, etc) │ │ │ -
sport
│ │ │ - UDP source port │ │ │ -
sock
│ │ │ - Network socket used by the process │ │ │
probe::udp.recvmsg.return — │ │ │ Fires whenever an attempt to receive a UDP message received is completed │ │ │ -
udp.recvmsg.return
daddr
│ │ │ - A string representing the destination IP address │ │ │ -
family
│ │ │ - IP address family │ │ │ -
dport
│ │ │ - UDP destination port │ │ │ +
udp.recvmsg.return
sport
│ │ │ + UDP source port │ │ │
name
│ │ │ The name of this probe │ │ │ -
sport
│ │ │ - UDP source port │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │
size
│ │ │ Number of bytes received by the process │ │ │ +
family
│ │ │ + IP address family │ │ │ +
dport
│ │ │ + UDP destination port │ │ │
probe::udp.recvmsg — │ │ │ Fires whenever a UDP message is received │ │ │ -
udp.recvmsg
size
│ │ │ +
udp.recvmsg
dport
│ │ │ + UDP destination port │ │ │ +
family
│ │ │ + IP address family │ │ │ +
size
│ │ │ Number of bytes received by the process │ │ │
saddr
│ │ │ A string representing the source IP address │ │ │ +
daddr
│ │ │ + A string representing the destination IP address │ │ │ +
name
│ │ │ + The name of this probe │ │ │
sock
│ │ │ Network socket used by the process │ │ │
sport
│ │ │ UDP source port │ │ │ -
dport
│ │ │ - UDP destination port │ │ │ -
name
│ │ │ - The name of this probe │ │ │ -
family
│ │ │ - IP address family │ │ │ -
daddr
│ │ │ - A string representing the destination IP address │ │ │
probe::udp.sendmsg.return — │ │ │ Fires whenever an attempt to send a UDP message is completed │ │ │ -
udp.sendmsg.return
size
│ │ │ - Number of bytes sent by the process │ │ │ -
name
│ │ │ +
udp.sendmsg.return
probe::udp.sendmsg — │ │ │ Fires whenever a process sends a UDP message │ │ │ -
udp.sendmsg
dport
│ │ │ +
udp.sendmsg
size
│ │ │ + Number of bytes sent by the process │ │ │ +
saddr
│ │ │ + A string representing the source IP address │ │ │ +
dport
│ │ │ UDP destination port │ │ │
family
│ │ │ IP address family │ │ │ -
name
│ │ │ - The name of this probe │ │ │ +
sport
│ │ │ + UDP source port │ │ │
daddr
│ │ │ A string representing the destination IP address │ │ │ -
size
│ │ │ - Number of bytes sent by the process │ │ │ -
saddr
│ │ │ - A string representing the source IP address │ │ │ +
name
│ │ │ + The name of this probe │ │ │
sock
│ │ │ Network socket used by the process │ │ │ -
sport
│ │ │ - UDP source port │ │ │
probe::vm.kfree — │ │ │ Fires when kfree is requested │ │ │
vm.kfree
caller_function
│ │ │ name of the caller function. │ │ │ +
call_site
│ │ │ + address of the function calling this kmemory function │ │ │
ptr
│ │ │ pointer to the kmemory allocated which is returned by kmalloc │ │ │
name
│ │ │ name of the probe point │ │ │ -
call_site
│ │ │ - address of the function calling this kmemory function │ │ │
probe::vm.kmalloc_node — │ │ │ Fires when kmalloc_node is requested │ │ │ -
vm.kmalloc_node
gfp_flags
│ │ │ +
vm.kmalloc_node
gfp_flag_name
│ │ │ + type of kmemory to allocate(in string format) │ │ │ +
gfp_flags
│ │ │ type of kmemory to allocate │ │ │ +
caller_function
│ │ │ + name of the caller function │ │ │
call_site
│ │ │ address of the function caling this kmemory function │ │ │
ptr
│ │ │ pointer to the kmemory allocated │ │ │
name
│ │ │ name of the probe point │ │ │ -
bytes_req
│ │ │ - requested Bytes │ │ │
bytes_alloc
│ │ │ allocated Bytes │ │ │ -
caller_function
│ │ │ - name of the caller function │ │ │ -
gfp_flag_name
│ │ │ - type of kmemory to allocate(in string format) │ │ │ +
bytes_req
│ │ │ + requested Bytes │ │ │
probe::vm.kmalloc — │ │ │ Fires when kmalloc is requested │ │ │ -
vm.kmalloc
ptr
│ │ │ - pointer to the kmemory allocated │ │ │ +
vm.kmalloc
bytes_req
│ │ │ + requested Bytes │ │ │
name
│ │ │ name of the probe point │ │ │ -
gfp_flags
│ │ │ - type of kmemory to allocate │ │ │ -
call_site
│ │ │ - address of the kmemory function │ │ │ -
bytes_req
│ │ │ - requested Bytes │ │ │
bytes_alloc
│ │ │ allocated Bytes │ │ │
gfp_flag_name
│ │ │ type of kmemory to allocate (in String format) │ │ │ +
gfp_flags
│ │ │ + type of kmemory to allocate │ │ │
caller_function
│ │ │ name of the caller function │ │ │ +
call_site
│ │ │ + address of the kmemory function │ │ │ +
ptr
│ │ │ + pointer to the kmemory allocated │ │ │
probe::vm.kmem_cache_alloc_node — │ │ │ Fires when kmem_cache_alloc_node is requested │ │ │ -
vm.kmem_cache_alloc_node
ptr
│ │ │ - pointer to the kmemory allocated │ │ │ -
name
│ │ │ +
vm.kmem_cache_alloc_node
name
│ │ │ name of the probe point │ │ │ -
call_site
│ │ │ - address of the function calling this kmemory function │ │ │ -
gfp_flags
│ │ │ - type of kmemory to allocate │ │ │
bytes_alloc
│ │ │ allocated Bytes │ │ │
bytes_req
│ │ │ requested Bytes │ │ │ -
caller_function
│ │ │ - name of the caller function │ │ │ +
ptr
│ │ │ + pointer to the kmemory allocated │ │ │
gfp_flag_name
│ │ │ type of kmemory to allocate(in string format) │ │ │ +
caller_function
│ │ │ + name of the caller function │ │ │ +
gfp_flags
│ │ │ + type of kmemory to allocate │ │ │ +
call_site
│ │ │ + address of the function calling this kmemory function │ │ │
probe::vm.kmem_cache_alloc — │ │ │ Fires when kmem_cache_alloc is requested │ │ │ -
vm.kmem_cache_alloc
caller_function
│ │ │ - name of the caller function. │ │ │ -
gfp_flag_name
│ │ │ - type of kmemory to allocate(in string format) │ │ │ -
bytes_req
│ │ │ - requested Bytes │ │ │ +
vm.kmem_cache_alloc
name
│ │ │ + name of the probe point │ │ │
bytes_alloc
│ │ │ allocated Bytes │ │ │ +
bytes_req
│ │ │ + requested Bytes │ │ │ +
gfp_flag_name
│ │ │ + type of kmemory to allocate(in string format) │ │ │ +
caller_function
│ │ │ + name of the caller function. │ │ │
gfp_flags
│ │ │ type of kmemory to allocate │ │ │
call_site
│ │ │ address of the function calling this kmemory function. │ │ │ -
name
│ │ │ - name of the probe point │ │ │
ptr
│ │ │ pointer to the kmemory allocated │ │ │
probe::vm.kmem_cache_free — │ │ │ Fires when kmem_cache_free is requested │ │ │
vm.kmem_cache_free
ptr
│ │ │ Pointer to the kmemory allocated which is returned by kmem_cache │ │ │ -
name
│ │ │ - Name of the probe point │ │ │ -
call_site
│ │ │ - Address of the function calling this kmemory function │ │ │
caller_function
│ │ │ Name of the caller function. │ │ │ +
call_site
│ │ │ + Address of the function calling this kmemory function │ │ │ +
name
│ │ │ + Name of the probe point │ │ │
probe::vm.munmap — │ │ │ Fires when an munmap is requested │ │ │
vm.munmap
probe::vm.pagefault.return — │ │ │ Indicates what type of fault occurred │ │ │ -
vm.pagefault.return
name
│ │ │ - name of the probe point │ │ │ -
fault_type
│ │ │ +
vm.pagefault.return
fault_type
│ │ │ returns either │ │ │ 0 (VM_FAULT_OOM) for out of memory faults, │ │ │ 2 (VM_FAULT_MINOR) for minor faults, 3 (VM_FAULT_MAJOR) for │ │ │ major faults, or 1 (VM_FAULT_SIGBUS) if the fault was neither OOM, minor fault, │ │ │ nor major fault. │ │ │ +
name
│ │ │ + name of the probe point │ │ │
probe::vm.pagefault — │ │ │ Records that a page fault occurred │ │ │ -
vm.pagefault
name
│ │ │ - name of the probe point │ │ │ -
write_access
│ │ │ +
vm.pagefault
probe::vm.write_shared_copy — │ │ │ Page copy for shared page write │ │ │ -
vm.write_shared_copy
name
│ │ │ - Name of the probe point │ │ │ +
vm.write_shared_copy
probe::vm.write_shared — │ │ │ Attempts at writing to a shared page │ │ │ -
vm.write_shared
address
│ │ │ - the address of the shared write │ │ │ -
name
│ │ │ +
vm.write_shared
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