summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-03 11:13:37 +0000
committerGitHub <noreply@github.com>2021-05-03 11:13:37 +0000
commitac3f9b171754014126edf6235d7d751f9aaa4ea5 (patch)
tree2042dd486cf52293d1427e60fc8907508ae51212 /Makefile.am
parent705a766c3fcea0df0b360b3ad858a2f5e2ee025b (diff)
Ebpf directory cache (#10855)
Add new thread to ebpf.plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index aa45fc3a40..2e3fe4c842 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -294,6 +294,8 @@ EBPF_PLUGIN_FILES = \
collectors/ebpf.plugin/ebpf.c \
collectors/ebpf.plugin/ebpf_cachestat.c \
collectors/ebpf.plugin/ebpf_cachestat.h \
+ collectors/ebpf.plugin/ebpf_dcstat.c \
+ collectors/ebpf.plugin/ebpf_dcstat.h \
collectors/ebpf.plugin/ebpf_process.c \
collectors/ebpf.plugin/ebpf_process.h \
collectors/ebpf.plugin/ebpf_socket.c \