]> git.itanic.dy.fi Git - scan-pagemap/shortlog
scan-pagemap
2022-11-29 Timo KokkonenShow full process argument list instead only executable... master
2022-11-29 Timo Kokkonenparse: Fix out of bound access
2018-12-29 Timo KokkonenReverse list printing order
2012-07-12 Timo Kokkonenparse_maps: Fix issues with white space in file names
2012-06-11 Timo Kokkonenprint_page_stats: Reserve 7 digits for page count alignment
2012-06-11 Timo Kokkonenpf_insert: Return matching node on insert
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 KokkonenRevert "Fix bug when showing process shared mappings"
2012-06-04 Timo KokkonenUpdate my email address
2012-06-04 Nishanth MenonMakefile: allow usage of cross_compile
2012-03-17 Timo Kokkonenanalyze.c: Use 1000 as a thousand multiplier for PRETTY...
2011-11-07 Timo Kokkonenupdate_kpageflags: Ensure file descriptors are closed...
2011-11-03 Timo KokkonenFix bug when showing process shared mappings
2011-10-21 Timo KokkonenMakefile: Do not fail build if stale dependency files...
2011-10-21 Timo KokkonenMakefile: Do not force pretty print
2011-10-16 Timo Kokkonenprint_pid_stats: Revert order of pageframe tree and...
2011-10-16 Timo Kokkonenanalyze.c: Factor out counting stats for a single pageframe
2011-10-16 Timo Kokkonenparse.c: Do not update per process mapping data
2011-10-15 Timo Kokkonen.gitignore: Add some more entries
2011-10-15 Timo KokkonenRemove old unused bintree code.
2011-10-15 Timo KokkonenReplace bintree with rbtree implementation
2011-10-15 Timo Kokkonenrbtree: Compile without the kernel
2011-10-15 Timo KokkonenImport rbtree code from Linux kernel
2011-10-12 Timo Kokkonenalloc_map: Remove redundat memset
2011-10-02 Timo KokkonenPrint verbose output during operation
2011-09-29 Timo KokkonenMerge branch 'master' of remote
2011-09-29 Timo Kokkonenmain: Set a reasonable default function if no arguments...
2011-09-27 Timo KokkonenReplace malloc + memset with calloc
2010-12-06 Timo KokkonenMakefile: Reduce wildcard usage
2010-09-19 Timo KokkonenAdd README file
2010-09-19 Timo KokkonenAdd a copyright notes on each source file
2010-09-08 Timo Kokkonenparser: Avoid parsing pids completely when not necessary
2010-09-08 Timo Kokkonenparser: More strict process scanning decision
2010-09-03 Timo KokkonenAnalyzer: Readjust PRETTY_THRESH value
2010-09-03 Timo Kokkonenmain: Remove stupid debug message
2010-09-03 Timo KokkonenAnalyzer: Print USS
2010-09-03 Timo KokkonenAnalyzer: Rename "in ram" column to "RSS"
2010-09-02 Timo Kokkonenmain: Assume non-option arguments to be pids or process...
2010-09-02 Timo Kokkonenpidlib: Implement pidstr_is_ok()
2010-08-29 Timo KokkonenAnalyzer: Print also the unit for page stats
2010-08-29 Timo KokkonenAnalyzer: Print detailed kpageflag statistics
2010-08-29 Timo Kokkonenpagemap.h: Implement kpageflag handling code
2010-08-29 Timo KokkonenAnalyzer: Indent page stats nicely
2010-08-29 Timo KokkonenAnalyzer: Use the kpagecount data for determining uniqu...
2010-08-29 Timo KokkonenParser: Read kpageflags and kpagecount
2010-08-27 Timo Kokkonenparser: Free pidlist entries after removed from the...
2010-08-26 Timo Kokkonenparser: Use substring comparison in map names
2010-08-26 Timo Kokkonenparser: Remove unaccessible pids from the pidlist
2010-08-26 Timo Kokkonenpagemap.h: Fix compiler warning
2010-08-22 Timo Kokkonenparser: Remove unused variable
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-21 Timo Kokkonenmain.c: Allow scanning multiple processes by name
2010-08-21 Timo KokkonenAnalyzer: Drop PRETTY_THRESH value to 98
2010-08-21 Timo KokkonenMakefile: Apply CFLAGS also when linking the final...
2010-08-21 Timo KokkonenFactor out all pid handling functions in a separate...
2010-08-19 Timo Kokkonenanalyzer: Remove unnecessary list_empty() check
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 Kokkonenanalyzer: Remove unnecessary list_empty check
2010-08-18 Timo KokkonenMark initially scanned pids in analyzer printouts
2010-08-18 Timo KokkonenAdd macro for testing parse option flags
2010-08-18 Timo KokkonenAnalyzer: Show prints in kilobyte resolution
2010-08-16 Timo Kokkonenmain: Use geteuid instead of getuid
2010-08-16 Timo KokkonenCompact pageframe structure
2010-08-15 Timo Kokkonenprint_page_stats: Print unique pages
2010-08-15 Timo Kokkonenparser: When scannin by name, scan all pids twice
2010-08-15 Timo Kokkonenparser: Fix scanning by mapping name
2010-08-15 Timo KokkonenCorrect the usage of linked lists
2010-08-15 Timo KokkonenMakefile: Disable optimizations for the debug version
2010-08-15 Timo Kokkonenparser: Do not scan processes twice
2010-08-15 Timo Kokkonenread_pageframe: Do not add empty entries in process...
2010-08-15 Timo Kokkonenutils.h: Fix coding conventions
2010-08-14 Timo Kokkonenparser: Fix the order of argumets for list_add()
2010-08-14 Timo Kokkonenmain: Print warning if root priviledges are not available
2010-08-14 Timo Kokkonenmain.c: Get rid of unnecessary white space
2010-07-23 Timo Kokkonenmain.c: Print page stats also after dumping process...
2010-07-23 Timo KokkonenDump process page maps when requested
2010-07-23 Timo Kokkonenanalyzer: Add support for dumping process page maps
2010-07-23 Timo Kokkonenparser: Avoid too long reads from /proc/pid/pageframe
2010-07-23 Timo Kokkonenanalyzer: print_pid_stats: Add column for total mem...
2010-07-23 Timo Kokkonenprint_help: Add help string for the -P and --process...
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
next