diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-02-18 09:15:59 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-18 10:31:03 +0100 |
| commit | d52d4872e357a88800726f671e237a2a8e3c201f (patch) | |
| tree | 2129f31a035a7037ed33ea3bb2ff3bbb71bbaf69 /executor/syscalls.h | |
| parent | 105edea6a39c242eef7a02d92d84497966e7c81b (diff) | |
sys/linux: don't extract from futex.txt and watch_queue.txt
These are not present in linux-next.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 4 |
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}, |
