commit | a08f6dd4190e90dc7b013435acb66770f117e8b0 | [log] [tgz] |
---|---|---|
author | Yisheng Xie <[email protected]> | Tue Mar 13 20:31:14 2018 +0800 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Fri Mar 16 16:39:02 2018 -0300 |
tree | b4610fa2cde01b5f387cac5804ebf5e8524c1c47 | |
parent | 699db111058798bcc9f92a93767062905a561bef [diff] |
perf debug: Avoid setting 'quiet' to 'true' unnecessarily When using --quiet to disable messages, we will set the 'quiet' variable to 'true' first, then check that variable to decide whether we need to call perf_quiet_option(), so no need to set 'quiet' to 'true' once more in perf_quiet_option(). Signed-off-by: Yisheng Xie <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Kan Liang <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>