aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 8318f3697..ad0c8be37 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15204,6 +15204,7 @@ const call_t syscalls[] = {
{"bpf$BPF_MAP_FREEZE", 5315},
{"bpf$BPF_MAP_GET_FD_BY_ID", 5315},
{"bpf$BPF_MAP_GET_NEXT_ID", 5315},
+ {"bpf$BPF_MAP_LOOKUP_AND_DELETE_BATCH", 5315},
{"bpf$BPF_MAP_LOOKUP_AND_DELETE_ELEM", 5315},
{"bpf$BPF_PROG_ATTACH", 5315},
{"bpf$BPF_PROG_DETACH", 5315},
@@ -15214,9 +15215,12 @@ const call_t syscalls[] = {
{"bpf$BPF_RAW_TRACEPOINT_OPEN", 5315},
{"bpf$BPF_TASK_FD_QUERY", 5315},
{"bpf$MAP_CREATE", 5315},
+ {"bpf$MAP_DELETE_BATCH", 5315},
{"bpf$MAP_DELETE_ELEM", 5315},
{"bpf$MAP_GET_NEXT_KEY", 5315},
+ {"bpf$MAP_LOOKUP_BATCH", 5315},
{"bpf$MAP_LOOKUP_ELEM", 5315},
+ {"bpf$MAP_UPDATE_BATCH", 5315},
{"bpf$MAP_UPDATE_ELEM", 5315},
{"bpf$OBJ_GET_MAP", 5315},
{"bpf$OBJ_GET_PROG", 5315},