summaryrefslogtreecommitdiff
path: root/internal/flags/flags.bpf.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-17 14:12:01 +0200
committerPaul Buetow <paul@buetow.org>2024-02-17 14:12:01 +0200
commitc3a41ac0cb15d3f2665d75051260c1909b434548 (patch)
tree561ac1b4ba53d465d86e6a49c68ef8e68984b7ce /internal/flags/flags.bpf.h
parent08f7a9bfa2ade822fd781609f63a4d71eee1b64e (diff)
using global variables for more efficient filtering of events
Diffstat (limited to 'internal/flags/flags.bpf.h')
-rw-r--r--internal/flags/flags.bpf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/flags/flags.bpf.h b/internal/flags/flags.bpf.h
new file mode 100644
index 0000000..769d9ef
--- /dev/null
+++ b/internal/flags/flags.bpf.h
@@ -0,0 +1,3 @@
+//+build ignore
+
+const volatile u32 UID_FILTER = 0;