summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_hardirq.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-07-06 12:03:16 +0000
committerGitHub <noreply@github.com>2023-07-06 12:03:16 +0000
commitc805baef80d53cba5a10e77448e973f2cc61ca1e (patch)
treed88de3a1258c71a9e0d1b9287a922d25f40aedd9 /collectors/ebpf.plugin/ebpf_hardirq.h
parent6526a34f86e646610eed4a26215f5b40dfe718ab (diff)
Additional CO-RE code (eBPF.plugin) (#15078)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_hardirq.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_hardirq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf_hardirq.h b/collectors/ebpf.plugin/ebpf_hardirq.h
index 52dea1e560..d727ed3ae5 100644
--- a/collectors/ebpf.plugin/ebpf_hardirq.h
+++ b/collectors/ebpf.plugin/ebpf_hardirq.h
@@ -34,6 +34,11 @@ enum hardirq_ebpf_static {
HARDIRQ_EBPF_STATIC_END
};
+enum hardirq_maps {
+ HARDIRQ_MAP_LATENCY,
+ HARDIRQ_MAP_LATENCY_STATIC
+};
+
typedef struct hardirq_ebpf_static_val {
uint64_t latency;
uint64_t ts;