summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-10 23:43:49 +0200
committerPaul Buetow <paul@buetow.org>2024-02-10 23:43:49 +0200
commitedeaf73dc11cb563c16d43b4b2e26ebc2f5f71bc (patch)
treef017eeac8ff3e6cfe0b8cf7e34b0af70ca592ec3 /main.go
parentb9762202d123160c9a64b804b72e018f61fddd1d (diff)
fix
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 c21b831..d280f94 100644
--- a/main.go
+++ b/main.go
@@ -65,7 +65,7 @@ func resizeMap(module *bpf.Module, name string, size uint32) error {
func main() {
// To consider for implementation!
- log.Println("Tracepoints with FD", debugfs.TracepointsWithFd())
+ log.Println(debugfs.TracepointsWithFd())
bpfModule, err := bpf.NewModuleFromFile("main.bpf.o")
if err != nil {