diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -2,12 +2,6 @@ ## High Priority (Core functionality) -### 1. Add unit test for FcntlEvent handling -- Test F_SETFL flag modification -- Test F_DUPFD file descriptor duplication -- Test F_DUPFD_CLOEXEC with O_CLOEXEC flag -- Location: internal/eventloop.go:305 - ### 2. Implement byte count tracking for read/write syscalls - Track number of bytes read/written in each I/O operation - Add to flamegraph statistics @@ -70,4 +64,4 @@ All previously listed test cases have been implemented: - Test cases for all basic syscalls - File descriptor lifecycle tests - Edge case handling tests -- Filtering and comm tracking tests
\ No newline at end of file +- Filtering and comm tracking tests |
