Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_art
/
b74f307cda4b1b186dcbdf6c84f1ee02a50ad3cb
/
runtime
/
trace.cc
7c5acbb
ART: Fix some types
by Andreas Gampe
· 6 years ago
ecd21be
Fix tracing shutdown
by Ari Hausman-Cohen
· 6 years ago
c524e9e
ObjPtr<>-ify mirror::Class.
by Vladimir Marko
· 6 years ago
226805d
Deoptimize zygote compiled methods in DeoptimizeBootImage.
by Nicolas Geoffray
· 6 years ago
4eebb0e
Remove Trace.Pause/Resume.
by Nicolas Geoffray
· 6 years ago
c7d878d
Revert^4 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 6 years ago
ec43a01
Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""
by Nicolas Geoffray
· 6 years ago
3d477f3
Revert^2 "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 6 years ago
8248490
Revert "ART: Add StackVisitor accepting a lambda"
by Andreas Gampe
· 6 years ago
36f8d22
ART: Add StackVisitor accepting a lambda
by Andreas Gampe
· 6 years ago
98ea9d9
ART: Refactor for bugprone-argument-comment
by Andreas Gampe
· 6 years ago
99f9733
Remove InvokeVirtualOrInterface event from instrumentation.
by David Srbecky
· 6 years ago
48ba197
Fix some performance-unnecessary-value-param tidy and performance-for-range warnings.
by Stephen Hines
· 6 years ago
fa6a1b0
ART: Continue adding override annotations
by Andreas Gampe
· 6 years ago
025059b
Merge changes from topic "fdsan_art_fdfile"
by Josh Gao
· 6 years ago
afeec9f
Remove FdFile::DisableAutoClose.
by Josh Gao
· 6 years ago
f0b33e5
Fix an incorrect && with kTraceCountAllocs flag.
by Stephen Hines
· 6 years ago
2a90bc9
Revert^2 "Move Trace to use trampolines"
by Alex Light
· 6 years ago
27d85ea
Revert "Move Trace to use trampolines"
by Alex Light
· 6 years ago
19af3b9
Move Trace to use trampolines
by Alex Light
· 7 years ago
283ad2d
ART: Memory order updates to trace.{h,cc}
by Orion Hodson
· 7 years ago
88591fe
ART: Simplify atomic.h
by Orion Hodson
· 7 years ago
6ff3b37
ART: Clean up Trace
by Andreas Gampe
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
e45b3b1
Fix a dead lock between garbage colletion and sample-based tracing.
by Roland Levillain
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
4557b38
ART: Rename Atomic::CompareExchange methods
by Orion Hodson
· 7 years ago
772099a
Add remaining DDMS messages into DdmPublishChunk
by Alex Light
· 7 years ago
373a9b5
ART: Depend on libnativehelper headers only
by Andreas Gampe
· 7 years ago
05f4774
Revert "Revert "Make WatchedFramePop instrumentation event pure-virtual""
by Alex Light
· 7 years ago
b2c8fc6
Revert "Make WatchedFramePop instrumentation event pure-virtual"
by Nicolas Geoffray
· 7 years ago
a0e0f10
Make WatchedFramePop instrumentation event pure-virtual
by Alex Light
· 7 years ago
798eab0
JVMTI Exception and ExceptionCatch events
by Alex Light
· 7 years ago
6e1607e
Rename instrumentation ExceptionCaught to ExceptionThrown
by Alex Light
· 7 years ago
e431e27
art: use proper nativehelper headers
by Steven Moreland
· 7 years ago
d766158
Handler-ize InstrumentationListener and related code
by Alex Light
· 8 years ago
513061a
ART: Clean up thread.h and thread_list.h
by Andreas Gampe
· 8 years ago
4ba388a
Remove Deoptimization code from class transformation.
by Alex Light
· 8 years ago
8a5ab91
[ART] Prepare streaming output of method tracing for developer use.
by Shukang Zhou
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
709b070
Remove mirror:: and ArtMethod deps in utils.{h,cc}
by David Sehr
· 8 years ago
0795f23
Clean up ScopedThreadStateChange to use ObjPtr
by Mathieu Chartier
· 8 years ago
bdf7f1c
ART: SHARED_REQUIRES to REQUIRES_SHARED
by Andreas Gampe
· 8 years ago
542451c
ART: Convert pointer size to enum
by Andreas Gampe
· 8 years ago
0f7e8f5
Fix stream-tracing with default methods
by Alex Light
· 8 years ago
a344f6a
Make stream tracing have a higher thread count on host
by Alex Light
· 8 years ago
df87892
ART: Add FdFile constructors
by Andreas Gampe
· 9 years ago
32ce2ad
Add more systracing everywhere
by Mathieu Chartier
· 9 years ago
9ea02c4
Add ScopedGCCriticalSection to Trace::StopTracing.
by Hiroshi Yamauchi
· 9 years ago
81f0f95
Move backward branch instrumentation to all branch.
by Nicolas Geoffray
· 9 years ago
f83e733
Move the trace file out of the profiles folder.
by Calin Juravle
· 9 years ago
4b8f1ec
Use ATTRIBUTE_UNUSED more.
by Roland Levillain
· 9 years ago
7778b88
Disable class unloading when tracing is active
by Mathieu Chartier
· 9 years ago
aa51682
Add exclusion between instrumentation and GC
by Mathieu Chartier
· 9 years ago
26f7286
Cleanup thread access in StackVisitor
by Sebastien Hertz
· 9 years ago
4f55e22
Add and use ScopedSuspendAll
by Mathieu Chartier
· 9 years ago
5550ca8
Record profiling information before Jitting.
by Nicolas Geoffray
· 9 years ago
673ed3d
Revert "Revert "Change dex caches to be weak roots""
by Mathieu Chartier
· 9 years ago
81a9087
Revert "Change dex caches to be weak roots"
by Brian Carlstrom
· 9 years ago
3ae6b1d
Change dex caches to be weak roots
by Mathieu Chartier
· 9 years ago
9044347
Move to newer clang annotations
by Mathieu Chartier
· 9 years ago
7526d78
ART: Fix streaming tracing issues
by Andreas Gampe
· 10 years ago
4d64cd4
Fix tracing
by Mathieu Chartier
· 10 years ago
e3b034a
Fix some ArtMethod related bugs
by Mathieu Chartier
· 10 years ago
e401d14
Move mirror::ArtMethod to native
by Mathieu Chartier
· 10 years ago
80afd02
ART: Clean up arm64 kNumberOfXRegisters usage.
by Vladimir Marko
· 10 years ago
8e5bd18
Add a flag to StackVisitor for inlining.
by Nicolas Geoffray
· 10 years ago
0462c4c
Support multiple instrumentation clients
by Sebastien Hertz
· 10 years ago
e34a42c
ART: Fix Trace types, check minimum buf size
by Andreas Gampe
· 10 years ago
40da286
ART: Streaming trace mode
by Andreas Gampe
· 10 years ago
c785344
Move ArtField to native
by Mathieu Chartier
· 10 years ago
ca71458
ART: Add Clang's -Wused-but-marked-unused
by Andreas Gampe
· 10 years ago
7e7e0f4
ART: Use enums in Trace
by Andreas Gampe
· 10 years ago
0624a27
Include pid in trace metadata
by John Reck
· 10 years ago
bf9fc58
Add more info to who called SuspendAll
by Mathieu Chartier
· 10 years ago
02e5f16
Fix sampling profiler race condition
by Mathieu Chartier
· 10 years ago
14691c5
Compute the right catch location for the debugger.
by Nicolas Geoffray
· 10 years ago
e5f13e5
Revert "Revert "Add JIT""
by Mathieu Chartier
· 10 years ago
a5ca888
Revert "Add JIT"
by Nicolas Geoffray
· 10 years ago
2535abe
Add JIT
by Mathieu Chartier
· 10 years ago
aaebaa0
art: Refactor RuntimeOptions/ParsedOptions
by Igor Murashkin
· 10 years ago
0a18df8
Clean up some #ifdefs.
by Elliott Hughes
· 10 years ago
956af0f
Remove portable.
by Elliott Hughes
· 10 years ago
a1785c5
ART: Use Overwrite instead of Put
by Andreas Gampe
· 10 years ago
4303ba9
ART: Track Flush & Close in FdFile
by Andreas Gampe
· 10 years ago
6a3c1fc
Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.
by Ian Rogers
· 10 years ago
cf7f191
C++11 related clean-up of DISALLOW_..
by Ian Rogers
· 10 years ago
e094b87
Store exiting thread ids and names while tracing to output later.
by Jeff Hao
· 10 years ago
c8ccf68
ART: Fix some -Wpedantic errors
by Andreas Gampe
· 10 years ago
9ef78b5
Fix broken runtime SetStatsEnabled logic
by Mathieu Chartier
· 10 years ago
69dbec6
Avoid suspending for alloc trace enabling when already suspended.
by Jeff Hao
· 10 years ago
d063d91
Change when sampling thread is reset during shutdown to prevent races.
by Jeff Hao
· 10 years ago
c5d824a
Stop thread from reattaching during runtime shutdown while tracing.
by Jeff Hao
· 10 years ago
22d5e73
Remove object_utils.h.
by Ian Rogers
· 10 years ago
e63db27
Break apart header files.
by Ian Rogers
· 10 years ago
54fb8fd
Fix tracing.
by Ian Rogers
· 10 years ago
8ab25ef
Move another field away from android_atomic_cas.
by Ian Rogers
· 10 years ago
bfd9a43
Change MethodHelper to use a Handle.
by Mathieu Chartier
· 11 years ago
700a402
Now we have a proper C++ library, use std::unique_ptr.
by Ian Rogers
· 11 years ago
Next »