Re: [PATCH 0/9] oprofile: port to the new ring buffer

From: Carl Love
Date: Mon Dec 22 2008 - 18:54:57 EST


I have tested the new ring buffer patches on an IBM Cell blade. Our
OProfile testsuite ran fine on the the patched kernel. I ran the
testsuite three times yesterday/last night. As far as I can tell
the new code works fine.

Note, I started with a 2.6.28-rc7 kernel from kernel.org. I then
applied the the ftrace series of patches followed by the ring buffer
patches. I then had to explicitly enable the tracing in the .config
file as there is now a dependency on that. Robert updated the OProfile
dependency stuff yesterday. I started with my .config file that I have
used for building kernels on my cell machine.

Carl Love

On Thu, 2008-12-11 at 17:41 +0100, 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
>
>
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you. Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> oprofile-list mailing list
> oprofile-list@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/oprofile-list

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/