summaryrefslogtreecommitdiffstats
path: root/libprofile
Commit message (Expand)AuthorAgeFilesLines
* Add support for aggregation counters in the profileCalin Juravle2018-12-203-23/+484
* Extract dex file if it is uncompressed but unalignedColin Cross2018-11-291-1/+2
* Remove dependencies on libutils.Martin Stjernholm2018-10-301-5/+0
* Revert "Link compression libs statically into libartbase and use those everyw...Nicolas Geoffray2018-10-301-1/+18
* Link compression libs statically into libartbase and use those everywhere.Martin Stjernholm2018-10-291-18/+1
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-172-110/+114
* Dump Dex file checksums for profman --dump-onlyMathieu Chartier2018-10-012-28/+7
* ART: Refactor test profile generationAndreas Gampe2018-09-201-27/+29
* ART: Refactor static include listAndreas Gampe2018-09-061-0/+31
* Fix various not so benign fdsan errors.Josh Gao2018-08-301-1/+3
* Use 'final' and 'override' specifiers directly in ART.Roland Levillain2018-08-281-1/+1
* Remove unnecessary indirection from MemMap.Vladimir Marko2018-08-212-13/+11
* Merge "Revert^2 "ART: Fix some performance-X tidy""Treehugger Robot2018-06-211-1/+1
|\
| * Revert^2 "ART: Fix some performance-X tidy"Andreas Gampe2018-06-201-1/+1
* | Use HashSet<std::string> instead of unordered_set<>.Vladimir Marko2018-06-212-8/+9
|/
* Revert "ART: Fix some performance-X tidy"Andreas Gampe2018-06-201-1/+1
* ART: Fix some performance-X tidyAndreas Gampe2018-06-191-1/+1
* Move profile testing to CommonArtTestDavid Sehr2018-05-291-239/+8
* ObjPtr<>-ify tests using ClassLinker::FindClass().Vladimir Marko2018-05-231-1/+1
* Move ArtDexFileLoader to libdexfileDavid Sehr2018-05-161-0/+2
* Merge "Revert "Make dexlayout and profman build without libart""Mathieu Chartier2018-05-111-0/+1
|\
| * Revert "Make dexlayout and profman build without libart"Mathieu Chartier2018-05-111-0/+1
* | Merge "Make dexlayout and profman build without libart"David Sehr2018-05-101-1/+0
|\|
| * Make dexlayout and profman build without libartDavid Sehr2018-05-101-1/+0
* | Clear the profile if we fail to add new methods or classesCalin Juravle2018-05-093-3/+41
|/
* Add a profiling libraryDavid Sehr2018-04-264-0/+4367