summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2022-11-03 19:45:26 +0000
committerGitHub <noreply@github.com>2022-11-03 19:45:26 +0000
commit42dd28526197175abe035e237e31deaa3fc3385c (patch)
treeb0553137fe3d1c9229ff352a362bb1fb1de2c7a9 /collectors/ebpf.plugin
parenta41ba6db5a55a879cc3f49524eca5a4f6ecf7fe0 (diff)
Fix oracle linux (eBPF plugin) (#13935)
Diffstat (limited to 'collectors/ebpf.plugin')
-rw-r--r--collectors/ebpf.plugin/ebpf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/ebpf.plugin/ebpf.c b/collectors/ebpf.plugin/ebpf.c
index 5ec60f8e2a..711afee5d6 100644
--- a/collectors/ebpf.plugin/ebpf.c
+++ b/collectors/ebpf.plugin/ebpf.c
@@ -1690,7 +1690,7 @@ static inline void ebpf_load_thread_config()
{
int i;
for (i = 0; ebpf_modules[i].thread_name; i++) {
- ebpf_update_module(&ebpf_modules[i], default_btf);
+ ebpf_update_module(&ebpf_modules[i], default_btf, running_on_kernel, isrh);
}
}