summaryrefslogtreecommitdiff
path: root/internal/flamegraph
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-21 21:31:16 +0200
committerPaul Buetow <paul@buetow.org>2026-02-21 21:31:16 +0200
commitc36cb85503ce96a589a2dd38c1279b31c87164f2 (patch)
tree8bf8390aff6c48d996b13fbdb3ca5d55cbbe7547 /internal/flamegraph
parentb443f001cce8662a7fdccd4e0e7f707f7b2b47b8 (diff)
Add negative integration tests for dir syscalls (task 348)
Add three negative test scenarios for directory operations: - dir-mkdir-eexist: SYS_MKDIR on existing directory (EEXIST) - dir-chdir-enoent: SYS_CHDIR to nonexistent directory (ENOENT) - dir-getdents-ebadf: SYS_GETDENTS64 with invalid fd (EBADF) All use raw syscalls to hit exact tracepoints. Tests verify ior captures events even when syscalls fail (entry-side capture). Amp-Thread-ID: https://ampcode.com/threads/T-019c81ab-0d62-726e-b859-91b4898be6fe Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/flamegraph')
0 files changed, 0 insertions, 0 deletions