diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-20 20:49:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-20 20:49:20 +0200 |
| commit | db4bbaf8aa06e323151dd55391b2ebeee26ef5ec (patch) | |
| tree | bb05de55c9bec8409fd7521f667facaf3fb5e90c | |
| parent | a16bc5f6c0613edb1a0d503bc776d799054d2c03 (diff) | |
jo
| -rw-r--r-- | TODO.md | 7 | ||||
| -rw-r--r-- | internal/eventloop.go | 2 |
2 files changed, 0 insertions, 9 deletions
@@ -1,12 +1,5 @@ # TODO's -* Target OS is Rocky 9 and not Rocky 8 (can use a bhyve VM) -* More filters - * By syscall -* Capture more tracepoints? See comments in tracepoints.c's header. -* Automatic testing (integration tests) -* Performance benchmark... - ## FlameGraphs More ideas diff --git a/internal/eventloop.go b/internal/eventloop.go index d78997f..555a8f8 100644 --- a/internal/eventloop.go +++ b/internal/eventloop.go @@ -192,8 +192,6 @@ func (e *eventLoop) syscallExit(exitEv event.Event, ch chan<- *event.Pair) { openEv := ev.EnterEv.(*OpenEvent) fd := int32(ev.ExitEv.(*RetEvent).Ret) - // It's from an array, so only create string from array until first 0 byte - // TODO: This could speed up the path filter as well file := file.NewFd(fd, openEv.Filename[:], v.Flags) if fd >= 0 { e.files[fd] = file |
