Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753163AbbFDLtc (ORCPT ); Thu, 4 Jun 2015 07:49:32 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60775 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752291AbbFDLta (ORCPT ); Thu, 4 Jun 2015 07:49:30 -0400 Date: Thu, 4 Jun 2015 13:49:17 +0200 From: Peter Zijlstra To: Imre Palik Cc: Thomas Gleixner , "H. Peter Anvin" , x86@kernel.org, Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, "Palik, Imre" , Anthony Liguori Subject: Re: [RFC PATCH] perf: honoring cpuid for number of fixed counters Message-ID: <20150604114917.GI3644@twins.programming.kicks-ass.net> References: <1433318628-6330-1-git-send-email-imrep.amz@gmail.com> <20150603083615.GZ3644@twins.programming.kicks-ass.net> <557029DC.6080201@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <557029DC.6080201@gmail.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 937 Lines: 23 On Thu, Jun 04, 2015 at 12:35:08PM +0200, Imre Palik wrote: > On 06/03/15 10:36, Peter Zijlstra wrote: > > Further, the Intel Arch PerfMon v2 spec actually specifies there to be 3 > > fixed function counters. > > > > So anything that says it is v2+ and does not have the 3, is non > > compliant. > > > > I would suggest you go fix your hypervisor. > > If I set up the hypervisor to advertise Arch PerfMon v1 (0 fixed > counters), then without my patch, perf still tries to use fixed > counters. So something is clearly broken here. So the code you deleted does if (version > 1), and last I checked that should return false if version == 1. So please check what's happening there first. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/