summaryrefslogtreecommitdiffstats
path: root/tools/find_runtime_symbols
Commit message (Expand)AuthorAgeFilesLines
* Analyze history of memory regions which are hooked (normally mmap'ed) and unh...dmikurube@chromium.org2013-04-221-19/+29
* Breakdown memory usage by source file names in dmprof.dmikurube@chromium.org2013-04-092-69/+90
* Change the format of reduce_debugline.py.dmikurube@chromium.org2013-04-093-148/+60
* Add an option to find source file names from runtime virtual addresses.dmikurube@chromium.org2013-04-031-4/+11
* Add hints to find source file names from runtime virtual addresses.dmikurube@chromium.org2013-04-033-0/+230
* Add OWNERS in deep_memory_profiler and find_runtime_symbols.dmikurube@chromium.org2013-03-131-0/+1
* Add a first test for tools/find_runtime_symbols.dmikurube@chromium.org2012-11-216-30/+201
* Refactor Deep Memory Profiler's dmprof script.dmikurube@chromium.org2012-10-251-32/+77
* Remove shebang and executable bit from tools/find_runtime_symbols/proc_maps.py.dmikurube@chromium.org2012-09-281-1/+0
* Insert missing shebang, accidentally removed in last revision.csilv@chromium.org2012-09-261-0/+1
* Classify memory usage by allocated type in Deep Memory Profiler.dmikurube@chromium.org2012-09-265-257/+384
* Load static symbol information lazily with some clean-ups.dmikurube@chromium.org2012-07-303-97/+157
* A tool for mapping runtime addresses to symbol names.dmikurube@chromium.org2012-07-216-0/+541