I was wondering if there is any utility/code in Linux (x86-64) that could dump each page table entries for a given process’s (user) address space?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think
/proc/pid/pagemapand/proc/pid/mapscontain this info, but I am not aware of any tool dumping them in a more meaningful format.You can always write it yourself using the kernel doc:
http://www.kernel.org/doc/Documentation/vm/pagemap.txt