1. 64caa7d Change IsMethodTracingActive to GetMethodTracingMode for art. by Jeff Hao · 11 years ago
  2. 23009dc Add art support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  3. c1ff4b7 Sampling profiler reads clocks once for all events in a trace. by Jeff Hao · 11 years ago
  4. 5ce4b17 Clean up sampling tracing. by Jeff Hao · 11 years ago
  5. e2f77e7 Build fix. by Ian Rogers · 11 years ago
  6. 1d1e267 Merge "Refactor java.lang.reflect implementation" into dalvik-dev by Ian Rogers · 11 years ago
  7. 0abc72e Modify traceview to sample instead of instrumenting methods. by Jeff Hao · 11 years ago
  8. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  9. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago
  10. fc0e321 Fix multiple inclusion guards to match new pathnames 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/trace.h]
  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. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  15. 725a957 Pulled out instrumentation into its own class separate from trace. by jeffhao · 12 years ago
  16. 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
  17. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  18. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  19. cfbe73d Fix the TODOs in the traceview support. by Elliott Hughes · 12 years ago
  20. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 12 years ago
  21. 0791adc Fix method tracing and allow alloc counting during tracing. by jeffhao · 12 years ago
  22. 57b86d4 Refactor runtime support. by Ian Rogers · 12 years ago
  23. b5e8185 Added code to allow method tracing from command line. by jeffhao · 12 years ago
  24. 2faa5f1 Fix copyright headers. by Elliott Hughes · 12 years ago
  25. 2692b57 Changed tracer to use an instance to hold state instead of statics. by jeffhao · 13 years ago
  26. a9ef3fd Updates to tracer to log events. by jeffhao · 13 years ago
  27. e343b76 Stub to capture method entry/exit. by jeffhao · 13 years ago