summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1d1a99c..0f8342a 100644
--- a/main.go
+++ b/main.go
@@ -64,7 +64,7 @@ func main() {
os.Exit(-1)
}
- if err := tracepoints.AttachSyscalls(bpfModule, "enter_openat", "exit_openat"); err != nil {
+ if err := tracepoints.AttachSyscalls(bpfModule); err != nil {
fmt.Fprintf(os.Stderr, err.Error())
os.Exit(-1)
}