hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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