| Commit message (Expand) | Author | Age | Files | Lines |
* | Support --alternative-dirs in tools/find_runtime_symbols/prepare_symbol_info.py. | dmikurube@chromium.org | 2014-08-13 | 1 | -9/+27 |
* | Make find_runtime_tools available for non-Chrome executables. | dmikurube@chromium.org | 2014-05-21 | 1 | -0/+3 |
* | Fix find_runtime_tools.py as a command-line tool. | dmikurube@chromium.org | 2014-04-23 | 1 | -1/+1 |
* | Add a Python library to read /proc on Linux. | dmikurube@chromium.org | 2013-11-29 | 4 | -243/+20 |
* | [dmprof] Fix prepare_symbol_info.py for Android | rmcilroy@chromium.org | 2013-07-10 | 1 | -2/+2 |
* | Add hash values in preparing symbol information. | dmikurube@chromium.org | 2013-07-10 | 1 | -0/+14 |
* | Estimates a path in host from a corresponding path in Android device. | dmikurube@chromium.org | 2013-05-20 | 1 | -5/+5 |
* | Fake directories of binary files to get symbol information out of target device. | dmikurube@chromium.org | 2013-05-08 | 1 | -6/+16 |
* | Analyze history of memory regions which are hooked (normally mmap'ed) and unh... | dmikurube@chromium.org | 2013-04-22 | 1 | -19/+29 |
* | Breakdown memory usage by source file names in dmprof. | dmikurube@chromium.org | 2013-04-09 | 2 | -69/+90 |
* | Change the format of reduce_debugline.py. | dmikurube@chromium.org | 2013-04-09 | 3 | -148/+60 |
* | Add an option to find source file names from runtime virtual addresses. | dmikurube@chromium.org | 2013-04-03 | 1 | -4/+11 |
* | Add hints to find source file names from runtime virtual addresses. | dmikurube@chromium.org | 2013-04-03 | 3 | -0/+230 |
* | Add OWNERS in deep_memory_profiler and find_runtime_symbols. | dmikurube@chromium.org | 2013-03-13 | 1 | -0/+1 |
* | Add a first test for tools/find_runtime_symbols. | dmikurube@chromium.org | 2012-11-21 | 6 | -30/+201 |
* | Refactor Deep Memory Profiler's dmprof script. | dmikurube@chromium.org | 2012-10-25 | 1 | -32/+77 |
* | Remove shebang and executable bit from tools/find_runtime_symbols/proc_maps.py. | dmikurube@chromium.org | 2012-09-28 | 1 | -1/+0 |
* | Insert missing shebang, accidentally removed in last revision. | csilv@chromium.org | 2012-09-26 | 1 | -0/+1 |
* | Classify memory usage by allocated type in Deep Memory Profiler. | dmikurube@chromium.org | 2012-09-26 | 5 | -257/+384 |
* | Load static symbol information lazily with some clean-ups. | dmikurube@chromium.org | 2012-07-30 | 3 | -97/+157 |
* | A tool for mapping runtime addresses to symbol names. | dmikurube@chromium.org | 2012-07-21 | 6 | -0/+541 |