1. ad88cbe Handle profile annotation during profman-merge by Calin Juravle · 5 years ago
  2. 0e82e0f Add more options for boot profile aggregation by Calin Juravle · 5 years ago
  3. a85580a Remove aggegation counter handling from profman by Calin Juravle · 5 years ago
  4. a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
  5. 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
  6. f0c9480 Remove support for aggregation counters from device ART profiles by Calin Juravle · 5 years ago
  7. f5e26f8 Support array classes in profiles. by Nicolas Geoffray · 6 years ago
  8. a0fc13a Add support for a profile listing methods in compilation order. by Nicolas Geoffray · 6 years ago
  9. 23a8eb6 art: use PLOG rather than LOG strerror. by Elliott Hughes · 6 years ago
  10. e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 6 years ago
  11. 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 6 years ago
  12. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  13. 3ee9cfd Add support for aggregation counters in the profile by Calin Juravle · 6 years ago
  14. 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
  15. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  16. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  17. 0573f85 Dump Dex file checksums for profman --dump-only by Mathieu Chartier · 6 years ago
  18. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  19. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  20. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 7 years ago
  21. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 7 years ago
  22. 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 7 years ago
  23. 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 7 years ago
  24. 20f4992 Move profman/ to ClassAccessor by Mathieu Chartier · 7 years ago
  25. 671af6c Make dexlayout and profman independent of libart by David Sehr · 7 years ago
  26. 818cb80 Revert "Make dexlayout and profman build without libart" by Mathieu Chartier · 7 years ago
  27. 2b80ed4 Make dexlayout and profman build without libart by David Sehr · 7 years ago
  28. 302dda5 Merge "Do not verify apks when processing profiles" by Calin Juravle · 7 years ago
  29. 1bfe4bd Do not verify apks when processing profiles by Calin Juravle · 7 years ago
  30. 82d046e Add a profiling library by David Sehr · 7 years ago
  31. c24fa5d Allow INVOKE_VIRTUAL_RANGE as single invoke by Rico Wind · 7 years ago
  32. f5d9f81 Merge "profman: removed unused header" by Treehugger Robot · 7 years ago
  33. 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
  34. daf374c profman: removed unused header by Jeff Vander Stoep · 7 years ago
  35. 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
  36. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  37. 02c0879 Actually use --copy-and-update-profile-key argument in profman... by Calin Juravle · 7 years ago
  38. ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
  39. e10c1e2 Enable profile data filtering in profman by Calin Juravle · 7 years ago
  40. f13ac7c Profman: Skip dex file verification for boot jars by David Brazdil · 7 years ago
  41. 2dba0ab Enable profile key updates via profman by Calin Juravle · 7 years ago
  42. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
  43. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
  46. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  47. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  48. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  49. bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 7 years ago
  50. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  51. 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
  52. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  53. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  54. dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 7 years ago
  55. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  56. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  57. d704f0b Profman: Use method_percentage and class_percentage values passed for generating profiles by Shubham Ajmera · 8 years ago
  58. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 8 years ago
  59. 8eecddf Add missing profman arg for compiled_method_threshold by Mathieu Chartier · 8 years ago
  60. 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 8 years ago
  61. 2f79455 Add support for generating boot image profile by Mathieu Chartier · 8 years ago
  62. 51d80cc ART: Refactor abort code by Andreas Gampe · 8 years ago
  63. e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 8 years ago
  64. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 8 years ago
  65. bbe3a5e Refactor some profiling info functions by Mathieu Chartier · 8 years ago
  66. ea650f3 Move profiles to use bitmaps for startup methods by Mathieu Chartier · 8 years ago
  67. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  68. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  69. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  70. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  71. 66aae3b Move some profman messages from LOG(ERROR) to LOG(WARNING) by Mathieu Chartier · 8 years ago
  72. 3406726 Change dump-classes profman option to dump-classes-and-methods by Mathieu Chartier · 8 years ago
  73. f0a31f8 Add profman option to generate a random profile based on dex files. by Jeff Hao · 8 years ago
  74. 37c5846 ART: Fix some tidy warnings by Andreas Gampe · 8 years ago
  75. d808e8b Add syntax for adding all class methods to profman by Mathieu Chartier · 8 years ago
  76. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 8 years ago
  77. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  78. 3f12134 Change "could not find class" to warning by Mathieu Chartier · 8 years ago
  79. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  80. 940eb0c Add inline caches to offline profiles by Calin Juravle · 8 years ago
  81. 153da0e Clean up profman arg checking by David Sehr · 8 years ago
  82. 7c80f2d Convert preload list to profile by David Sehr · 8 years ago
  83. b18991b Fix ownership of DexFile in profman by David Sehr · 8 years ago
  84. 33083d6 Rename offline_profiling_info to profile_compilation_info by Calin Juravle · 8 years ago
  85. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  86. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  87. 71f7726 Add mode bits to open() with O_CREAT. by George Burgess IV · 8 years ago
  88. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  89. 733ddb2 Refactor Dex open methods by David Sehr · 8 years ago
  90. 7bcdb53 Add ability to generate a random test profile by Calin Juravle · 9 years ago
  91. 37d6a3b Support the -i flag in the new dexdump. by Aart Bik · 9 years ago
  92. 546d24f Enable profman pretty printing by David Sehr · 9 years ago
  93. 4fcdd6d Initial profman support for verbose dump by David Sehr · 9 years ago
  94. ccb3326 Fix debug leftover in profman by Calin Juravle · 9 years ago
  95. d855718 Remove a common subexpression from profman output by David Sehr · 9 years ago
  96. ed79301 Add braces per the coding convention by David Sehr · 9 years ago
  97. 52683cf Limit profman log spam with time threshold by David Sehr · 9 years ago
  98. 876f350 Extend profman to be able to dump profile content. by Calin Juravle · 9 years ago
  99. 2e2db78 Revert "Revert "Add profman tool: responsible to process profiles"" by Calin Juravle · 9 years ago
  100. 3da7468 Revert "Add profman tool: responsible to process profiles" by Nicolas Geoffray · 9 years ago