Hi
What actually happens is that I have some
proprietary binary driver that performs zero copy
DMA into user buffers. For this to be
done it forces pages composing these
buffers to be allocated RAM frames and
locks them, so page table entries for
these buffers shouldn't change and these
entries are exactly what I want to see.
( I'll try to write kernel module that
will do it)
regards,
Boris
Muli Ben-Yehuda wrote:
On Wed, Jun 22, 2005 at 05:33:48PM +0300, Boris Zingerman wrote:
Hi
Is it possible to print/dump pagetable of a
given process ( through /proc filesystem maybe ) ?
Not out of the box. It's fairly trivial to implement in the kernel, if
you don't mind "stopping the world" so that the data means
something. Why?
Cheers,
Muli
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]