summaryrefslogtreecommitdiffstats
path: root/tools/symbolize.sh
Commit message (Collapse)AuthorAgeFilesLines
* ART: Improve the symbolize scriptAndreas Gampe2015-07-091-1/+13
| | | | | | | | Allow a list of files to pull. This improves turnaround time when tracking down perf hotspots. Bug: 21760614 Change-Id: I824e875053940d59eb00f9d796ef402632905c39
* ART: Symbolize all oat files in /data folder.Zheng Xu2015-07-011-19/+12
| | | | | | | | | | | | Now we store oat files not only in /data/dalvik-cache, but also in other places. This patch tries to pull all oat files from device /data folder. Bug: 21760614 (cherry picked from commit 468bcf63207420f18c0c8a8621aa2d774393c155) Change-Id: Icf81cf28c29da2e248e4fbd84f5920f46ddc4cd6
* ART: Mips64 runtime supportAndreas Gampe2015-01-151-1/+1
| | | | | | Interpret-only Mips64 runtime support. Change-Id: Iee22d0c8c77105d9b2f03a67dc4e09957fe0ab0a
* ART: Refactor elf_writer_quick, add symbolizerAndreas Gampe2014-09-051-0/+67
Refactors some classes in elf_writer_quick.h to elf_builder.h to be more friendly for re-use. Use this in oatdump to add a symtab to an oat file. Bug: 17187621, 17322125 Change-Id: I2333291334fd98bd09cc5717fb83cb18efe3a029