summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_hardirq.h
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 /collectors/ebpf.plugin/ebpf_hardirq.h
parentac00e43456aec8c9989b127ad3f5c57edd9ec280 (diff)
eBPF OOM kill tracking (#11470)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_hardirq.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_hardirq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf_hardirq.h b/collectors/ebpf.plugin/ebpf_hardirq.h
index d67c337247..4c8a7a0988 100644
--- a/collectors/ebpf.plugin/ebpf_hardirq.h
+++ b/collectors/ebpf.plugin/ebpf_hardirq.h
@@ -69,6 +69,5 @@ typedef struct hardirq_static_val {
extern struct config hardirq_config;
extern void *ebpf_hardirq_thread(void *ptr);
-extern void ebpf_hardirq_create_apps_charts(struct ebpf_module *em, void *ptr);
#endif /* NETDATA_EBPF_HARDIRQ_H */