From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932252Ab0FPQIT (ORCPT ); Wed, 16 Jun 2010 12:08:19 -0400 Received: from casper.infradead.org ([85.118.1.10]:33958 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759210Ab0FPQGe (ORCPT ); Wed, 16 Jun 2010 12:06:34 -0400 Message-Id: <20100616160027.590430763@chello.nl> User-Agent: quilt/0.48-1 Date: Wed, 16 Jun 2010 18:00:27 +0200 From: Peter Zijlstra To: paulus , stephane eranian , Robert Richter , Will Deacon , Paul Mundt , Frederic Weisbecker , Cyrill Gorcunov , Lin Ming , Yanmin , Deng-Cheng Zhu , David Miller Cc: linux-kernel@vger.kernel.org, Peter Zijlstra Subject: [RFC][PATCH 0/8] perf pmu interface Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These patches prepare the perf code for multiple pmus (no user interface yet, Lin Ming is working on that). These patches remove all weak functions and rework the struct pmu interface. The latter is inspired by the work Frederic is doing to to filter out IRQ contexts. These patches are very prelimenary, they haven't seen a compiler yet and the last patch still needs sparc,ppc and arm converted. But they patches seem to be in a good enough shape to see what people think.. comments?