Re: Perf and ftrace [was Re: PyTimechart]

From: Mathieu Desnoyers
Date: Wed May 12 2010 - 14:04:44 EST


* Peter Zijlstra (peterz@xxxxxxxxxxxxx) wrote:
> On Wed, 2010-05-12 at 13:53 -0400, Mathieu Desnoyers wrote:
> >
> > Would you be fine with an alternative implementation and API that support both
> > mmap() and splice(), without any need to swap pages ?
>
> Sure, what did you have in mind?
>
> You basically give you page to splice, never to see it again, you'd need
> to fill that hole in your buffer again.
>

Can't we keep multiple references to each page ? (shared page) so it's still in
the buffer, also accessed by mmap(), and in addition accessed by splice.

Mathieu


--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
--
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/