]> git.itanic.dy.fi Git - scan-pagemap/shortlog
scan-pagemap
2010-07-23 Timo KokkonenAnalyzer: Do not report unused pages
2010-07-23 Timo Kokkonenread_args: Remove debug print
2010-07-23 Timo Kokkonenanalyzer: Avoid ignoring mappings with only one reference
2010-07-23 Timo KokkonenBreak parsing if no processes are found
2010-07-23 Timo Kokkonenmain.c: read_args: Add missing break to switch clause
2010-07-23 Timo Kokkonenparser: Coding convention fixes
2010-07-23 Timo Kokkonenmain.c: Clear the options structure before using
2010-07-23 Timo Kokkonenparser: opendir_check: Open the correct directory
2010-07-23 Timo Kokkonenmain.c: Add new command line options for parsing by...
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 KokkonenAnalyzer: Print thread-ID only when --with-threads...
2010-07-22 Timo KokkonenScan threads only when requested
2010-07-22 Timo Kokkonenmain.c: Add help text
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-16 Timo Kokkonenanalyzer: Avoid null pointer dereference
2010-07-14 Timo Kokkonenanalyzer: Print also the total numer of processes printed
2010-07-14 Timo Kokkonenanalyzer: Sort processes based on both swapped and...
2010-07-14 Timo Kokkonenmain.c: Add support for scanning a mapping by a name
2010-07-14 Timo Kokkonenanalyzer: Add a comment
2010-07-14 Timo Kokkonenmain.c: Read arguments with getopt_long()
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 KokkonenAnalyzer: Print better per pid stats
2010-07-06 Timo Kokkonenanalyze.c: Unify variable naming with pagemap.h
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 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