From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755846AbdBQLJl (ORCPT ); Fri, 17 Feb 2017 06:09:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54034 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755445AbdBQLJk (ORCPT ); Fri, 17 Feb 2017 06:09:40 -0500 Date: Fri, 17 Feb 2017 12:09:35 +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: [PATCH 3/6] perf report: Add -q/--quiet option Message-ID: <20170217110935.GA12358@krava> References: <20170217081742.17417-1-namhyung@kernel.org> <20170217081742.17417-4-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170217081742.17417-4-namhyung@kernel.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Fri, 17 Feb 2017 11:09:40 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 17, 2017 at 05:17:39PM +0900, Namhyung Kim wrote: > The -q/--quiet option is to suppress any message. Sometimes users just > want to see the numbers and it can be used for that case. could you put in some example of the new output? thanks, jirka