Re: Kernel Projects

2014-04-22 Thread aaditya.gavandal...@yahoo.com
I also sent a mail to lit...@eudyptula-challenge.org for joining the challenge but didn't received a conformation or a new challenge yet. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org

Re: Memory profiling tools for Linux Kernel

2014-04-04 Thread aaditya.gavandal...@yahoo.com
Hi, You can you a heap profiler to check heap usage for example massif. Massif is a tool under valgrind package. You can research on valgrind more for other helpful tools as well. Memcheck is bydefault in usage in valgrind. Massif gives data in form of a graph which can be printed using