summaryrefslogtreecommitdiffstats
path: root/tools/find_runtime_symbols
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Presubmit API is built into depot_tools.tfarina2015-01-311-2/+2
* Support --alternative-dirs in tools/find_runtime_symbols/prepare_symbol_info.py.dmikurube@chromium.org2014-08-131-9/+27
* Make find_runtime_tools available for non-Chrome executables.dmikurube@chromium.org2014-05-211-0/+3
* Fix find_runtime_tools.py as a command-line tool.dmikurube@chromium.org2014-04-231-1/+1
* Add a Python library to read /proc on Linux.dmikurube@chromium.org2013-11-294-243/+20
* [dmprof] Fix prepare_symbol_info.py for Androidrmcilroy@chromium.org2013-07-101-2/+2
* Add hash values in preparing symbol information.dmikurube@chromium.org2013-07-101-0/+14
* Estimates a path in host from a corresponding path in Android device.dmikurube@chromium.org2013-05-201-5/+5
* Fake directories of binary files to get symbol information out of target device.dmikurube@chromium.org2013-05-081-6/+16
* 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