Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752511AbdCOSk7 (ORCPT ); Wed, 15 Mar 2017 14:40:59 -0400 Received: from terminus.zytor.com ([65.50.211.136]:39192 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752035AbdCOSk2 (ORCPT ); Wed, 15 Mar 2017 14:40:28 -0400 Date: Wed, 15 Mar 2017 11:37:57 -0700 From: tip-bot for Changbin Du Message-ID: Cc: linux-kernel@vger.kernel.org, acme@redhat.com, hpa@zytor.com, peterz@infradead.org, changbin.du@intel.com, mingo@kernel.org, tglx@linutronix.de Reply-To: mingo@kernel.org, tglx@linutronix.de, changbin.du@intel.com, peterz@infradead.org, hpa@zytor.com, acme@redhat.com, linux-kernel@vger.kernel.org In-Reply-To: <20170313083252.23644-1-changbin.du@intel.com> References: <20170313083252.23644-1-changbin.du@intel.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf report: Document +field style argument support for --field option Git-Commit-ID: d35fa1e75fdb308ae8a1a3efffe7ddedbd6051e2 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 Content-Length: 1619 Lines: 39 Commit-ID: d35fa1e75fdb308ae8a1a3efffe7ddedbd6051e2 Gitweb: http://git.kernel.org/tip/d35fa1e75fdb308ae8a1a3efffe7ddedbd6051e2 Author: Changbin Du AuthorDate: Mon, 13 Mar 2017 16:32:52 +0800 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 13 Mar 2017 11:44:44 -0300 perf report: Document +field style argument support for --field option Commit 2f3f9bcf000b ("perf tools: Add +field argument support for --field option") by Jiri Olsa introduced +field style argument support for --field option. This is useful but not updated documentation. This add a little description there. Signed-off-by: Changbin Du Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20170313083252.23644-1-changbin.du@intel.com [ Slightly improved the phrase structure ] Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-report.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 33f9190..672b149a 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -173,6 +173,9 @@ OPTIONS By default, every sort keys not specified in -F will be appended automatically. + If the keys starts with a prefix '+', then it will append the specified + field(s) to the default field order. For example: perf report -F +period,sample. + -p:: --parent=:: A regex filter to identify parent. The parent is a caller of this