1. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  2. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  3. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  4. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  6. d109956 Merge "Clear the profile if we fail to add new methods or classes" by Calin Juravle · 6 years ago
  7. d5aeade Clear the profile if we fail to add new methods or classes by Calin Juravle · 6 years ago
  8. b3d1eee Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 6 years ago
  9. 82d046e Add a profiling library by David Sehr · 6 years ago
  10. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 6 years ago
  11. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  12. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 7 years ago
  13. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  14. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  15. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  16. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  17. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  18. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  19. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  20. ae49dc0 Add extra dumping for native method JIT samples check by Mathieu Chartier · 7 years ago
  21. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  22. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 7 years ago
  23. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 7 years ago
  24. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 7 years ago
  25. c2b6a63 Revert "Relax HasSeenMethod check" by Nicolas Geoffray · 7 years ago
  26. 80e6d73 Relax HasSeenMethod check by Mathieu Chartier · 7 years ago
  27. 5594f11 Record post startup methods in profile by Mathieu Chartier · 7 years ago
  28. 5494e5b Restore profile saver priority in GC critical section by Mathieu Chartier · 7 years ago
  29. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 7 years ago
  30. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 7 years ago
  31. de944ae Merge "Address review comments for aog/411660" by Mathieu Chartier · 7 years ago
  32. 885a713 Add support for profiling boot class path by Mathieu Chartier · 7 years ago
  33. db40eac Address review comments for aog/411660 by Mathieu Chartier · 7 years ago
  34. 273d110 Update startup compilation thresholds by Mathieu Chartier · 7 years ago
  35. faf8320 Optimize FetchAndCacheResolvedClassesAndMethods by Mathieu Chartier · 7 years ago
  36. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 7 years ago
  37. 7b135c8 Only compile hot methods by Mathieu Chartier · 7 years ago
  38. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 7 years ago
  39. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 7 years ago
  40. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 7 years ago
  41. cc3171a Use arena allocation for profiles by Calin Juravle · 7 years ago
  42. ff120c2 Merge "Use GC critical section for profile saver" by Mathieu Chartier · 7 years ago
  43. 3910037 Use GC critical section for profile saver by Mathieu Chartier · 7 years ago
  44. dcab190 Do not cache profiles in the ProfileSaver. by Calin Juravle · 7 years ago
  45. 8b5d9b6 Resolve the tracked locations in profile saver by Calin Juravle · 7 years ago
  46. 23caed8 Lower profiler saver thread priority. by Nicolas Geoffray · 7 years ago
  47. 9db22e8 Dump profile logs after the last save by Calin Juravle · 7 years ago
  48. a345d31 Ensure the profile is written to disk at shutdown by Calin Juravle · 7 years ago
  49. 51e417b Tweak ProfileSaver saving strategy by Calin Juravle · 7 years ago
  50. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  51. 940eb0c Add inline caches to offline profiles by Calin Juravle · 7 years ago
  52. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  53. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  54. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  55. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  56. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  57. 9fe11b1 Merge "ART: Fix JIT profile saver" am: f2b1529b09 by Serguei Katkov · 8 years ago
  58. 87de9cf ART: Fix JIT profile saver by Serguei Katkov · 8 years ago
  59. 15964a1 Merge "ART: Convert pointer size to enum" am: ba65cc4a71 by Andreas Gampe · 8 years ago
  60. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  61. 38a445a Merge \"Clean up profiler options\" am: 04a23d7e10 by Calin Juravle · 8 years ago
  62. 138dbff Clean up profiler options by Calin Juravle · 8 years ago
  63. 655c3c3 Don't do any I/O when starting the profile saver by Calin Juravle · 8 years ago
  64. 5d04eb6 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 8 years ago
  65. 38a68c7 Merge "Fix profile saver reference point when calculating the sleep time" into nyc-dev by TreeHugger Robot · 8 years ago
  66. dc85bd7 Fix profile saver reference point when calculating the sleep time by Calin Juravle · 8 years ago
  67. dc3b128 Avoid long sleep in ProfileSaver by Brian Carlstrom · 8 years ago
  68. 8f15335 Avoid long sleep in ProfileSaver by Brian Carlstrom · 8 years ago
  69. 27ed3a4 Add methods with samples during launch to profile by Mathieu Chartier · 8 years ago
  70. c600eaa Add methods with samples during launch to profile by Mathieu Chartier · 8 years ago
  71. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 8 years ago
  72. 29173de Merge "Add missing check for IsShuttingDown in profile saver" into nyc-dev by TreeHugger Robot · 8 years ago
  73. 0233a41 Add missing check for IsShuttingDown in profile saver by Calin Juravle · 8 years ago
  74. a57305e Fix profile saver initial wait by Mathieu Chartier · 8 years ago
  75. 0ec065d Fix profile saver initial wait by Mathieu Chartier · 8 years ago
  76. a263892 Adjust ProfileSaver strategy by Calin Juravle · 8 years ago
  77. 5fbb0fe Adjust ProfileSaver strategy by Calin Juravle · 8 years ago
  78. e18d619 Don't expect permission to open foreign dex use marks. by Richard Uhler · 8 years ago
  79. 12e4157 Don't expect permission to open foreign dex use marks. by Richard Uhler · 8 years ago
  80. b384e5e Fix profile saver to use base dex location by Mathieu Chartier · 8 years ago
  81. 9275af6 Fix profile saver to use base dex location by Mathieu Chartier · 8 years ago
  82. f39f009 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 8 years ago
  83. e55fda1 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 8 years ago
  84. ffc8707 Split profile recording from jit compilation by Calin Juravle · 8 years ago
  85. e5de54c Split profile recording from jit compilation by Calin Juravle · 8 years ago
  86. 9962962 ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 8 years ago
  87. 6543933 Fix comparison in profile saver by Calin Juravle · 8 years ago
  88. 20b7e3b Fix tracking foreign dex files by Calin Juravle · 8 years ago
  89. 0b79127 Skip profiling if the dex file is fully compiled by Calin Juravle · 8 years ago
  90. aa840f4 Fix profile save MaxBaxBackoff time by Calin Juravle · 8 years ago
  91. 698f4d1 Fix and tune ProfileSaver by Calin Juravle · 8 years ago
  92. 050fb1b Do not profile fully compiled oat files. by Calin Juravle · 8 years ago
  93. 5d1bd0a Discard corrupted or out of date profiles by Calin Juravle · 8 years ago
  94. 6726546 Improve ProfileSaver to cache data and do minimal I/O by Calin Juravle · 8 years ago
  95. b9c1b9b Improve resolved classes saving strategy by Calin Juravle · 8 years ago
  96. b8e6999 Add ProfileSaver stats and dump them during SigQuit by Calin Juravle · 8 years ago
  97. 59ff8cb Don't be so agressive in quering the code cache for new methods by Calin Juravle · 8 years ago
  98. e2d066d ProfileSaver: query profiling_infos instead of the code_map by Calin Juravle · 8 years ago
  99. d19dc46 Fix comparison in profile saver by Calin Juravle · 8 years ago
  100. 20ae793 Fix tracking foreign dex files by Calin Juravle · 8 years ago