[PATCH 0/3] Fixes for debug variables

From: Yang Jihong
Date: Mon Dec 19 2022 - 22:59:56 EST


patch1 is a fix for debug_peo_args and redirect_to_stderr.
patch2 is a fix for the verbose variable.
patch3 is a correction for checking the quiet option.

Yang Jihong (3):
perf tools: Set debug_peo_args and redirect_to_stderr to correct
values in perf_quiet_option
perf tools: Fix usage of the verbose variable
perf probe: Check -v and -q options in the right place

tools/perf/builtin-lock.c | 6 +++---
tools/perf/builtin-probe.c | 17 +++++++++--------
tools/perf/builtin-record.c | 4 ++--
tools/perf/builtin-script.c | 2 +-
tools/perf/builtin-stat.c | 4 ++--
tools/perf/dlfilters/dlfilter-test-api-v0.c | 2 +-
tools/perf/tests/builtin-test.c | 2 +-
tools/perf/tests/dlfilter-test.c | 2 +-
tools/perf/util/bpf_lock_contention.c | 2 +-
tools/perf/util/debug.c | 4 ++++
tools/perf/util/dlfilter.c | 2 +-
11 files changed, 26 insertions(+), 21 deletions(-)

--
2.30.GIT