diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-14 20:12:53 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-14 20:12:53 +0200 |
| commit | a4948d9fb1aded11e3111f3730b4e3e4e5bd540c (patch) | |
| tree | a769be7265ea956033380919eaf1d8d56e395892 /internal/flags/flags.go | |
| parent | 5373526439ef4f7554da365bff7817e8c621a9b4 (diff) | |
use syscall name without enter_ prefix
Diffstat (limited to 'internal/flags/flags.go')
| -rw-r--r-- | internal/flags/flags.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/flags/flags.go b/internal/flags/flags.go index 236c7ae..da62f34 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -7,6 +7,7 @@ import ( bpf "github.com/aquasecurity/libbpfgo" ) +// TODO: Filter by syscall (tracepoint names) type Flags struct { PidFilter int TidFilter int |
