1. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  2. 4eebb0e Remove Trace.Pause/Resume. by Nicolas Geoffray · 6 years ago
  3. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  4. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 6 years ago
  5. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  6. 1979c64 Clean up include paths by David Sehr · 6 years ago
  7. 283ad2d ART: Memory order updates to trace.{h,cc} by Orion Hodson · 6 years ago
  8. 6ff3b37 ART: Clean up Trace by Andreas Gampe · 6 years ago
  9. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  10. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  11. 05f4774 Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual"" by Alex Light · 7 years ago
  12. b2c8fc6 Revert "Make WatchedFramePop instrumentation event pure-virtual" by Nicolas Geoffray · 7 years ago
  13. a0e0f10 Make WatchedFramePop instrumentation event pure-virtual by Alex Light · 7 years ago
  14. 798eab0 JVMTI Exception and ExceptionCatch events by Alex Light · 7 years ago
  15. 6e1607e Rename instrumentation ExceptionCaught to ExceptionThrown by Alex Light · 7 years ago
  16. d766158 Handler-ize InstrumentationListener and related code by Alex Light · 7 years ago
  17. 8a5ab91 [ART] Prepare streaming output of method tracing for developer use. by Shukang Zhou · 8 years ago
  18. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  19. a344f6a Make stream tracing have a higher thread count on host by Alex Light · 8 years ago
  20. 81f0f95 Move backward branch instrumentation to all branch. by Nicolas Geoffray · 9 years ago
  21. 7778b88 Disable class unloading when tracing is active by Mathieu Chartier · 9 years ago
  22. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  23. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  24. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 9 years ago
  25. 4d64cd4 Fix tracing by Mathieu Chartier · 9 years ago
  26. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  27. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 9 years ago
  28. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 9 years ago
  29. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  30. 40da286 ART: Streaming trace mode by Andreas Gampe · 9 years ago
  31. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  32. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 9 years ago
  33. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  34. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  35. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  36. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  37. e094b87 Store exiting thread ids and names while tracing to output later. by Jeff Hao · 10 years ago
  38. c5d824a Stop thread from reattaching during runtime shutdown while tracing. by Jeff Hao · 10 years ago
  39. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  40. 8ab25ef Move another field away from android_atomic_cas. by Ian Rogers · 10 years ago
  41. bae182c Fix method tracing from command-line by Sebastien Hertz · 11 years ago
  42. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  43. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  44. 3f52eaf Prepare field watchpoint support by Sebastien Hertz · 10 years ago
  45. 491ca9e Add ART -help and -showversion by Brian Carlstrom · 10 years ago
  46. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  47. 51db44a Propagate 'this_object' for method unwind event. by Sebastien Hertz · 11 years ago
  48. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  49. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  50. c1ff4b7 Sampling profiler reads clocks once for all events in a trace. by Jeff Hao · 11 years ago
  51. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  52. e2f77e7 Build fix. by Ian Rogers · 11 years ago
  53. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  54. 0abc72e Modify traceview to sample instead of instrumenting methods. by Jeff Hao · 11 years ago
  55. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  56. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  57. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  58. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/trace.h]
  59. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  60. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  61. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  62. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  63. 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
  64. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  65. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  66. cfbe73d Fix the TODOs in the traceview support. by Elliott Hughes · 12 years ago
  67. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  68. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 12 years ago
  69. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  70. b5e8185 Added code to allow method tracing from command line. by jeffhao · 12 years ago
  71. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  72. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  73. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  74. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago