Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751823AbaAMPqS (ORCPT ); Mon, 13 Jan 2014 10:46:18 -0500 Received: from merlin.infradead.org ([205.233.59.134]:59215 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751696AbaAMPqP (ORCPT ); Mon, 13 Jan 2014 10:46:15 -0500 Date: Mon, 13 Jan 2014 16:45:55 +0100 From: Peter Zijlstra To: mingo@kernel.org, hpa@zytor.com, eranian@google.com, linux-kernel@vger.kernel.org, tglx@linutronix.de Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:perf/core] perf/x86: Fix active_entry initialization Message-ID: <20140113154555.GR31570@twins.programming.kicks-ass.net> References: <1389176153-3128-2-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Sun, Jan 12, 2014 at 10:42:47AM -0800, tip-bot for Stephane Eranian wrote: > - union { > - struct hlist_node hlist_entry; > - struct list_head active_entry; > - }; > + struct hlist_node hlist_entry; > + struct list_head active_entry; Fwiw, we could probably stick both of those in hw_perf_event. the software event's hrtimer isn't the biggest entry anymore, so we could add the hlist_entry in there, and we can start a new entry for RAPL events. -- 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/