hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
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