Added new kprobe to the filesystem ebpf section. Now receiving read events, and storing them in a map for later use, along with a reference to the user-space memory buffer

This commit is contained in:
h3xduck
2022-01-14 21:18:51 -05:00
parent 193d9ec28f
commit 106f141c7e
21 changed files with 1131 additions and 1051 deletions

View File

@@ -3,7 +3,7 @@
"time.h": "c",
"constants.h": "c",
"pkt_cls.h": "c",
"map_defs.h": "c",
"map_common.h": "c",
"regex.h": "c",
"unistd.h": "c",
"xdp_filter.h": "c",
@@ -17,6 +17,7 @@
"tcp.h": "c",
"if_link.h": "c",
"netlink.h": "c",
"bpf_helper_defs.h": "c"
"bpf_helper_defs.h": "c",
"bpf.h": "c"
}
}