From ca0bcdcc28d110e21d9a225387ef47a467057730 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Mon, 22 Apr 2024 23:47:38 +0200 Subject: TODO --- fs-tracer-ebpf/src/syscalls/open.rs | 62 ++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 28 deletions(-) (limited to 'fs-tracer-ebpf') diff --git a/fs-tracer-ebpf/src/syscalls/open.rs b/fs-tracer-ebpf/src/syscalls/open.rs index 58ff464..8f48672 100644 --- a/fs-tracer-ebpf/src/syscalls/open.rs +++ b/fs-tracer-ebpf/src/syscalls/open.rs @@ -66,7 +66,14 @@ unsafe fn handle_sys_open_enter(ctx: TracePointContext) -> Result Result