]> git.itanic.dy.fi Git - scan-pagemap/history - parse.c
analyzer: print_pid_stats: Add column for total mem usage
[scan-pagemap] / parse.c
2010-07-23 Timo KokkonenBreak parsing if no processes are found
2010-07-23 Timo Kokkonenparser: Coding convention fixes
2010-07-23 Timo Kokkonenparser: opendir_check: Open the correct directory
2010-07-23 Timo Kokkonenparser: Add support for parsing processes by name
2010-07-23 Timo Kokkonenparser: Factor out reading cmdline to separate function
2010-07-23 Timo Kokkonenparse_opts: Add new parse options
2010-07-22 Timo Kokkonenparser: Factor out duplicate code into a separate function
2010-07-22 Timo Kokkonenparser: get_next_pid: Do not store state internally
2010-07-22 Timo KokkonenScan threads only when requested
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