From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753310AbdCOSgf (ORCPT ); Wed, 15 Mar 2017 14:36:35 -0400 Received: from terminus.zytor.com ([65.50.211.136]:38996 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752111AbdCOSgd (ORCPT ); Wed, 15 Mar 2017 14:36:33 -0400 Date: Wed, 15 Mar 2017 11:35:10 -0700 From: tip-bot for Namhyung Kim Message-ID: Cc: peterz@infradead.org, hpa@zytor.com, acme@redhat.com, jolsa@kernel.org, mingo@kernel.org, tglx@linutronix.de, namhyung@kernel.org, linux-kernel@vger.kernel.org Reply-To: peterz@infradead.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, jolsa@kernel.org, acme@redhat.com, tglx@linutronix.de In-Reply-To: <20170307150851.22304-5-namhyung@kernel.org> References: <20170307150851.22304-5-namhyung@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf c2c: Clarify help message of --stats option Git-Commit-ID: f75d2895e053efb2a69194d98754e4d5f4fa3a28 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: f75d2895e053efb2a69194d98754e4d5f4fa3a28 Gitweb: http://git.kernel.org/tip/f75d2895e053efb2a69194d98754e4d5f4fa3a28 Author: Namhyung Kim AuthorDate: Wed, 8 Mar 2017 00:08:32 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 7 Mar 2017 12:48:41 -0300 perf c2c: Clarify help message of --stats option As it is not strictly asking for only stdio output, but will imply using it. Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa Cc: Peter Zijlstra Cc: kernel-team@lge.com Link: http://lkml.kernel.org/r/20170307150851.22304-5-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/builtin-c2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c index e2b2172..3fac30e 100644 --- a/tools/perf/builtin-c2c.c +++ b/tools/perf/builtin-c2c.c @@ -2536,7 +2536,7 @@ static int perf_c2c__report(int argc, const char **argv) OPT_BOOLEAN(0, "stdio", &c2c.use_stdio, "Use the stdio interface"), #endif OPT_BOOLEAN(0, "stats", &c2c.stats_only, - "Use the stdio interface"), + "Display only statistic tables (implies --stdio)"), OPT_BOOLEAN(0, "full-symbols", &c2c.symbol_full, "Display full length of symbols"), OPT_BOOLEAN(0, "no-source", &no_source,