Hi, is that anyway to read page directory and page tables of my process
in Linux? I would like to study the effect of conflict cache miss to my
program, so I need to know the corresponding physical address of my
address space. I have browsed the /proc, and can not find useful information,
the file /proc/pid/statm only give statistical information, and the
/proc/pid/maps does not give paging information. I am not a kernel hacker,
I hope that I do not need to modify the kernel to get such information.
Thanks
--
yansong chen
--