lkml.org 
[lkml]   [2009]   [Jul]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subject[Newbie] Getting pages of files accessed by a process from a RAM image
From
Hi,

This is a newbie question, and I asked and searched elsewhere but
couldn't get a satisfactory answer, so bothering you guys. Please bear
with me.

I am trying to get all the pages of files opened by a process, by
manually traversing the structures in a RAM image taken using dd. So
far what I know is that I can do it using the radix_tree_node, which
has data members height, count, and slots, and which I think refer to
the level of indirection in slots, the page count, and the addresses
of the page frames respectively. Correct? What does the addresses in
the slots point to? Page descriptors?

Also, when the nrpages of a file is 1, the height in radix_tree_root
is reported as 0, in that case how can we access that single page
because we can't get the count and slots addresses in
radix_tree_node.

Any input, web pointers welcomed.

Thanks

--
M. Shuaib Khan


\
 
 \ /
  Last update: 2009-07-20 14:49    [W:3.054 / U:0.812 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site