diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-27 09:52:36 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-27 09:52:36 +0200 |
| commit | 2745f74f3db314a94ae181fb53963bf853db3833 (patch) | |
| tree | 143cf8557089835906e3d899c8b18fcb00023cac /internal/c/ioriotng.bpf.c | |
| parent | d8441fff4bbf2739cc0e6c046035bf176158954a (diff) | |
use generated tracepoints.c
Diffstat (limited to 'internal/c/ioriotng.bpf.c')
| -rw-r--r-- | internal/c/ioriotng.bpf.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/c/ioriotng.bpf.c b/internal/c/ioriotng.bpf.c index e1ef51d..902bfad 100644 --- a/internal/c/ioriotng.bpf.c +++ b/internal/c/ioriotng.bpf.c @@ -14,12 +14,13 @@ */ #include "filter.c" +// Auto-generated tracepoints. +#include "generated/tracepoints.c" + // Tracepoints with custom handling. #include "tracepoints/open.c" #include "tracepoints/close.c" #include "tracepoints/write.c" -// More tracepoints, but auto-generated. May lack per-syscall special case handling. -// #include "generated/tracepoints.c" char LICENSE[] SEC("license") = "Dual BSD/GPL"; |
