From f0b28f16b551e7629543b0e0190f897cb7d42e6c Mon Sep 17 00:00:00 2001 From: Jiri Olsa Date: Thu, 30 Nov 2023 11:09:32 +0000 Subject: [PATCH] fix spec Signed-off-by: Jiri Olsa --- examples/tracingpolicy/killer.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/tracingpolicy/killer.yaml b/examples/tracingpolicy/killer.yaml index cc32c13327b..0c9f8ff2011 100644 --- a/examples/tracingpolicy/killer.yaml +++ b/examples/tracingpolicy/killer.yaml @@ -9,6 +9,7 @@ spec: values: - "sys_dup" - "sys_dup2" + - "__ia32_sys_dup" killers: - syscalls: - "list:dups" @@ -17,7 +18,7 @@ spec: event: "sys_enter" args: - index: 4 - type: "uint64" + type: "syscall64" selectors: - matchArgs: - index: 0