From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935519AbcJFWpH (ORCPT ); Thu, 6 Oct 2016 18:45:07 -0400 Received: from terminus.zytor.com ([198.137.202.10]:46580 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935071AbcJFWo7 (ORCPT ); Thu, 6 Oct 2016 18:44:59 -0400 Date: Thu, 6 Oct 2016 15:44:26 -0700 From: tip-bot for Nambong Ha Message-ID: Cc: peterz@infradead.org, mingo@kernel.org, linux-kernel@vger.kernel.org, taeung@kosslab.kr, jolsa@kernel.org, hpa@zytor.com, over3025@gmail.com, tglx@linutronix.de, acme@redhat.com, namhyung@kernel.org Reply-To: acme@redhat.com, namhyung@kernel.org, peterz@infradead.org, mingo@kernel.org, taeung@kosslab.kr, linux-kernel@vger.kernel.org, tglx@linutronix.de, over3025@gmail.com, hpa@zytor.com, jolsa@kernel.org In-Reply-To: <1475191562-3240-1-git-send-email-over3025@gmail.com> References: <1475191562-3240-1-git-send-email-over3025@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/urgent] perf top/report: Add tips about a list option Git-Commit-ID: 2ad8327fd0013ee07f056d28faddc2e7f01dd127 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: 2ad8327fd0013ee07f056d28faddc2e7f01dd127 Gitweb: http://git.kernel.org/tip/2ad8327fd0013ee07f056d28faddc2e7f01dd127 Author: Nambong Ha AuthorDate: Fri, 30 Sep 2016 08:26:02 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Wed, 5 Oct 2016 19:51:53 -0300 perf top/report: Add tips about a list option Add two tips that describe --list option of config sub-command and explain how to choose particular config file location. Signed-off-by: Nambong Ha Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Taeung Song Link: http://lkml.kernel.org/r/1475191562-3240-1-git-send-email-over3025@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/tips.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index 9d3e1ee..8a6479c 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt @@ -30,3 +30,5 @@ If you prefer Intel style assembly, try: perf annotate -M intel For hierarchical output, try: perf report --hierarchy Order by the overhead of source file name and line number: perf report -s srcline System-wide collection from all CPUs: perf record -a +Show current config key-value pairs: perf config --list +Show user configuration overrides: perf config --user --list