summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-08-18 18:46:25 +0500
committerGitHub <noreply@github.com>2021-08-18 18:46:25 +0500
commitbc3d8c99066fd80b8f99f10cba8b87ed7404c025 (patch)
treecde3e9790230c532bacdde76ad7eaaa7387c0846 /CMakeLists.txt
parent28bea5ea903df78fd0212460b8ff9a1303784144 (diff)
eBPF Hard IRQ latency (#11410)
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 1b5702055e..ea47ec20c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -494,6 +494,8 @@ set(EBPF_PROCESS_PLUGIN_FILES
collectors/ebpf.plugin/ebpf_disk.h
collectors/ebpf.plugin/ebpf_fd.c
collectors/ebpf.plugin/ebpf_fd.h
+ collectors/ebpf.plugin/ebpf_hardirq.c
+ collectors/ebpf.plugin/ebpf_hardirq.h
collectors/ebpf.plugin/ebpf_mount.c
collectors/ebpf.plugin/ebpf_mount.h
collectors/ebpf.plugin/ebpf_filesystem.c