kernel/tools/perf/util/debug.c
.. .. @@ -207,6 +207,10 @@ 207 207 opt++; 208 208 } 209 209 210 + /* For debug variables that are used as bool types, set to 0. */211 + redirect_to_stderr = 0;212 + debug_peo_args = 0;213 +210 214 return 0; 211 215 } 212 216