aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-11-29 12:19:58 +0100
committerDmitry Vyukov <dvyukov@google.com>2015-11-29 12:19:58 +0100
commitb94cd3038a6b1841d008690a83ed14cc0f3ff89c (patch)
tree4cd739a375270b5ab9ac4e2634f0fe27edaab077 /executor/syscalls.h
parent9d1895c1bdd16602dad6bdeb98c23b643cca4554 (diff)
add support for perf events
Diffstat (limited to 'executor/syscalls.h')
-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},
};