summaryrefslogtreecommitdiffstats
path: root/runtime/trace.h
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix streaming tracing issuesAndreas Gampe2015-06-261-11/+14
* Fix tracingMathieu Chartier2015-06-021-0/+59
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-16/+16
* Fix mismatched new[]/delete.Christopher Ferris2015-05-041-1/+1
* ART: Fix Trace types, check minimum buf sizeAndreas Gampe2015-04-251-3/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* ART: Streaming trace modeAndreas Gampe2015-04-151-4/+52
* Move ArtField to nativeMathieu Chartier2015-04-101-3/+3
* ART: Use enums in TraceAndreas Gampe2015-03-291-3/+13
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-3/+1
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+2
* Revert "Add JIT"Nicolas Geoffray2015-02-241-2/+1
* Add JITMathieu Chartier2015-02-231-1/+2
* Store exiting thread ids and names while tracing to output later.Jeff Hao2014-10-141-0/+5
* Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-291-0/+5
* Break apart header files.Ian Rogers2014-07-151-15/+4
* Move another field away from android_atomic_cas.Ian Rogers2014-07-091-1/+2
* Fix method tracing from command-lineSebastien Hertz2014-07-091-5/+8
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Prepare field watchpoint supportSebastien Hertz2014-04-151-18/+27
* Add ART -help and -showversionBrian Carlstrom2014-03-031-0/+6
* Object model changes to support 64bit.Ian Rogers2014-02-061-5/+5
* Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-191-1/+2
* Change IsMethodTracingActive to GetMethodTracingMode for art.Jeff Hao2013-08-291-1/+7
* Add art support for sample profiling from traceview gui.Jeff Hao2013-08-261-10/+6
* Sampling profiler reads clocks once for all events in a trace.Jeff Hao2013-08-191-1/+4
* Clean up sampling tracing.Jeff Hao2013-08-161-5/+7
* Build fix.Ian Rogers2013-08-131-2/+2
* Merge "Refactor java.lang.reflect implementation" into dalvik-devIan Rogers2013-08-141-9/+9
|\
| * Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-9/+9
* | Modify traceview to sample instead of instrumenting methods.Jeff Hao2013-08-131-1/+21
|/
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-0/+1
* Fix multiple inclusion guards to match new pathnamesBrian Carlstrom2013-07-171-3/+3
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+132