From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756661Ab1DVUje (ORCPT ); Fri, 22 Apr 2011 16:39:34 -0400 Received: from casper.infradead.org ([85.118.1.10]:48998 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756588Ab1DVUjc (ORCPT ); Fri, 22 Apr 2011 16:39:32 -0400 Subject: Re: perf_events: questions about cpu_has_ht_siblings() and offcore support From: Peter Zijlstra To: Stephane Eranian Cc: Lin Ming , LKML , "mingo@elte.hu" , "Kleen, Andi" In-Reply-To: References: <1303478798.2461.11.camel@localhost> Content-Type: text/plain; charset="UTF-8" Date: Fri, 22 Apr 2011 22:42:09 +0200 Message-ID: <1303504929.4865.4.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2011-04-22 at 15:46 +0200, Stephane Eranian wrote: > > perf stat -e offcore_response_0:dmd_data_rd,offcore_response_0:dmnd_rfo ...... > > This should still not be allowed. Aside from the problem you mention, I don't like the whole offcore_response_[01] thing. The offcore things are fully symmetric so the kernel should automatically select the other one if one is taken.