diff options
Diffstat (limited to 'internal/c/ioriotng.bpf.c')
| -rw-r--r-- | internal/c/ioriotng.bpf.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/internal/c/ioriotng.bpf.c b/internal/c/ioriotng.bpf.c deleted file mode 100644 index 7c41551..0000000 --- a/internal/c/ioriotng.bpf.c +++ /dev/null @@ -1,20 +0,0 @@ -//+build ignore - -#include "vmlinux.h" -#include <bpf/bpf_helpers.h> -#include "types.h" -#include "maps.h" -#include "flags.h" - -/** - * Including .c files, as linking several .o files into one single .o file doesn't work - * with shared BPF state such as ring buffers, maps and globals so well. Other BPF projects - * come along with one huuuuughe .c file with all the BPF code in it. I am rather - * splitting the code up into several smaller files. - */ -#include "filter.c" - -// Auto-generated tracepoints. -#include "generated/tracepoints.c" - -char LICENSE[] SEC("license") = "Dual BSD/GPL"; |
