summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/ebpf_fd.h
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2024-01-17 14:00:19 +0000
committerGitHub <noreply@github.com>2024-01-17 14:00:19 +0000
commit0e0a6e8bc525b73b71750e89d671288b819a2cf9 (patch)
tree37ca2d74da7951b217025537e246a0acfec7cbba /collectors/ebpf.plugin/ebpf_fd.h
parentaae9a7ea6365aa596ef7e95721ed1d85ec337c3f (diff)
Update binaries (eBPF) (#16671)
Diffstat (limited to 'collectors/ebpf.plugin/ebpf_fd.h')
-rw-r--r--collectors/ebpf.plugin/ebpf_fd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/collectors/ebpf.plugin/ebpf_fd.h b/collectors/ebpf.plugin/ebpf_fd.h
index 00986673eb..eb32f54133 100644
--- a/collectors/ebpf.plugin/ebpf_fd.h
+++ b/collectors/ebpf.plugin/ebpf_fd.h
@@ -38,6 +38,12 @@
#define NETDATA_EBPF_FD_ARAL_NAME "ebpf_fd"
typedef struct netdata_fd_stat {
+ uint64_t ct;
+ uint32_t tgid;
+ uint32_t uid;
+ uint32_t gid;
+ char name[TASK_COMM_LEN];
+
uint32_t open_call; // Open syscalls (open and openat)
uint32_t close_call; // Close syscall (close)