hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
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