]> git.itanic.dy.fi Git - scan-pagemap/history - pagemap.h
Show full process argument list instead only executable name
[scan-pagemap] / pagemap.h
2012-06-10 Timo Kokkonenkpageflags: Add transparent huge pages
2012-06-10 Timo Kokkonenpagemap.h: Do not use hardcoded maximum number of kpage...
2012-06-04 Timo KokkonenUpdate my email address
2011-10-15 Timo KokkonenReplace bintree with rbtree implementation
2011-09-29 Timo KokkonenMerge branch 'master' of remote
2011-09-27 Timo KokkonenReplace malloc + memset with calloc
2010-09-19 Timo KokkonenAdd a copyright notes on each source file
2010-09-03 Timo KokkonenAnalyzer: Print USS
2010-08-29 Timo Kokkonenpagemap.h: Implement kpageflag handling code
2010-08-29 Timo KokkonenParser: Read kpageflags and kpagecount
2010-08-26 Timo Kokkonenpagemap.h: Fix compiler warning
2010-08-21 Timo KokkonenAdd support for listing mappings that are shared betwee...
2010-08-21 Timo KokkonenParser: Remove support for parsing processes by name
2010-08-19 Timo KokkonenRemove duplicate pageframe initialization code
2010-08-19 Timo KokkonenAdd support for parsing multiple pid numbers
2010-08-19 Timo KokkonenCompact struct pageframe
2010-08-18 Timo KokkonenMark initially scanned pids in analyzer printouts
2010-08-18 Timo KokkonenAdd macro for testing parse option flags
2010-08-16 Timo KokkonenCompact pageframe structure
2010-08-15 Timo KokkonenCorrect the usage of linked lists
2010-08-15 Timo Kokkonenparser: Do not scan processes twice
2010-07-23 Timo KokkonenDump process page maps when requested
2010-07-23 Timo Kokkonenanalyzer: Avoid ignoring mappings with only one reference
2010-07-23 Timo Kokkonenparse_opts: Add new parse options
2010-07-22 Timo KokkonenScan threads only when requested
2010-07-19 Timo KokkonenAdd support for parsing all threads, not just thead...
2010-07-14 Timo KokkonenStore parse options in a structure
2010-07-05 Timo Kokkonenparser: Store per pid page stats
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-03 Timo Kokkonenpagemaps: Optimize memory usage
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 KokkonenInitial commit