summaryrefslogtreecommitdiffstats
path: root/runtime/trace.h
Commit message (Expand)AuthorAgeFilesLines
* 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