--- /srv/rebuilderd/tmp/rebuilderdcwX7gT/inputs/systemtap-doc_5.4-1_amd64.deb +++ /srv/rebuilderd/tmp/rebuilderdcwX7gT/out/systemtap-doc_5.4-1_amd64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2026-04-21 17:06:34.000000 debian-binary │ --rw-r--r-- 0 0 0 54400 2026-04-21 17:06:34.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2531980 2026-04-21 17:06:34.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 54368 2026-04-21 17:06:34.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2532336 2026-04-21 17:06:34.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 │ │ │ -
phys_segments│ │ │ - number of segments in this bio after physical address coalescing is performed. │ │ │ -
sector│ │ │ +
ioblock.end
sector│ │ │ beginning sector for the entire bio │ │ │ -
opf│ │ │ - operations and flags │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │ +
ino│ │ │ + i-node number of the mapped file │ │ │ +
hw_segments│ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │
name│ │ │ name of the probe point │ │ │ -
idx│ │ │ - offset into the bio vector array │ │ │
bytes_done│ │ │ number of bytes transferred │ │ │ -
devname│ │ │ - block device name │ │ │ -
hw_segments│ │ │ - number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ -
ino│ │ │ - i-node number of the mapped file │ │ │
size│ │ │ total size in bytes │ │ │ +
opf│ │ │ + operations and flags │ │ │
vcnt│ │ │ bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ +
idx│ │ │ + offset into the bio vector array │ │ │ +
error│ │ │ + 0 on success │ │ │ +
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 │ │ │ +
devname│ │ │ + block device name │ │ │
probe::ioblock.request — │ │ │ Fires whenever making a generic block I/O request. │ │ │ -
ioblock.request
idx│ │ │ - offset into the bio vector array │ │ │ -
name│ │ │ - name of the probe point │ │ │ -
devname│ │ │ - block device name │ │ │ -
phys_segments│ │ │ - number of segments in this bio after physical address coalescing is performed │ │ │ -
bdev│ │ │ - target block device │ │ │ -
opf│ │ │ - operations and flags │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │ +
ioblock.request
rw│ │ │ + binary trace for read/write request │ │ │
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_contains│ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │
ino│ │ │ i-node number of the mapped file │ │ │ -
size│ │ │ - total size in bytes │ │ │ +
sector│ │ │ + beginning sector for the entire bio │ │ │ +
idx│ │ │ + offset into the bio vector array │ │ │ +
bdev│ │ │ + target block device │ │ │ +
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 │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ +
devname│ │ │ + block device name │ │ │
hw_segments│ │ │ number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ -
bdev_contains│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
opf│ │ │ + operations and flags │ │ │ +
vcnt│ │ │ + bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │
probe::ioblock_trace.bounce — │ │ │ Fires whenever a buffer bounce is needed for at least one page of a block IO request. │ │ │ -
ioblock_trace.bounce
bdev│ │ │ - target block device │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │ -
opf│ │ │ - operations and flags │ │ │ -
p_start_sect│ │ │ +
ioblock_trace.bounce
p_start_sect│ │ │ points to the start sector of the partition structure of the device │ │ │ -
idx
│ │ │ - offset into the bio vector array
│ │ │ - phys_segments - number of segments in this bio after physical address coalescing is performed.
│ │ │ -
bytes_done│ │ │ - number of bytes transferred │ │ │ -
name│ │ │ - name of the probe point │ │ │ -
devname│ │ │ - device for which a buffer bounce was needed. │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │
bdev_contains│ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
q│ │ │ - request queue on which this bio was queued. │ │ │ -
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 │ │ │
ino│ │ │ i-node number of the mapped file │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ +
q│ │ │ + request queue on which this bio was queued. │ │ │ +
sector│ │ │ + beginning sector for the entire bio │ │ │ +
idx
│ │ │ + offset into the bio vector array
│ │ │ + phys_segments - number of segments in this bio after physical address coalescing is performed.
│ │ │ +
bdev│ │ │ + target block device │ │ │
flags│ │ │ see below │ │ │ BIO_UPTODATE 0 ok after I/O completion │ │ │ BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block │ │ │ BIO_EOF 2 out-out-bounds error │ │ │ BIO_SEG_VALID 3 nr_hw_seg valid │ │ │ BIO_CLONED 4 doesn't own data │ │ │ BIO_BOUNCED 5 bio is a bounce bio │ │ │ BIO_USER_MAPPED 6 contains user pages │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ +
devname│ │ │ + device for which a buffer bounce was needed. │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
bytes_done│ │ │ + number of bytes transferred │ │ │ +
opf│ │ │ + operations and flags │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
vcnt│ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │
probe::ioblock_trace.end — │ │ │ Fires whenever a block I/O transfer is complete. │ │ │ -
ioblock_trace.end
q│ │ │ +
ioblock_trace.end
sector│ │ │ + beginning sector for the entire bio │ │ │ +
q│ │ │ request queue on which this bio was queued. │ │ │ +
ino│ │ │ + i-node number of the mapped file │ │ │
bdev_contains│ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │
rw│ │ │ binary trace for read/write request │ │ │ +
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 makes up this I/O request │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
opf│ │ │ + operations and flags │ │ │ +
bytes_done│ │ │ + number of bytes transferred │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
devname│ │ │ + block device name │ │ │
flags│ │ │ see below │ │ │ BIO_UPTODATE 0 ok after I/O completion │ │ │ BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block │ │ │ BIO_EOF 2 out-out-bounds error │ │ │ BIO_SEG_VALID 3 nr_hw_seg valid │ │ │ BIO_CLONED 4 doesn't own data │ │ │ BIO_BOUNCED 5 bio is a bounce bio │ │ │ BIO_USER_MAPPED 6 contains user pages │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ -
size│ │ │ - total size in bytes │ │ │ -
ino│ │ │ - i-node number of the mapped file │ │ │ -
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 │ │ │ -
opf│ │ │ - operations and flags │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │
bdev│ │ │ target block device │ │ │ -
devname│ │ │ - block device name │ │ │ -
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.
│ │ │ -
bytes_done│ │ │ - number of bytes transferred │ │ │
probe::ioblock_trace.request — │ │ │ Fires just as a generic block I/O request is created for a bio. │ │ │
ioblock_trace.request
q│ │ │ request queue on which this bio was queued. │ │ │ +
sector│ │ │ + beginning sector for the entire bio │ │ │ +
ino│ │ │ + i-node number of the mapped file │ │ │
bdev_contains│ │ │ points to the device object which contains the partition (when bio structure represents a partition) │ │ │ +
p_start_sect│ │ │ + points to the start sector of the partition structure of the device │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │ +
vcnt│ │ │ + bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ +
opf│ │ │ + operations and flags │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
bytes_done│ │ │ + number of bytes transferred │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
devname│ │ │ + block device name │ │ │
flags│ │ │ see below │ │ │ BIO_UPTODATE 0 ok after I/O completion │ │ │ BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block │ │ │ BIO_EOF 2 out-out-bounds error │ │ │ BIO_SEG_VALID 3 nr_hw_seg valid │ │ │ BIO_CLONED 4 doesn't own data │ │ │ BIO_BOUNCED 5 bio is a bounce bio │ │ │ BIO_USER_MAPPED 6 contains user pages │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ -
vcnt│ │ │ - bio vector count which represents number of array element (page, offset, length) which make up this I/O request │ │ │ -
size│ │ │ - total size in bytes │ │ │ -
ino│ │ │ - i-node number of the mapped file │ │ │ -
opf│ │ │ - operations and flags │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │ -
p_start_sect│ │ │ - points to the start sector of the partition structure of the device │ │ │
bdev│ │ │ target block device │ │ │ -
devname│ │ │ - block device name │ │ │ -
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.
│ │ │ -
name│ │ │ - name of the probe point │ │ │
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
elevator_name│ │ │ - The type of I/O elevator currently enabled │ │ │ +
ioscheduler.elv_add_request.kp
name│ │ │ + Name of the probe point │ │ │
disk_minor│ │ │ Disk minor number of the request │ │ │ -
q│ │ │ - pointer to request queue │ │ │
rq_flags│ │ │ Request flags │ │ │ -
name│ │ │ - Name of the probe point │ │ │ -
disk_major│ │ │ - Disk major number of the request │ │ │ +
elevator_name│ │ │ + The type of I/O elevator currently enabled │ │ │ +
q│ │ │ + pointer to request queue │ │ │
rq│ │ │ Address of the request │ │ │ +
disk_major│ │ │ + Disk major number of the request │ │ │
probe::ioscheduler.elv_add_request.tp — │ │ │ tracepoint based probe to indicate a request is added to the request queue. │ │ │ -
ioscheduler.elv_add_request.tp
disk_major│ │ │ - Disk major no of request. │ │ │ +
ioscheduler.elv_add_request.tp
elevator_name│ │ │ + The type of I/O elevator currently enabled. │ │ │ +
rq_flags│ │ │ + Request flags. │ │ │ +
q│ │ │ + Pointer to request queue. │ │ │
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. │ │ │ -
rq_flags│ │ │ - Request flags. │ │ │
name│ │ │ Name of the probe point │ │ │ -
q│ │ │ - Pointer to request queue. │ │ │
ioscheduler.elv_add_request
disk_minor│ │ │ Disk minor number of request. │ │ │
elevator_name│ │ │ The type of I/O elevator currently enabled. │ │ │
rq_flags│ │ │ Request flags. │ │ │ -
q│ │ │ - Pointer to request queue. │ │ │ -
disk_major│ │ │ - Disk major no of request. │ │ │
rq│ │ │ Address of request. │ │ │ +
disk_major│ │ │ + Disk major no of request. │ │ │ +
q│ │ │ + Pointer to request queue. │ │ │