summaryrefslogtreecommitdiff
path: root/internal/flags/flags.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-03-14 20:12:53 +0200
committerPaul Buetow <paul@buetow.org>2025-03-14 20:12:53 +0200
commita4948d9fb1aded11e3111f3730b4e3e4e5bd540c (patch)
treea769be7265ea956033380919eaf1d8d56e395892 /internal/flags/flags.go
parent5373526439ef4f7554da365bff7817e8c621a9b4 (diff)
use syscall name without enter_ prefix
Diffstat (limited to 'internal/flags/flags.go')
-rw-r--r--internal/flags/flags.go1
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