From b94cd3038a6b1841d008690a83ed14cc0f3ff89c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 29 Nov 2015 12:19:58 +0100 Subject: add support for perf events --- executor/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/syscalls.h') 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}, }; -- cgit mrf-deployment