summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-09 01:06:55 +0200
committerPaul Buetow <paul@buetow.org>2024-02-09 01:06:55 +0200
commit406f0526b9e2961669cad16f0b36d38bf2af17f3 (patch)
tree2c52dbd060cbf263acbeeaad76b7f5191ce214fc /internal
parent1da0b3028eeb4c3ea65f3b51b43dee7cf5a09ebc (diff)
use log package everywhere
Diffstat (limited to 'internal')
-rw-r--r--internal/tracepoints/syscalls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/tracepoints/syscalls.go b/internal/tracepoints/syscalls.go
index 51f4d94..4cfc9e0 100644
--- a/internal/tracepoints/syscalls.go
+++ b/internal/tracepoints/syscalls.go
@@ -27,6 +27,7 @@ func filterLines(lines []string) ([]string, error) {
return syscalls, nil
}
+// Filter out all used syscall tracepoints from *.bpf.c
func usedSyscalls() ([]string, error) {
var syscalls []string