index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
trace.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
ART: Fix streaming tracing issues
Andreas Gampe
2015-06-26
1
-8
/
+12
*
Fix tracing
Mathieu Chartier
2015-06-02
1
-80
/
+50
*
Move mirror::ArtMethod to native
Mathieu Chartier
2015-06-02
1
-50
/
+59
*
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2015-05-26
1
-0
/
+2
*
Add a flag to StackVisitor for inlining.
Nicolas Geoffray
2015-05-11
1
-2
/
+3
*
Support multiple instrumentation clients
Sebastien Hertz
2015-05-07
1
-4
/
+7
*
ART: Fix Trace types, check minimum buf size
Andreas Gampe
2015-04-25
1
-11
/
+25
*
ART: Streaming trace mode
Andreas Gampe
2015-04-15
1
-63
/
+347
*
Move ArtField to native
Mathieu Chartier
2015-04-10
1
-2
/
+2
*
ART: Add Clang's -Wused-but-marked-unused
Andreas Gampe
2015-04-03
1
-2
/
+1
*
ART: Use enums in Trace
Andreas Gampe
2015-03-29
1
-11
/
+16
*
Include pid in trace metadata
John Reck
2015-03-27
1
-0
/
+2
*
Add more info to who called SuspendAll
Mathieu Chartier
2015-03-13
1
-3
/
+3
*
Fix sampling profiler race condition
Mathieu Chartier
2015-03-11
1
-16
/
+17
*
Compute the right catch location for the debugger.
Nicolas Geoffray
2015-03-09
1
-4
/
+2
*
Revert "Revert "Add JIT""
Mathieu Chartier
2015-02-24
1
-1
/
+7
*
Revert "Add JIT"
Nicolas Geoffray
2015-02-24
1
-7
/
+1
*
Add JIT
Mathieu Chartier
2015-02-23
1
-1
/
+7
*
art: Refactor RuntimeOptions/ParsedOptions
Igor Murashkin
2015-02-04
1
-7
/
+7
*
Clean up some #ifdefs.
Elliott Hughes
2015-01-09
1
-1
/
+1
*
Remove portable.
Elliott Hughes
2014-12-12
1
-2
/
+0
*
ART: Use Overwrite instead of Put
Andreas Gampe
2014-11-26
1
-1
/
+3
*
ART: Track Flush & Close in FdFile
Andreas Gampe
2014-11-18
1
-0
/
+9
*
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
Ian Rogers
2014-11-03
1
-11
/
+15
*
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
1
-0
/
+3
*
Store exiting thread ids and names while tracing to output later.
Jeff Hao
2014-10-14
1
-0
/
+12
*
ART: Fix some -Wpedantic errors
Andreas Gampe
2014-09-29
1
-1
/
+1
*
Fix broken runtime SetStatsEnabled logic
Mathieu Chartier
2014-09-26
1
-10
/
+17
*
Avoid suspending for alloc trace enabling when already suspended.
Jeff Hao
2014-09-17
1
-4
/
+2
*
Change when sampling thread is reset during shutdown to prevent races.
Jeff Hao
2014-09-09
1
-4
/
+13
*
Stop thread from reattaching during runtime shutdown while tracing.
Jeff Hao
2014-07-29
1
-15
/
+15
*
Remove object_utils.h.
Ian Rogers
2014-07-16
1
-1
/
+0
*
Break apart header files.
Ian Rogers
2014-07-15
1
-12
/
+12
*
Fix tracing.
Ian Rogers
2014-07-09
1
-1
/
+1
*
Move another field away from android_atomic_cas.
Ian Rogers
2014-07-09
1
-4
/
+4
*
Change MethodHelper to use a Handle.
Mathieu Chartier
2014-06-09
1
-4
/
+2
*
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-19
1
-2
/
+2
*
Prepare field watchpoint support
Sebastien Hertz
2014-04-15
1
-0
/
+15
*
Add ART -help and -showversion
Brian Carlstrom
2014-03-03
1
-5
/
+1
*
Object model changes to support 64bit.
Ian Rogers
2014-02-06
1
-10
/
+10
*
Merge "Add sample profiling interface to startMethodTracing."
Jeff Hao
2014-01-15
1
-0
/
+1
|
\
|
*
Add sample profiling interface to startMethodTracing.
Jeff Hao
2014-01-06
1
-0
/
+1
*
|
Selective deoptimization.
Sebastien Hertz
2014-01-13
1
-0
/
+2
|
/
*
Propagate 'this_object' for method unwind event.
Sebastien Hertz
2013-11-19
1
-1
/
+2
*
Introduce Signature type to avoid string comparisons.
Ian Rogers
2013-09-26
1
-1
/
+1
*
Change IsMethodTracingActive to GetMethodTracingMode for art.
Jeff Hao
2013-08-29
1
-3
/
+9
*
Add art support for sample profiling from traceview gui.
Jeff Hao
2013-08-26
1
-18
/
+15
*
Change default sampling interval to 1000 samples/sec.
Jeff Hao
2013-08-19
1
-1
/
+1
*
Sampling profiler reads clocks once for all events in a trace.
Jeff Hao
2013-08-19
1
-17
/
+43
*
Merge "Clean up sampling tracing." into dalvik-dev
Jeff Hao
2013-08-16
1
-39
/
+60
|
\
[next]