diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-10 23:43:49 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-10 23:43:49 +0200 |
| commit | edeaf73dc11cb563c16d43b4b2e26ebc2f5f71bc (patch) | |
| tree | f017eeac8ff3e6cfe0b8cf7e34b0af70ca592ec3 /main.go | |
| parent | b9762202d123160c9a64b804b72e018f61fddd1d (diff) | |
fix
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
