From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932465AbdJXKQE (ORCPT ); Tue, 24 Oct 2017 06:16:04 -0400 Received: from terminus.zytor.com ([65.50.211.136]:42203 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752026AbdJXKP5 (ORCPT ); Tue, 24 Oct 2017 06:15:57 -0400 Date: Tue, 24 Oct 2017 03:13:48 -0700 From: tip-bot for Andi Kleen Message-ID: Cc: acme@redhat.com, jolsa@kernel.org, mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, ak@linux.intel.com, tglx@linutronix.de Reply-To: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, jolsa@kernel.org, acme@redhat.com, tglx@linutronix.de, ak@linux.intel.com In-Reply-To: <20171010224322.15861-1-andi@firstfloor.org> References: <20171010224322.15861-1-andi@firstfloor.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf list: Fix group description in the man page Git-Commit-ID: 98ad761bd3989a71be2b100002be923466617394 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 Commit-ID: 98ad761bd3989a71be2b100002be923466617394 Gitweb: https://git.kernel.org/tip/98ad761bd3989a71be2b100002be923466617394 Author: Andi Kleen AuthorDate: Tue, 10 Oct 2017 15:43:22 -0700 Committer: Arnaldo Carvalho de Melo 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 Cc: Jiri Olsa Link: http://lkml.kernel.org/r/20171010224322.15861-1-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo --- 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