]> git.itanic.dy.fi Git - scan-pagemap/history - parse.c
Add support for parsing all threads, not just thead parents
[scan-pagemap] / parse.c
2010-07-19 Timo KokkonenAdd support for parsing all threads, not just thead...
2010-07-16 Timo Kokkonenparse_pageframe: Fully ignore all unused pages
2010-07-16 Timo Kokkonenparse_pageframe: Avoid short reads
2010-07-14 Timo Kokkonenparser: Populate the pageframe tree by scanning interes...
2010-07-14 Timo KokkonenStore parse options in a structure
2010-07-14 Timo Kokkonenparser: Ignore unused pages
2010-07-06 Timo Kokkonenparser: Reduce some debug prints
2010-07-06 Timo Kokkonenparse_pagemap: Optimize pagemap reads
2010-07-06 Timo Kokkonenparser: Fix crash when maps structure is NULL
2010-07-05 Timo Kokkonenparser: Store per pid page stats
2010-07-05 Timo KokkonenHandle the process name better
2010-07-04 Timo KokkonenPut the processes in a linked list as well
2010-07-04 Timo Kokkonenparser: Store the per mapping statistics in the maps...
2010-07-04 Timo KokkonenParser: Remove excess debug prints
2010-07-04 Timo Kokkonenparser: Remove dead code
2010-07-04 Timo KokkonenMake it possible to scan only interesting pids
2010-07-03 Timo Kokkonenparser: Add support for parsing through all PIDs
2010-07-03 Timo Kokkonenpagemaps: Optimize memory usage
2010-07-03 Timo Kokkonenparse_pagemap: Fix massive memory leak
2010-07-03 Timo KokkonenPut some sense in how pointers are being passed
2010-07-03 Timo Kokkonenparser: Increment refcount for each pageframe
2010-07-03 Timo KokkonenStore the process pid to the maps structure
2010-07-03 Timo Kokkonenparser: Populate pageframe structure completely
2010-07-03 Timo KokkonenInitial commit