summaryrefslogtreecommitdiffstats
path: root/runtime/trace.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Fix streaming tracing issuesAndreas Gampe2015-06-261-8/+12
* Fix tracingMathieu Chartier2015-06-021-80/+50
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-50/+59
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+2
* Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-111-2/+3
* Support multiple instrumentation clientsSebastien Hertz2015-05-071-4/+7
* ART: Fix Trace types, check minimum buf sizeAndreas Gampe2015-04-251-11/+25
* ART: Streaming trace modeAndreas Gampe2015-04-151-63/+347
* Move ArtField to nativeMathieu Chartier2015-04-101-2/+2
* ART: Add Clang's -Wused-but-marked-unusedAndreas Gampe2015-04-031-2/+1
* ART: Use enums in TraceAndreas Gampe2015-03-291-11/+16
* Include pid in trace metadataJohn Reck2015-03-271-0/+2
* Add more info to who called SuspendAllMathieu Chartier2015-03-131-3/+3
* Fix sampling profiler race conditionMathieu Chartier2015-03-111-16/+17
* Compute the right catch location for the debugger.Nicolas Geoffray2015-03-091-4/+2
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+7
* Revert "Add JIT"Nicolas Geoffray2015-02-241-7/+1
* Add JITMathieu Chartier2015-02-231-1/+7
* art: Refactor RuntimeOptions/ParsedOptionsIgor Murashkin2015-02-041-7/+7
* Clean up some #ifdefs.Elliott Hughes2015-01-091-1/+1
* Remove portable.Elliott Hughes2014-12-121-2/+0
* ART: Use Overwrite instead of PutAndreas Gampe2014-11-261-1/+3
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-0/+9
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-11/+15
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-0/+3
* Store exiting thread ids and names while tracing to output later.Jeff Hao2014-10-141-0/+12
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-291-1/+1
* Fix broken runtime SetStatsEnabled logicMathieu Chartier2014-09-261-10/+17
* Avoid suspending for alloc trace enabling when already suspended.Jeff Hao2014-09-171-4/+2
* Change when sampling thread is reset during shutdown to prevent races.Jeff Hao2014-09-091-4/+13
* Stop thread from reattaching during runtime shutdown while tracing.Jeff Hao2014-07-291-15/+15
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Break apart header files.Ian Rogers2014-07-151-12/+12
* Fix tracing.Ian Rogers2014-07-091-1/+1
* Move another field away from android_atomic_cas.Ian Rogers2014-07-091-4/+4
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-4/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Prepare field watchpoint supportSebastien Hertz2014-04-151-0/+15
* Add ART -help and -showversionBrian Carlstrom2014-03-031-5/+1
* Object model changes to support 64bit.Ian Rogers2014-02-061-10/+10
* Merge "Add sample profiling interface to startMethodTracing."Jeff Hao2014-01-151-0/+1
|\
| * Add sample profiling interface to startMethodTracing.Jeff Hao2014-01-061-0/+1
* | Selective deoptimization.Sebastien Hertz2014-01-131-0/+2
|/
* Propagate 'this_object' for method unwind event.Sebastien Hertz2013-11-191-1/+2
* Introduce Signature type to avoid string comparisons.Ian Rogers2013-09-261-1/+1
* Change IsMethodTracingActive to GetMethodTracingMode for art.Jeff Hao2013-08-291-3/+9
* Add art support for sample profiling from traceview gui.Jeff Hao2013-08-261-18/+15
* Change default sampling interval to 1000 samples/sec.Jeff Hao2013-08-191-1/+1
* Sampling profiler reads clocks once for all events in a trace.Jeff Hao2013-08-191-17/+43
* Merge "Clean up sampling tracing." into dalvik-devJeff Hao2013-08-161-39/+60
|\