virtual memory 在 physical memory位址 - Linux

Table of Contents


linux 中觀察 /proc/<pid>/maps , /proc/<pid>/smaps

可以看到<pid>中一些內容在virtual memory的位址

那不知道有沒有辦法可以知道 process中

某個virtual memory address 在 physical memory 的 address呢?

譬如說我想知道一些 shared lib 被放在 physical memory 的什麼地方.

感謝~

--

The Beginning is the end
The End is the beginning

--

All Comments