--- /srv/rebuilderd/tmp/rebuilderdfuwe7U/inputs/systemtap-doc_5.3-1_i386.deb +++ /srv/rebuilderd/tmp/rebuilderdfuwe7U/out/systemtap-doc_5.3-1_i386.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-09-09 10:48:01.000000 debian-binary │ --rw-r--r-- 0 0 0 54412 2025-09-09 10:48:01.000000 control.tar.xz │ --rw-r--r-- 0 0 0 2535232 2025-09-09 10:48:01.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 54388 2025-09-09 10:48:01.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2535112 2025-09-09 10:48:01.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 │ │ │ +
ioblock.end
idx│ │ │ + offset into the bio vector array │ │ │ +
devname│ │ │ + block device name │ │ │
size│ │ │ total size in bytes │ │ │ -
bytes_done│ │ │ - number of bytes transferred │ │ │ -
vcnt│ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
hw_segments│ │ │ - number of segments after physical and DMA remapping hardware coalescing is performed │ │ │
sector│ │ │ beginning sector for the entire bio │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
phys_segments│ │ │ + number of segments in this bio after physical address coalescing is performed. │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │ +
ino│ │ │ + i-node number of the mapped file │ │ │ +
error│ │ │ + 0 on success │ │ │
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 │ │ │ -
name│ │ │ - name of the probe point │ │ │ -
idx│ │ │ - offset into the bio vector array │ │ │ -
ino│ │ │ - i-node number of the mapped file │ │ │ -
phys_segments│ │ │ - number of segments in this bio after physical address coalescing is performed. │ │ │ +
bytes_done│ │ │ + number of bytes transferred │ │ │ +
vcnt│ │ │ + bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │
opf│ │ │ operations and flags │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ +
hw_segments│ │ │ + number of segments after physical and DMA remapping hardware coalescing is performed │ │ │
probe::ioblock.request — │ │ │ Fires whenever making a generic block I/O request. │ │ │ -
ioblock.request
rw│ │ │ - binary trace for read/write request │ │ │ -
bdev_contains│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
opf│ │ │ - operations and flags │ │ │ +
ioblock.request
idx│ │ │ + offset into the bio vector array │ │ │ +
devname│ │ │ + block device name │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
sector│ │ │ + beginning sector for the entire bio │ │ │
phys_segments│ │ │ number of segments in this bio after physical address coalescing is performed │ │ │ -
idx│ │ │ - offset into the bio vector array │ │ │ -
bdev│ │ │ - target block device │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │
ino│ │ │ i-node number of the mapped file │ │ │ -
name│ │ │ - name of the probe point │ │ │ +
bdev│ │ │ + target block device │ │ │ +
bdev_contains│ │ │ + points to the device object which contains the partition (when bio structure represents a partition) │ │ │
flags│ │ │ see below │ │ │ BIO_UPTODATE 0 ok after I/O completion │ │ │ BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block │ │ │ BIO_EOF 2 out-out-bounds error │ │ │ BIO_SEG_VALID 3 nr_hw_seg valid │ │ │ BIO_CLONED 4 doesn't own data │ │ │ BIO_BOUNCED 5 bio is a bounce bio │ │ │ BIO_USER_MAPPED 6 contains user pages │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │ +
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 │ │ │ -
devname│ │ │ - block device name │ │ │
hw_segments│ │ │ number of segments after physical and DMA remapping hardware coalescing is performed │ │ │ -
size│ │ │ - total size in bytes │ │ │ -
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 │ │ │ +
ioblock_trace.bounce
devname│ │ │ + device for which a buffer bounce was needed. │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
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.
│ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │ +
bdev│ │ │ + target block device │ │ │ +
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) │ │ │
ino│ │ │ i-node number of the mapped file │ │ │ -
name│ │ │ - name of the probe point │ │ │ +
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 │ │ │
flags│ │ │ see below │ │ │ BIO_UPTODATE 0 ok after I/O completion │ │ │ BIO_RW_BLOCK 1 RW_AHEAD set, and read/write would block │ │ │ BIO_EOF 2 out-out-bounds error │ │ │ BIO_SEG_VALID 3 nr_hw_seg valid │ │ │ BIO_CLONED 4 doesn't own data │ │ │ BIO_BOUNCED 5 bio is a bounce bio │ │ │ BIO_USER_MAPPED 6 contains user pages │ │ │ BIO_EOPNOTSUPP 7 not supported │ │ │ -
sector│ │ │ - beginning sector for the entire bio │ │ │ -
p_start_sect│ │ │ - points to the start sector of the partition structure of the device │ │ │ -
devname│ │ │ - device for which a buffer bounce was needed. │ │ │ -
size│ │ │ - total size in bytes │ │ │
bytes_done│ │ │ number of bytes transferred │ │ │ -
vcnt│ │ │ - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
q│ │ │ - request queue on which this bio was queued. │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ -
bdev_contains│ │ │ - points to the device object which contains the partition (when bio structure represents a partition) │ │ │ -
opf│ │ │ - operations and flags │ │ │
sector│ │ │ - beginning sector for the entire bio │ │ │ -
devname│ │ │ - block device name │ │ │ -
p_start_sect│ │ │ - points to the start sector of the partition structure of the device │ │ │ -
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.
│ │ │ -
bdev│ │ │ - target block device │ │ │ -
ino│ │ │ - i-node number of the mapped file │ │ │ -
size│ │ │ - total size in bytes │ │ │
bytes_done│ │ │ number of bytes transferred │ │ │
vcnt│ │ │ bio vector count which represents number of array element (page, offset, length) which makes up this I/O request │ │ │ -
rw│ │ │ - binary trace for read/write request │ │ │ +
opf│ │ │ + operations and flags │ │ │ +
p_start_sect│ │ │ + points to the start sector of the partition structure of the device │ │ │ +
ino│ │ │ + i-node number of the mapped file │ │ │ +
bdev│ │ │ + target block device │ │ │
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) │ │ │ -
opf│ │ │ - operations and flags │ │ │ +
rw│ │ │ + binary trace for read/write request │ │ │ +
idx
│ │ │ + offset into the bio vector array
│ │ │ + phys_segments - number of segments in this bio after physical address coalescing is performed.
│ │ │ +
devname│ │ │ + block device name │ │ │ +
size│ │ │ + total size in bytes │ │ │ +
name│ │ │ + name of the probe point │ │ │ +
sector│ │ │ + beginning sector for the entire bio │ │ │