From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756229AbcBIMKq (ORCPT ); Tue, 9 Feb 2016 07:10:46 -0500 Received: from terminus.zytor.com ([198.137.202.10]:35683 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753938AbcBIMKn (ORCPT ); Tue, 9 Feb 2016 07:10:43 -0500 Date: Tue, 9 Feb 2016 04:10:32 -0800 From: tip-bot for Taeung Song Message-ID: Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, acme@redhat.com, jolsa@kernel.org, tglx@linutronix.de, namhyung@kernel.org, mingo@kernel.org, treeze.taeung@gmail.com Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, acme@redhat.com, jolsa@kernel.org, tglx@linutronix.de, namhyung@kernel.org, mingo@kernel.org, treeze.taeung@gmail.com In-Reply-To: <1454577913-16401-2-git-send-email-treeze.taeung@gmail.com> References: <1454577913-16401-2-git-send-email-treeze.taeung@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf config: Document 'ui.show-headers' variable in man page Git-Commit-ID: 67f43c009778ddaae812aae29731bb04c256165e 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: 67f43c009778ddaae812aae29731bb04c256165e Gitweb: http://git.kernel.org/tip/67f43c009778ddaae812aae29731bb04c256165e Author: Taeung Song AuthorDate: Thu, 4 Feb 2016 18:25:06 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 4 Feb 2016 11:36:13 -0300 perf config: Document 'ui.show-headers' variable in man page This option controls display of column headers (like 'Overhead' and 'Symbol') in 'report' and 'top'. If this option is false, they are hidden. This option is only applied to TUI. Signed-off-by: Taeung Song Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1454577913-16401-2-git-send-email-treeze.taeung@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-config.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/perf/Documentation/perf-config.txt b/tools/perf/Documentation/perf-config.txt index 74589c6..4278722 100644 --- a/tools/perf/Documentation/perf-config.txt +++ b/tools/perf/Documentation/perf-config.txt @@ -296,6 +296,12 @@ hist.*:: and 'baz' to 50.00% for each, while 'absolute' would show their current overhead (33.33%). +ui.*:: + ui.show-headers:: + This option controls display of column headers (like 'Overhead' and 'Symbol') + in 'report' and 'top'. If this option is false, they are hidden. + This option is only applied to TUI. + SEE ALSO -------- linkperf:perf[1]