Remove unecessary call that was enabling disabled threads (#12014)
thiagoftsm committed
Jan 20, 2022 at 12:04 UTC
55e196cf0d06c1051cdfcb0bd4d5b21f103b368e
1 file changed
-2
collectors/ebpf.plugin/ebpf.c
-2
@@ -1624,8 +1624,6 @@ static void ebpf_parse_args(int argc, char **argv)
1624
1625
if (disable_cgroups)
1626
ebpf_disable_cgroups();
1627
-
1628
- ebpf_enable_all_charts(disable_apps, disable_cgroups);
1627
}
1628
1629
if (select_threads) {