/proc/[pid]/pagemaps and /proc/[pid]/maps | linux

前端 未结 3 1989
闹比i
闹比i 2020-12-03 02:06

I\'m trying to get my head around the two files mentioned in the title. I\'ve looked up what the bits are; however, I\'m failing to understand how to extract useful info fro

3条回答
  •  被撕碎了的回忆
    2020-12-03 02:25

    Use page-types.c as a guide to what you are looking for, it parses the contents of both pagemap and maps: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/plain/Documentation/vm/page-types.c?h=linux-2.6.32.y

提交回复
热议问题