From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758140Ab3KOKFZ (ORCPT ); Fri, 15 Nov 2013 05:05:25 -0500 Received: from merlin.infradead.org ([205.233.59.134]:48603 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758049Ab3KOKFT (ORCPT ); Fri, 15 Nov 2013 05:05:19 -0500 Date: Fri, 15 Nov 2013 11:05:06 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: Stephane Eranian , LKML , Jiri Olsa , "mingo@elte.hu" , David Ahern , "ak@linux.intel.com" , Arnaldo Carvalho de Melo , Namhyung Kim Subject: Re: [BUG] perf stat: explicit grouping yields unexpected results Message-ID: <20131115100506.GD2965@twins.programming.kicks-ass.net> References: <20131115063457.GB12442@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131115063457.GB12442@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 On Fri, Nov 15, 2013 at 07:34:57AM +0100, Ingo Molnar wrote: > Btw., does the kernel side currently support discovery of such > impossible group scheduling constraints at group setup time? Up to a point. > If not > then it probably should and it should reject them straight away. We do I think, for the case where its obvious it can never fit. That said, if you have a pinned cpu event, it all comes apart.