]> git.itanic.dy.fi Git - scan-pagemap/shortlog
scan-pagemap
2010-07-06 Timo Kokkonenparser: Fix crash when maps structure is NULL
2010-07-05 Timo Kokkonenanalyzer: print_pid_stats: Sort process list by mem...
2010-07-05 Timo Kokkonenparser: Store per pid page stats
2010-07-05 Timo Kokkonenanalyzer: pretty prints: Fix bug with unit conversion
2010-07-05 Timo KokkonenHandle the process name better
2010-07-04 Timo Kokkonenmain.c: Print per pid statistics
2010-07-04 Timo KokkonenAnalyzer: Add per pid analyzer
2010-07-04 Timo Kokkonenanalyze.c: Add whitespace on byte prefix in pretty...
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 Kokkonenpagemap.h: Calculate page size correctly
2010-07-04 Timo KokkonenParser: Remove excess debug prints
2010-07-04 Timo Kokkonenparser: Remove dead code
2010-07-04 Timo Kokkonenanalyzer: Remodify the pretty prints
2010-07-04 Timo KokkonenMake it possible to scan only interesting pids
2010-07-04 Timo Kokkonenbintree.h: Add missing function prototype
2010-07-04 Timo Kokkonenbintree: Add bintree_find
2010-07-04 Timo Kokkonenanalyzer: Pretty print output
2010-07-04 Timo Kokkonenbintree_add: return the correct pointer when recursing
2010-07-03 Timo Kokkonenmain.c: Scan through all 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 Kokkonenmain.c: Take the pid as an argument
2010-07-03 Timo KokkonenAdd analyzer
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 Kokkonenbintree_add: Return the correct member during add
2010-07-03 Timo Kokkonenbintree: Give the bintree_ops pointer to the callback...
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