summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent705a766c3fcea0df0b360b3ad858a2f5e2ee025b (diff)
Ebpf directory cache (#10855)
Add new thread to ebpf.plugin.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd08023169..ddce9882b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -488,6 +488,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf.h
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