Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757104AbYLKRTr (ORCPT ); Thu, 11 Dec 2008 12:19:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756578AbYLKRTj (ORCPT ); Thu, 11 Dec 2008 12:19:39 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:41930 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755947AbYLKRTi (ORCPT ); Thu, 11 Dec 2008 12:19:38 -0500 Date: Thu, 11 Dec 2008 12:19:35 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Robert Richter cc: LKML , oprofile-list , Ingo Molnar Subject: Re: [PATCH 0/9] oprofile: port to the new ring buffer In-Reply-To: <1229013723-8191-1-git-send-email-robert.richter@amd.com> Message-ID: References: <1229013723-8191-1-git-send-email-robert.richter@amd.com> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1132 Lines: 29 On Thu, 11 Dec 2008, Robert Richter wrote: > This patch set ports cpu buffers in oprofile to the new ring buffer > provided by the tracing framework. The motivation here is to leave the > pain of implementing ring buffers to others. Oh, no, there are more > advantages. Main reason is the support of different sample sizes that > could be stored in the buffer. Use cases for this are IBS and Cell spu > profiling. Using the new ring buffer ensures valid and complete > samples and allows copying the cpu buffer stateless without knowing > its content. Second it will use generic kernel API and also reduce > code size. And hopefully, there are less bugs. > > The patch set is also available here: > > git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile.git ring_buffer Robert, Thanks for doing this! I'll try to take time out this week to review these patches. -- Steve -- 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/