summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-05-28 18:57:59 +0000
committerGitHub <noreply@github.com>2021-05-28 18:57:59 +0000
commit0b09b6199715870df7d394545709f7ff009bdee9 (patch)
treed4733ea9059c2201ba6483527652948e578c4cb0 /CMakeLists.txt
parent4561d6a5a92e71ef7652651ac4802a22191aa7c5 (diff)
VFS new thread (#11187)
Split process thread in two different threads.
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 3b33f89fda..95a51c8fb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -498,6 +498,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_sync.h
collectors/ebpf.plugin/ebpf_swap.c
collectors/ebpf.plugin/ebpf_swap.h
+ collectors/ebpf.plugin/ebpf_vfs.c
+ collectors/ebpf.plugin/ebpf_vfs.h
collectors/ebpf.plugin/ebpf_apps.c
collectors/ebpf.plugin/ebpf_apps.h
)