Re: [PATCH]: Adding a counter in vma to indicate the number of physicalpages backing it

From: Nick Piggin
Date: Sat Jun 10 2006 - 03:48:07 EST


Rohit Seth wrote:
Below is a patch that adds number of physical pages that each vma is
using in a process. Exporting this information to user space
using /proc/<pid>/maps interface.

There is currently /proc/<pid>/smaps that prints the detailed
information about the usage of physical pages but that is a very
expensive operation as it traverses all the PTs (for some one who is
just interested in getting that data for each vma).

Yet more cacheline footprint in the page fault and unmap paths...

What is this used for and why do we want it? Could you do some
smaps-like interface that can work on ranges of memory, and
continue to walk pagetables instead?

--
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.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/