index
:
ior
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
tracepoints
Age
Commit message (
Expand
)
Author
2026-03-05
Add package-level docs across internal packages
Paul Buetow
2026-02-23
Add baseline pidfd_getfd tracepoint support
Paul Buetow
2026-02-23
Add getcwd tracing support and stabilize comm propagation test
Paul Buetow
2026-02-22
Add copy_file_range support and tracepoint attach tests
Paul Buetow
2026-02-22
Implement mmap/msync syscall support with unit and integration coverage
Paul Buetow
2026-02-21
Enable name_to_handle_at and io_uring fd attribution
Paul Buetow
2026-02-21
Migrate make targets to mage
Paul Buetow
2026-02-21
rewrite from Raku to Golang initial
Paul Buetow
2025-10-09
initial handle by open_at syscalls
Paul Buetow
2025-07-12
initial classification
Paul Buetow
2025-04-11
add dup3 syscall
Paul Buetow
2025-03-30
add syslog
Paul Buetow
2025-03-28
a bunch of new syscalls
Paul Buetow
2025-03-28
add readv family of I/O syscalls
Paul Buetow
2025-03-27
implement dup2
Paul Buetow
2025-03-27
implemented dup
Paul Buetow
2025-03-26
reformat output
Paul Buetow
2025-03-26
implement sync
Paul Buetow
2025-03-26
initial io_ async tracepoints
Paul Buetow
2025-03-26
some tracepoints were not opening new fds
Paul Buetow
2025-03-22
fix fcntl
Paul Buetow
2025-03-22
generating fcntl boilerplate
Paul Buetow
2025-03-16
refactor directories
Paul Buetow
2024-02-19
refactor
Paul Buetow
2024-02-19
refactor generated code into its own package
Paul Buetow
2024-02-19
add generated list, too
Paul Buetow
2024-02-19
make ioriotng able to run without .c source files present
Paul Buetow
2024-02-19
restructure
Paul Buetow
2024-02-16
use fmt
Paul Buetow
2024-02-09
use log package everywhere
Paul Buetow
2024-02-09
can dynamically load progs and tracepoints
Paul Buetow
2024-02-09
also catch enter openat syscall
Paul Buetow