From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932675AbdCGPaY (ORCPT ); Tue, 7 Mar 2017 10:30:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38548 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754307AbdCGPaQ (ORCPT ); Tue, 7 Mar 2017 10:30:16 -0500 Date: Tue, 7 Mar 2017 16:20:22 +0100 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , kernel-team@lge.com Subject: Re: [PATCHSET 00/23] perf tools: Add -q/--quiet option Message-ID: <20170307152022.GA4080@krava> References: <20170307150851.22304-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170307150851.22304-1-namhyung@kernel.org> User-Agent: Mutt/1.8.0 (2017-02-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 07 Mar 2017 15:20:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 08, 2017 at 12:08:28AM +0900, Namhyung Kim wrote: > Hello, > > This patchset adds -q/--quiet option for most commands. I skipped > commands missing -v/--verbose option. While the -q option in this > patchset just suppresses warning messages, some command might want to > mute other outputs too. I added a few obvious ones and if you have > some thought, please let me know. > > The patch 1, 4 and 5 are fixes and can be applied separately. > > The code is available on the 'perf/quiet-v2' branche on my tree > > git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git > > Thanks, > Namhyung > > > Namhyung Kim (23): > perf report: Hide tip message when -q option is given > perf buildid-cache: Add -q/--quiet option > perf buildid-list: Add -q/--quiet option > perf c2c: Fix help message of --stats option > perf c2c: Fix display bug when using pipe > perf c2c: Add -q/--quiet option ACK for the c2c options thanks, jirka