diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-24 22:36:15 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-24 22:36:15 +0200 |
| commit | 1e09e1fa9ab053d793010f6e8cedbbca75076edf (patch) | |
| tree | 1e7e78552620222c5ad4bac364947d21c037522d /internal/ior.go | |
| parent | 91bdec412bf5701c8dfe4b5e1a8ec841a18c004a (diff) | |
more on this
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/ior.go b/internal/ior.go index 0b52340..68a6afb 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -17,6 +17,8 @@ import ( bpf "github.com/aquasecurity/libbpfgo" ) +// TODO: Generally, write unit tests +// TODO: Integration tests, write C or Cgo code to simulate I/O? func attachTracepoints(flags flags.Flags, bpfModule *bpf.Module) error { for _, name := range tracepoints.List { if !flags.AttachTracepoint(name) { |
