summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
parentd127d2f6818a6ac96be0d7954d63a882969e76c6 (diff)
Add Linux page cache metrics to eBPF (#10693)
Add new eBPF thread to display page cache utilization.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1846d1e1cf..34179b1266 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -281,6 +281,8 @@ PERF_PLUGIN_FILES = \
EBPF_PLUGIN_FILES = \
collectors/ebpf.plugin/ebpf.c \
+ 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 \