From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756567AbbAHLuI (ORCPT ); Thu, 8 Jan 2015 06:50:08 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:34595 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756105AbbAHLuF (ORCPT ); Thu, 8 Jan 2015 06:50:05 -0500 Date: Thu, 8 Jan 2015 12:49:36 +0100 From: Peter Zijlstra To: Matt Fleming Cc: Ingo Molnar , Jiri Olsa , Arnaldo Carvalho de Melo , Andi Kleen , Thomas Gleixner , linux-kernel@vger.kernel.org, "H. Peter Anvin" , Kanaka Juvva , Matt Fleming Subject: Re: [PATCH 11/11] perf/x86/intel: Enable conflicting event scheduling for CQM Message-ID: <20150108114936.GJ3337@twins.programming.kicks-ass.net> References: <1415999712-5850-1-git-send-email-matt@console-pimps.org> <1415999712-5850-12-git-send-email-matt@console-pimps.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415999712-5850-12-git-send-email-matt@console-pimps.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 On Fri, Nov 14, 2014 at 09:15:12PM +0000, Matt Fleming wrote: > +/* > + * Deallocate the RMIDs from any events that conflict with @event, and > + * place them on the back of the group list. > + */ > +static void intel_cqm_sched_out_events(struct perf_event *event) I realize this function name is already very long, but how about: intel_cqm_sched_out_conflicting_events() instead?