hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/util/debug.c
....@@ -207,6 +207,10 @@
207207 opt++;
208208 }
209209
210
+ /* For debug variables that are used as bool types, set to 0. */
211
+ redirect_to_stderr = 0;
212
+ debug_peo_args = 0;
213
+
210214 return 0;
211215 }
212216