summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_sync.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-08-05 15:07:46 +0000
committerGitHub <noreply@github.com>2022-08-05 15:07:46 +0000
commitb8eaf108538615e45346ba8edec6a2fcce16298e (patch)
tree049ec79e83448d38d6b9694c27e2004dbdfe1ef1 /collectors/ebpf.plugin/ebpf_sync.h
parent4b115f20b4ec20ff29d7f506f23d7afb83c6f88f (diff)
Remove SIGSEGV and SIGABRT (ebpf.plugin) (#13407)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_sync.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_sync.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/collectors/ebpf.plugin/ebpf_sync.h b/collectors/ebpf.plugin/ebpf_sync.h
index 2bc18c544f..a52434c171 100644
--- a/collectors/ebpf.plugin/ebpf_sync.h
+++ b/collectors/ebpf.plugin/ebpf_sync.h
@@ -41,23 +41,6 @@ typedef enum sync_syscalls_index {
NETDATA_SYNC_IDX_END
} sync_syscalls_index_t;
-typedef struct ebpf_sync_syscalls {
- char *syscall;
- int enabled;
- uint32_t flags;
-
- // BTF structure
- struct bpf_object *objects;
- struct bpf_link **probe_links;
-
- // BPF structure
-#ifdef LIBBPF_MAJOR_VERSION
- struct sync_bpf *sync_obj;
-#else
- void *sync_obj;
-#endif
-} ebpf_sync_syscalls_t;
-
enum netdata_sync_charts {
NETDATA_SYNC_CALL,