lkml.org 
[lkml]   [2009]   [Aug]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 4/4][RFC] perf_counter: Allow sharing of output channels
From
Date
On Wed, 2009-08-19 at 22:36 +1000, Paul Mackerras wrote:
> Peter Zijlstra writes:
>
> > Provide the ability to configure a counter to send its output to
> > another (already existing) counter's output stream.
>
> What sort of thing might this be useful for?

Some people complained that its tedious to mmap() for every counter and
would like to share the mmap() output buffer between counters.

This saves on address space and mlock budget and I guess fd management
logic.

As long as you're not mixing counters for different tasks/cpus there
should be no performance penalty, but even if you do that it might work
well enough on slow samples/small systems..

> Does this only apply to sampling counters?

Yeah, everything that would otherwise go through the mmap() buffer.

I'm not sure there's anything to be done about the read(2) thing.



\
 
 \ /
  Last update: 2009-08-19 14:59    [W:0.388 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site