summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_sync.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-08-02 18:29:53 +0000
committerGitHub <noreply@github.com>2021-08-02 18:29:53 +0000
commit340c31e13ca7486673123bdcfa208b55f22f9fb4 (patch)
tree2a60b7929bdac3b6412b21210ba81256748cff44 /collectors/ebpf.plugin/ebpf_sync.h
parente2303fea720871ef568a175d8a50a478154a1db8 (diff)
Specify module for threads (#11387)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_sync.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_sync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf_sync.h b/collectors/ebpf.plugin/ebpf_sync.h
index 91f1eab96e..151b7a4ed4 100644
--- a/collectors/ebpf.plugin/ebpf_sync.h
+++ b/collectors/ebpf.plugin/ebpf_sync.h
@@ -3,6 +3,9 @@
#ifndef NETDATA_EBPF_SYNC_H
#define NETDATA_EBPF_SYNC_H 1
+// Module name
+#define NETDATA_EBPF_MODULE_NAME_SYNC "sync"
+
// charts
#define NETDATA_EBPF_SYNC_CHART "sync"
#define NETDATA_EBPF_MSYNC_CHART "memory_map"