public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf report: Document +field style argument support for --field option
@ 2017-03-13  8:32 changbin.du
  2017-03-13 14:45 ` Arnaldo Carvalho de Melo
  2017-03-15 18:37 ` [tip:perf/core] " tip-bot for Changbin Du
  0 siblings, 2 replies; 3+ messages in thread
From: changbin.du @ 2017-03-13  8:32 UTC (permalink / raw)
  To: peterz, mingo, acme; +Cc: linux-kernel, Changbin Du

From: Changbin Du <changbin.du@intel.com>

Commit 2f3f9bcf000b ("perf tools: Add +field argument support for --field
option") by Jiri Olsa <jolsa@kernel.org> 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 <changbin.du@intel.com>
---
 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=<regex>::
         A regex filter to identify parent. The parent is a caller of this
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf report: Document +field style argument support for --field option
  2017-03-13  8:32 [PATCH] perf report: Document +field style argument support for --field option changbin.du
@ 2017-03-13 14:45 ` Arnaldo Carvalho de Melo
  2017-03-15 18:37 ` [tip:perf/core] " tip-bot for Changbin Du
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-03-13 14:45 UTC (permalink / raw)
  To: changbin.du; +Cc: peterz, mingo, linux-kernel

Em Mon, Mar 13, 2017 at 04:32:52PM +0800, changbin.du@intel.com escreveu:
> From: Changbin Du <changbin.du@intel.com>
> 
> Commit 2f3f9bcf000b ("perf tools: Add +field argument support for --field
> option") by Jiri Olsa <jolsa@kernel.org> 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 <changbin.du@intel.com>
> ---
>  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=<regex>::
>          A regex filter to identify parent. The parent is a caller of this
> -- 
> 2.7.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/core] perf report: Document +field style argument support for --field option
  2017-03-13  8:32 [PATCH] perf report: Document +field style argument support for --field option changbin.du
  2017-03-13 14:45 ` Arnaldo Carvalho de Melo
@ 2017-03-15 18:37 ` tip-bot for Changbin Du
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Changbin Du @ 2017-03-15 18:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, acme, hpa, peterz, changbin.du, mingo, tglx

Commit-ID:  d35fa1e75fdb308ae8a1a3efffe7ddedbd6051e2
Gitweb:     http://git.kernel.org/tip/d35fa1e75fdb308ae8a1a3efffe7ddedbd6051e2
Author:     Changbin Du <changbin.du@intel.com>
AuthorDate: Mon, 13 Mar 2017 16:32:52 +0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
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 <jolsa@kernel.org> 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 <changbin.du@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
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 <acme@redhat.com>
---
 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=<regex>::
         A regex filter to identify parent. The parent is a caller of this

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-15 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  8:32 [PATCH] perf report: Document +field style argument support for --field option changbin.du
2017-03-13 14:45 ` Arnaldo Carvalho de Melo
2017-03-15 18:37 ` [tip:perf/core] " tip-bot for Changbin Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox