summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-24 12:53:26 +0000
committerGitHub <noreply@github.com>2021-05-24 12:53:26 +0000
commite8e60465bf8b659a7acb821abb26541fa9809e05 (patch)
tree0a154e98462961192c6a41e40782e31e75564892 /CMakeLists.txt
parent56dfb07605c2e82699779f9597164856cf790250 (diff)
Ebpf swap (#11090)
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 ddce9882b9..3b33f89fda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -496,6 +496,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_socket.h
collectors/ebpf.plugin/ebpf_sync.c
collectors/ebpf.plugin/ebpf_sync.h
+ collectors/ebpf.plugin/ebpf_swap.c
+ collectors/ebpf.plugin/ebpf_swap.h
collectors/ebpf.plugin/ebpf_apps.c
collectors/ebpf.plugin/ebpf_apps.h
)