We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edc3de commit 4d2b560Copy full SHA for 4d2b560
tools/lib/bpf/bpf_helpers.h
@@ -193,6 +193,7 @@ enum libbpf_tristate {
193
#define __arg_nonnull __attribute((btf_decl_tag("arg:nonnull")))
194
#define __arg_nullable __attribute((btf_decl_tag("arg:nullable")))
195
#define __arg_trusted __attribute((btf_decl_tag("arg:trusted")))
196
+#define __arg_arena __attribute((btf_decl_tag("arg:arena")))
197
198
#ifndef ___bpf_concat
199
#define ___bpf_concat(a, b) a ## b
0 commit comments