1. 280a162 event interface going private by Mark Salyzyn · 8 years ago
  2. 0ad6c8f art: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  3. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  4. eaa4609 Fix monitor contention logging to support negative line numbers by Brian Carlstrom · 9 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  6. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  7. f9df5c1 ART: Fix wrong CHECK in GetCurrentLocationForThrow by Andreas Gampe · 10 years ago
  8. 4a8c3fa ART: Relax CurrentMethodVisitor requirements on GetDexPC by Andreas Gampe · 10 years ago
  9. d9c4fc9 Inflate contended lock word by suspending owner. by Ian Rogers · 11 years ago
  10. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  11. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/monitor_android.cc]
  12. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  13. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  14. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  15. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  16. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  17. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 12 years ago
  18. 899e789 Include the thread name in Thread's operator<< output. by Elliott Hughes · 13 years ago
  19. d07986f Implement JDWP InvokeMethod and breakpoints on exception throwing. by Elliott Hughes · 13 years ago
  20. 33dc771 Changed monitor to contain method and return pc values for logging. by jeffhao · 13 years ago
  21. fc86162 Implement lock contention event logging. by Elliott Hughes · 13 years ago