Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932856AbWJIOKx (ORCPT ); Mon, 9 Oct 2006 10:10:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932861AbWJIOKx (ORCPT ); Mon, 9 Oct 2006 10:10:53 -0400 Received: from madara.hpl.hp.com ([192.6.19.124]:28657 "EHLO madara.hpl.hp.com") by vger.kernel.org with ESMTP id S932856AbWJIOKw (ORCPT ); Mon, 9 Oct 2006 10:10:52 -0400 Date: Mon, 9 Oct 2006 07:10:07 -0700 From: Stephane Eranian Message-Id: <200610091410.k99EA78i025999@frankl.hpl.hp.com> To: linux-kernel@vger.kernel.org Subject: [PATCH 00/21] 2.6.18 perfmon2 : introduction Cc: eranian@hpl.hp.com X-HPL-MailScanner: Found to be clean X-HPL-MailScanner-From: eranian@frankl.hpl.hp.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1700 Lines: 42 Hello, Perfmon2 is a new kernel subsystem which provides access to the hardware performance counters present all all modern processors. It provides suport for basic counting and sampling on a per-thread or system-wide basis. It supports all the major processor architectures. The following series of patches includes the generic perfmon2 subsystem and the support for i386, x86_64, and powerpc. The perfmon2 subsystem also works on MIPS and all Itanium processors. The Itanium support is not posted because it does not easily accomodate the 100k message limit of lkml. The powerpc support is still very preliminary. The patches are relative to 2.6.18 I have already posted on the list about this subsystem. I am submitting today to get reviews and make progress towards getting the subsystem merged into the mainline kernel. The patches are split up between common and arch-specific. Each part is further decomposed into new files and modified files. The generic code is now split up by functionality to make reading easier. For each new or modified files, I provide a detailed description of the changes. This version incoporates a lot of changes based on feedback I got from my previous posting on LKML. I would like to thank the reviewers for their very detailed comments. Through this tough process, I think, the code overall quality has improved. I apologize for the delay in posting this message but I was travelling. Thanks. -- -Stephane - 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/