I've found exmap tool: http://www.berthels.co.uk/exmap/ but when i try to "make test" it doesn't compile... exmtool.cpp: At global scope: exmtool.cpp:80: error: redefinition of 'int do_procs' exmtool.cpp:15: error: 'int do_procs' previously defined here exmtool.cpp:80: error: 'SnapshotPtr' was not declared in this scope exmtool.cpp:80: error: 'snap' was not declared in this scope exmtool.cpp:80: error: expected primary-expression before 'char' exmtool.cpp:107: error: redefinition of 'int do_files' exmtool.cpp:16: error: 'int do_files' previously defined here exmtool.cpp:107: error: 'SnapshotPtr' was not declared in this scope exmtool.cpp:107: error: 'snap' was not declared in this scope exmtool.cpp:107: error: expected primary-expression before 'char' exmtool.cpp:131: error: redefinition of 'int do_showmaps' exmtool.cpp:14: error: 'int do_showmaps' previously defined here exmtool.cpp:131: error: 'SnapshotPtr' was not declared in this scope exmtool.cpp:131: error: 'snap' was not declared in this scope exmtool.cpp:131: error: expected primary-expression before 'char' make[1]: *** [exmtool.o] Error 1 and so on... any sugest? Regards, -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/