Commit 98ad761b authored by Andi Kleen's avatar Andi Kleen Committed by Arnaldo Carvalho de Melo

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: default avatarAndi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20171010224322.15861-1-andi@firstfloor.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 692f5a22
...@@ -204,7 +204,7 @@ For example Intel Core CPUs typically have four generic performance counters ...@@ -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 for the core, plus three fixed counters for instructions, cycles and
ref-cycles. Some special events have restrictions on which counter they ref-cycles. Some special events have restrictions on which counter they
can schedule, and may not support multiple instances in a single group. 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. be measured.
Globally pinned events can limit the number of counters available for Globally pinned events can limit the number of counters available for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment