summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-09-29 05:53:24 +0500
committerGitHub <noreply@github.com>2021-09-29 05:53:24 +0500
commit5e91a7bc0c8b33a8c45d1c20c90af266ebe96454 (patch)
tree78b1ed77c5b2d4e0d1059e307f9ba3ceefa9fa28 /CMakeLists.txt
parentd1d630243731acc3974d3ba1b3d7b3433669ef02 (diff)
eBPF Shared Memory system call tracking (#11560)
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 140bab6e35..a7e1eb296c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -504,6 +504,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_oomkill.h
collectors/ebpf.plugin/ebpf_process.c
collectors/ebpf.plugin/ebpf_process.h
+ collectors/ebpf.plugin/ebpf_shm.c
+ collectors/ebpf.plugin/ebpf_shm.h
collectors/ebpf.plugin/ebpf_socket.c
collectors/ebpf.plugin/ebpf_socket.h
collectors/ebpf.plugin/ebpf_softirq.c