Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757280AbcCaO4g (ORCPT ); Thu, 31 Mar 2016 10:56:36 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60571 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757114AbcCaO4e (ORCPT ); Thu, 31 Mar 2016 10:56:34 -0400 Date: Thu, 31 Mar 2016 16:56:21 +0200 From: Peter Zijlstra To: Arnaldo Carvalho de Melo Cc: kan.liang@intel.com, ak@linux.intel.com, eranian@google.com, vincent.weaver@maine.edu, tglx@linutronix.de, mingo@kernel.org, acme@redhat.com, jolsa@redhat.com, alexander.shishkin@linux.intel.com, ying.huang@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 1/1] perf/core: don't find side-band event from all pmus Message-ID: <20160331145621.GM3430@twins.programming.kicks-ass.net> References: <1458757477-3781-1-git-send-email-kan.liang@intel.com> <20160329120609.GG3408@twins.programming.kicks-ass.net> <20160331144439.GB27708@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160331144439.GB27708@kernel.org> 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: 179 Lines: 4 On Thu, Mar 31, 2016 at 11:44:39AM -0300, Arnaldo Carvalho de Melo wrote: > It probably will cope, but can't we just emit one single record? I'll try and figure something out...