From qrio.qrio at gmail.com Sat May 13 18:34:18 2006 From: qrio.qrio at gmail.com (Qrio qrio) Date: Sat May 13 18:34:24 2006 Subject: [Kernelchix] Get data from kernel Message-ID: Hi! I am in an attempt to acquire the page fault trace of application. I want to write the details in a memory space and get it out thru /proc file system. I am successful in doing the same for a single variable.. (Using EXPORT_SYMBOL ) I want to kmalloc a memory location and write all data into it and export. Can you help me in showing where exactly i have to do this kmalloc? I think i should perform kmalloc once memory is initialized... but which files in kernel source to look at .. I do not know! -- Bye, Qrio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://linuxchix.org/pipermail/kernelchix/attachments/20060513/596c4067/attachment.html