summaryrefslogtreecommitdiff
path: root/maps.bpf.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-15 10:37:55 +0200
committerPaul Buetow <paul@buetow.org>2024-02-15 10:37:55 +0200
commit6d2ae77ccb31844c6c366911ee1b4bc43bd691f6 (patch)
treed9d1b89d09475aa8d19f0f46219400fe7b3ea12a /maps.bpf.h
parenta7733cd4ab00b542d7e1afd53d9319b7f8b33674 (diff)
some more about timestamps
debugging
Diffstat (limited to 'maps.bpf.h')
-rw-r--r--maps.bpf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/maps.bpf.h b/maps.bpf.h
index c369037..9d795a8 100644
--- a/maps.bpf.h
+++ b/maps.bpf.h
@@ -18,7 +18,8 @@ struct {
struct open_event {
__s32 fd;
__u32 tid;
- __u64 time;
+ __u64 enter_time;
+ __u64 exit_time;
char filename[MAX_FILENAME_LENGTH];
char comm[MAX_PROGNAME_LENGTH];
};