summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-09-16 02:47:08 +0500
committerGitHub <noreply@github.com>2021-09-16 02:47:08 +0500
commit67ddc2bca29d9121f28417a450b64193d84ff989 (patch)
treefe4997d238bc7a486d6fb8284c76f8110d1037b5 /CMakeLists.txt
parentac00e43456aec8c9989b127ad3f5c57edd9ec280 (diff)
eBPF OOM kill tracking (#11470)
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 e73fc22e95..38b69f4f37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -500,6 +500,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_mount.h
collectors/ebpf.plugin/ebpf_filesystem.c
collectors/ebpf.plugin/ebpf_filesystem.h
+ collectors/ebpf.plugin/ebpf_oomkill.c
+ collectors/ebpf.plugin/ebpf_oomkill.h
collectors/ebpf.plugin/ebpf_process.c
collectors/ebpf.plugin/ebpf_process.h
collectors/ebpf.plugin/ebpf_socket.c