diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-15 10:37:55 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-15 10:37:55 +0200 |
| commit | 6d2ae77ccb31844c6c366911ee1b4bc43bd691f6 (patch) | |
| tree | d9d1b89d09475aa8d19f0f46219400fe7b3ea12a /maps.bpf.h | |
| parent | a7733cd4ab00b542d7e1afd53d9319b7f8b33674 (diff) | |
some more about timestamps
debugging
Diffstat (limited to 'maps.bpf.h')
| -rw-r--r-- | maps.bpf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]; }; |
