From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757329Ab0ICT4L (ORCPT ); Fri, 3 Sep 2010 15:56:11 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:56942 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754005Ab0ICT4J (ORCPT ); Fri, 3 Sep 2010 15:56:09 -0400 Date: Fri, 3 Sep 2010 21:55:55 +0200 From: Ingo Molnar To: Thomas Renninger Cc: Jean Pihet , Peter Zijlstra , Len Brown , Arjan Van De Ven , arjan@infradead.org, Kevin Hilman , linux-kernel@vger.kernel.org Subject: Re: [PATCH] tracing, perf: add more power related events Message-ID: <20100903195555.GA1663@elte.hu> References: <201009032005.08268.trenn@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201009032005.08268.trenn@suse.de> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Thomas Renninger wrote: > Hi Jean, > > Summary at the beginning if people stop reading on the details > below...: > Nice work! > You have my vote to get this merged. > I think it's up to Ingo to push it. Well, the patch that got posted: [PATCH] tracing, perf: add more power related events Only adds tracepoints to power.h, but doesnt actually use them anywhere ... Is there a companion patch i missed? Also, it would be nice to add it to x86 and to OMAP at once, and synchronize up all the power events - and check how existing tools like powertop make use of such events - and sync it all up. We dont want to have inconsistent, architecture-dependent events in the end, for obvious reasons. Thanks, Ingo