diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-11-29 12:19:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-11-29 12:19:58 +0100 |
| commit | b94cd3038a6b1841d008690a83ed14cc0f3ff89c (patch) | |
| tree | 4cd739a375270b5ab9ac4e2634f0fe27edaab077 /executor | |
| parent | 9d1895c1bdd16602dad6bdeb98c23b643cca4554 (diff) | |
add support for perf events
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/syscalls.h | 1 |
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}, }; |
