summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2020-05-28 15:47:12 +0000
committerGitHub <noreply@github.com>2020-05-28 15:47:12 +0000
commit9f25a1ca2fbf1edc03fab629ef4746bcf3858d37 (patch)
tree892ea390ab09b674d05393b4e16ec9eab9fc3f7d /Makefile.am
parent6976ddca60dee93d3dcd95c022df5ae9158910b8 (diff)
eBPF modular (#9148)
Convert the monolithic ebpf.plugin in a modular plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 717c1758bf..30a8297b7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -266,6 +266,10 @@ PERF_PLUGIN_FILES = \
EBPF_PLUGIN_FILES = \
collectors/ebpf.plugin/ebpf.c \
+ collectors/ebpf.plugin/ebpf_process.c \
+ collectors/ebpf.plugin/ebpf_process.h \
+ collectors/ebpf.plugin/ebpf_socket.c \
+ collectors/ebpf.plugin/ebpf_socket.h \
collectors/ebpf.plugin/ebpf.h \
$(LIBNETDATA_FILES) \
$(NULL)