summaryrefslogtreecommitdiff
path: root/systemtap/src/ioriot.stp
AgeCommit message (Collapse)Author
2026-03-19fix: replay symlinks within the test rootPaul Buetow
2026-03-19fix: cover legacy compat syscallsPaul Buetow
2026-03-19fix: resolve dirfd-relative capture paths (task 462)Paul Buetow
2026-03-19fix: preserve final capture tokens in parser (task 465)Paul Buetow
2026-03-19Update SystemTap scripts for modern kernels (6.x+)Paul Buetow
Replace raw kernel $variables with tapset variable names, save entry probe values in global arrays for use in return probes, add "kernel" module specifier to @cast lookups, remove chown16/lchown16/fchown16 probes (not available on x86_64), and split combined return probes where entry variable names differ between syscall variants. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2018-12-19bump capture versionPaul Bütow
2018-12-19also trace the duration of each individual I/O syscallPaul Bütow
2018-03-30add capture file version checkPaul Buetow
2018-03-30add file hole supportPaul Buetow
2018-03-06rename into ioriotPaul Buetow