diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-29 11:25:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-29 11:25:27 +0200 |
| commit | 8a34be1f4fffca90d74e2092c7bc5a6af02392c4 (patch) | |
| tree | f003dc1b8d95a31bf8d01c786e98a5a622ac43cd /internal/ior.go | |
| parent | 5f1b3be8ac4013ac7cf5041de339317defeb75ce (diff) | |
fix
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ior.go b/internal/ior.go index 68a6afb..7bf96bc 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -21,7 +21,7 @@ import ( // 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) { + if !flags.ShouldIAttachTracepoint(name) { continue } fmt.Println("Attaching tracepoint", name) |
