From fe024ec9fc47b96b5cc9b3301ebf311510568fda Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Feb 2024 22:28:41 +0200 Subject: initial timestamps --- maps.bpf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'maps.bpf.h') diff --git a/maps.bpf.h b/maps.bpf.h index afa1064..3cdfe25 100644 --- a/maps.bpf.h +++ b/maps.bpf.h @@ -4,6 +4,8 @@ struct open_event { int fd; int op_id; u32 tid; + long enter_time; + long exit_time; char filename[256]; char comm[16]; }; @@ -26,6 +28,8 @@ struct fd_event { int fd; int op_id; u32 tid; + long enter_time; + long exit_time; }; struct { -- cgit v1.2.3