summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-03-03 16:08:08 +0000
committerGitHub <noreply@github.com>2021-03-03 16:08:08 +0000
commit71e711430cd793daa0599c5f911018889778798b (patch)
tree3359b05451bb5d141e28f59fe26ed2b77af7c0c2 /CMakeLists.txt
parentd127d2f6818a6ac96be0d7954d63a882969e76c6 (diff)
Add Linux page cache metrics to eBPF (#10693)
Add new eBPF thread to display page cache utilization.
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 415c673d85..3ce63e6235 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -481,6 +481,8 @@ set(SLABINFO_PLUGIN_FILES
set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf.c
collectors/ebpf.plugin/ebpf.h
+ collectors/ebpf.plugin/ebpf_cachestat.c
+ collectors/ebpf.plugin/ebpf_cachestat.h
collectors/ebpf.plugin/ebpf_process.c
collectors/ebpf.plugin/ebpf_process.h
collectors/ebpf.plugin/ebpf_socket.c