All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf, tools: Fix group description perf list man page
@ 2017-10-10 22:43 Andi Kleen
  2017-10-11 14:45 ` Arnaldo Carvalho de Melo
  2017-10-24 10:13 ` [tip:perf/core] perf list: Fix group description in the " tip-bot for Andi Kleen
  0 siblings, 2 replies; 3+ messages in thread
From: Andi Kleen @ 2017-10-10 22:43 UTC (permalink / raw)
  To: acme; +Cc: jolsa, linux-kernel, Andi Kleen

From: Andi Kleen <ak@linux.intel.com>

Fix an incorrect description in the perf list manpage. When a group
does not fit into the hardware it is partially scheduled, but does
not error out.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
 tools/perf/Documentation/perf-list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-list.txt b/tools/perf/Documentation/perf-list.txt
index 24679aed90b7..e2a897ae3596 100644
--- a/tools/perf/Documentation/perf-list.txt
+++ b/tools/perf/Documentation/perf-list.txt
@@ -204,7 +204,7 @@ For example Intel Core CPUs typically have four generic performance counters
 for the core, plus three fixed counters for instructions, cycles and
 ref-cycles. Some special events have restrictions on which counter they
 can schedule, and may not support multiple instances in a single group.
-When too many events are specified in the group none of them will not
+When too many events are specified in the group some of them will not
 be measured.
 
 Globally pinned events can limit the number of counters available for
-- 
2.13.6

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

* Re: [PATCH] perf, tools: Fix group description perf list man page
  2017-10-10 22:43 [PATCH] perf, tools: Fix group description perf list man page Andi Kleen
@ 2017-10-11 14:45 ` Arnaldo Carvalho de Melo
  2017-10-24 10:13 ` [tip:perf/core] perf list: Fix group description in the " tip-bot for Andi Kleen
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2017-10-11 14:45 UTC (permalink / raw)
  To: Andi Kleen; +Cc: jolsa, linux-kernel, Andi Kleen

Em Tue, Oct 10, 2017 at 03:43:22PM -0700, Andi Kleen escreveu:
> From: Andi Kleen <ak@linux.intel.com>
> 
> Fix an incorrect description in the perf list manpage. When a group
> does not fit into the hardware it is partially scheduled, but does
> not error out.
> 
> Signed-off-by: Andi Kleen <ak@linux.intel.com>

Thanks, applied.

- Arnaldo

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

* [tip:perf/core] perf list: Fix group description in the man page
  2017-10-10 22:43 [PATCH] perf, tools: Fix group description perf list man page Andi Kleen
  2017-10-11 14:45 ` Arnaldo Carvalho de Melo
@ 2017-10-24 10:13 ` tip-bot for Andi Kleen
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Andi Kleen @ 2017-10-24 10:13 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: acme, jolsa, mingo, hpa, linux-kernel, ak, tglx

Commit-ID:  98ad761bd3989a71be2b100002be923466617394
Gitweb:     https://git.kernel.org/tip/98ad761bd3989a71be2b100002be923466617394
Author:     Andi Kleen <ak@linux.intel.com>
AuthorDate: Tue, 10 Oct 2017 15:43:22 -0700
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Mon, 23 Oct 2017 11:20:54 -0300

perf list: Fix group description in the man page

Fix an incorrect description in the 'perf list' manpage. When a group
does not fit into the hardware it is partially scheduled, but does not
error out.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20171010224322.15861-1-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Documentation/perf-list.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-list.txt b/tools/perf/Documentation/perf-list.txt
index 24679ae..e2a897a 100644
--- a/tools/perf/Documentation/perf-list.txt
+++ b/tools/perf/Documentation/perf-list.txt
@@ -204,7 +204,7 @@ For example Intel Core CPUs typically have four generic performance counters
 for the core, plus three fixed counters for instructions, cycles and
 ref-cycles. Some special events have restrictions on which counter they
 can schedule, and may not support multiple instances in a single group.
-When too many events are specified in the group none of them will not
+When too many events are specified in the group some of them will not
 be measured.
 
 Globally pinned events can limit the number of counters available for

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

end of thread, other threads:[~2017-10-24 10:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-10 22:43 [PATCH] perf, tools: Fix group description perf list man page Andi Kleen
2017-10-11 14:45 ` Arnaldo Carvalho de Melo
2017-10-24 10:13 ` [tip:perf/core] perf list: Fix group description in the " tip-bot for Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.