aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 5f2a08fc9..6ed06f83a 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -548,4 +548,5 @@ call_t syscalls[] = {
{"bpf$OBJ_PIN_PROG", __NR_bpf},
{"bpf$OBJ_GET_MAP", __NR_bpf},
{"bpf$OBJ_GET_PROG", __NR_bpf},
+ {"perf_event_open", __NR_perf_event_open},
};