Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753336AbdCMOp7 (ORCPT ); Mon, 13 Mar 2017 10:45:59 -0400 Received: from mail.kernel.org ([198.145.29.136]:44040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752332AbdCMOps (ORCPT ); Mon, 13 Mar 2017 10:45:48 -0400 Date: Mon, 13 Mar 2017 11:45:16 -0300 From: Arnaldo Carvalho de Melo To: changbin.du@intel.com Cc: peterz@infradead.org, mingo@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf report: Document +field style argument support for --field option Message-ID: <20170313144516.GN2750@kernel.org> References: <20170313083252.23644-1-changbin.du@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170313083252.23644-1-changbin.du@intel.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1173 Lines: 31 Em Mon, Mar 13, 2017 at 04:32:52PM +0800, changbin.du@intel.com escreveu: > From: Changbin Du > > 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. thanks, applied. > Signed-off-by: Changbin Du > --- > 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 c04cc06..c831ebc 100644 > --- a/tools/perf/Documentation/perf-report.txt > +++ b/tools/perf/Documentation/perf-report.txt > @@ -172,6 +172,9 @@ OPTIONS > By default, every sort keys not specified in -F will be appended > automatically. > > + If the keys starts with a prefix '+', then will append field(s) to > + 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 > -- > 2.7.4