From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754857AbcBCKJr (ORCPT ); Wed, 3 Feb 2016 05:09:47 -0500 Received: from terminus.zytor.com ([198.137.202.10]:54371 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753176AbcBCKJp (ORCPT ); Wed, 3 Feb 2016 05:09:45 -0500 Date: Wed, 3 Feb 2016 02:09:29 -0800 From: tip-bot for Taeung Song Message-ID: Cc: linux-kernel@vger.kernel.org, mingo@kernel.org, treeze.taeung@gmail.com, jolsa@kernel.org, namhyung@kernel.org, hpa@zytor.com, acme@redhat.com, tglx@linutronix.de Reply-To: tglx@linutronix.de, acme@redhat.com, hpa@zytor.com, jolsa@kernel.org, namhyung@kernel.org, mingo@kernel.org, treeze.taeung@gmail.com, linux-kernel@vger.kernel.org In-Reply-To: <1452253193-30502-3-git-send-email-treeze.taeung@gmail.com> References: <1452253193-30502-3-git-send-email-treeze.taeung@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf config: Document variables for 'tui' and ' gtk' sections in man page Git-Commit-ID: 3fa9f40718a33d27eb2f4bd36c13318a2d58839d 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: 3fa9f40718a33d27eb2f4bd36c13318a2d58839d Gitweb: http://git.kernel.org/tip/3fa9f40718a33d27eb2f4bd36c13318a2d58839d Author: Taeung Song AuthorDate: Fri, 8 Jan 2016 20:39:32 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Tue, 26 Jan 2016 11:52:47 -0300 perf config: Document variables for 'tui' and 'gtk' sections in man page Explain 'tui' and 'gtk' sections and these variables. 'top', 'report' and 'annotate' Signed-off-by: Taeung Song Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1452253193-30502-3-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-config.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 8051782..ccbdb64 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -144,6 +144,16 @@ colors.*:: Colors for headers in the output of a sub-commands (top, report). Default values are 'white', 'blue'. +tui.*, gtk.*:: + Subcommands that can be configured here are 'top', 'report' and 'annotate'. + These values are booleans, for example: + + [tui] + top = true + + will make the TUI be the default for the 'top' subcommand. Those will be + available if the required libs were detected at tool build time. + SEE ALSO -------- linkperf:perf[1]