Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
487ad46b7ee79eb4a03d3560072c309280069c04
/
profman
2b80ed4
Make dexlayout and profman build without libart
by David Sehr
· 6 years ago
302dda5
Merge "Do not verify apks when processing profiles"
by Calin Juravle
· 7 years ago
1bfe4bd
Do not verify apks when processing profiles
by Calin Juravle
· 7 years ago
82d046e
Add a profiling library
by David Sehr
· 7 years ago
c24fa5d
Allow INVOKE_VIRTUAL_RANGE as single invoke
by Rico Wind
· 7 years ago
f120ffc
Dump profile checksums
by Mathieu Chartier
· 7 years ago
f5d9f81
Merge "profman: removed unused header"
by Treehugger Robot
· 7 years ago
79e2607
Move profile dependent modules to libartbase
by David Sehr
· 7 years ago
daf374c
profman: removed unused header
by Jeff Vander Stoep
· 7 years ago
312f3b2
Move some remaining dex utilities
by David Sehr
· 7 years ago
c431b9d
Move most of runtime/base to libartbase/base
by David Sehr
· 7 years ago
b2ec9f5
Remove duplication, split tests
by David Sehr
· 7 years ago
29d4cc0
Merge "Actually use --copy-and-update-profile-key argument in profman..."
by Calin Juravle
· 7 years ago
02c0879
Actually use --copy-and-update-profile-key argument in profman...
by Calin Juravle
· 7 years ago
f1c29aa
Merge "Ensure that we always set the method hotness in the profile"
by Treehugger Robot
· 7 years ago
ee9cb41
Ensure that we always set the method hotness in the profile
by Calin Juravle
· 7 years ago
fcbe15c
Build debug library libdexfiled
by David Sehr
· 7 years ago
e10c1e2
Enable profile data filtering in profman
by Calin Juravle
· 7 years ago
0225f8e
Revert "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
85f890b
Merge "Revert "Make libdexfile build independent of runtime dir""
by David Sehr
· 7 years ago
787784f
Revert "Make libdexfile build independent of runtime dir"
by David Sehr
· 7 years ago
d2b5229
Merge "Profman: Skip dex file verification for boot jars"
by Treehugger Robot
· 7 years ago
f13ac7c
Profman: Skip dex file verification for boot jars
by David Brazdil
· 7 years ago
b40b7e7
Make libdexfile build independent of runtime dir
by David Sehr
· 7 years ago
2dba0ab
Enable profile key updates via profman
by Calin Juravle
· 7 years ago
3913e48
ART: Refactor profile_compilation_info.h includes
by Andreas Gampe
· 7 years ago
013fd80
Create an ART-independent DexFileLoader
by David Sehr
· 7 years ago
698ebbc
Clean up CodeItemAccessors and Compact/StandardDexFile
by Mathieu Chartier
· 7 years ago
9e734c7
Create dex subdirectory
by David Sehr
· 7 years ago
73f21d4
Remove CodeItem accessor functions
by Mathieu Chartier
· 7 years ago
5794381
ART: Replace base/logging with android-base/logging
by Andreas Gampe
· 7 years ago
f3c52b4
Fill Class and String .bss slots in runtime.
by Vladimir Marko
· 7 years ago
b7c273c
Add ClassDataItemIterator::HasNextMethod
by Mathieu Chartier
· 7 years ago
e983b16
Merge "Record @{Fast,Critical}Native in method's access flags."
by Vladimir Marko
· 7 years ago
b0a6aee
Record @{Fast,Critical}Native in method's access flags.
by Vladimir Marko
· 7 years ago
bda66c7
Merge "cpplint: Cleanup errors"
by Treehugger Robot
· 7 years ago
2ffb703
cpplint: Cleanup errors
by Igor Murashkin
· 7 years ago
0021feb
Delete CodeItemIterator
by Mathieu Chartier
· 7 years ago
095c6c9
Pass the verify flag to DexFileLoader utilities.
by Nicolas Geoffray
· 7 years ago
0284f43
Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8
by Vladimir Marko
· 7 years ago
79c87da
Add DexFileLoader class
by Mathieu Chartier
· 7 years ago
69d310e
Use ScopedArenaAllocator for building HGraph.
by Vladimir Marko
· 7 years ago
9ab6e1d
Revert^2 "Increase threshold for profile compilation"
by Shubham Ajmera
· 7 years ago
dbeacd6
Merge "Clean up AtomicDexRefMap"
by Mathieu Chartier
· 7 years ago
e2abbc6
ART: Move kDexNoIndex to dex_file_types.h
by Andreas Gampe
· 7 years ago
fc8b422
Clean up AtomicDexRefMap
by Mathieu Chartier
· 7 years ago
d0b0825
Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles"
by Treehugger Robot
· 7 years ago
641a473
ART: Fix reference-related warnings
by Andreas Gampe
· 7 years ago
3157fc2
ART: Move cmdline parser to header library
by Andreas Gampe
· 7 years ago
d704f0b
Profman: Use method_percentage and class_percentage values passed for generating profiles
by Shubham Ajmera
· 7 years ago
8cf9cb3
ART: Include cleanup
by Andreas Gampe
· 7 years ago
8eecddf
Add missing profman arg for compiled_method_threshold
by Mathieu Chartier
· 7 years ago
9c9b936
Merge changes I8d333ea5,Ie4efc8bb
by Treehugger Robot
· 7 years ago
2f79455
Add support for generating boot image profile
by Mathieu Chartier
· 7 years ago
51d80cc
ART: Refactor abort code
by Andreas Gampe
· 7 years ago
f70fe3d
Add dex2oat support for profile based image creation
by Mathieu Chartier
· 7 years ago
e46f3a8
Address some review comments for aog/415919
by Mathieu Chartier
· 7 years ago
e17cf24
Add field/method skipping helper functions to DexFile
by Mathieu Chartier
· 7 years ago
a5dcdf3
Merge "Refactor some profiling info functions"
by Mathieu Chartier
· 7 years ago
bbe3a5e
Refactor some profiling info functions
by Mathieu Chartier
· 7 years ago
a3d27eb
ScopedFlock: Refactor it to be a subclass of FdFile.
by Narayan Kamath
· 7 years ago
28b5c58
Dump startup and post startup methods for --dump-only
by Mathieu Chartier
· 7 years ago
ea650f3
Move profiles to use bitmaps for startup methods
by Mathieu Chartier
· 7 years ago
0855688
Handle gracefully profiles with invalid classes or methods
by Calin Juravle
· 7 years ago
dbddc22
Refactor profiles to use TypeReference instead of ClassReference
by Mathieu Chartier
· 7 years ago
a559fa1
Merge "Fix compiler crash due to inline caches and improve docs"
by Treehugger Robot
· 7 years ago
e6f87cc
Fix compiler crash due to inline caches and improve docs
by Calin Juravle
· 7 years ago
5115efb
ART: Fix soong defaults order
by Andreas Gampe
· 7 years ago
cc3171a
Use arena allocation for profiles
by Calin Juravle
· 7 years ago
66aae3b
Move some profman messages from LOG(ERROR) to LOG(WARNING)
by Mathieu Chartier
· 7 years ago
3406726
Change dump-classes profman option to dump-classes-and-methods
by Mathieu Chartier
· 8 years ago
cea9e9d
Fix profile merges in profman
by Calin Juravle
· 8 years ago
f0a31f8
Add profman option to generate a random profile based on dex files.
by Jeff Hao
· 8 years ago
37c5846
ART: Fix some tidy warnings
by Andreas Gampe
· 8 years ago
d808e8b
Add syntax for adding all class methods to profman
by Mathieu Chartier
· 8 years ago
a6fa68f
Merge "Encode inline caches with missing types in the profile"
by Calin Juravle
· 8 years ago
589e71e
Encode inline caches with missing types in the profile
by Calin Juravle
· 8 years ago
3f12134
Change "could not find class" to warning
by Mathieu Chartier
· 8 years ago
e0ac115
Extend profman to generate profiles with inline caches
by Calin Juravle
· 8 years ago
940eb0c
Add inline caches to offline profiles
by Calin Juravle
· 8 years ago
153da0e
Clean up profman arg checking
by David Sehr
· 8 years ago
7c80f2d
Convert preload list to profile
by David Sehr
· 8 years ago
b18991b
Fix ownership of DexFile in profman
by David Sehr
· 8 years ago
97c381e
Separate art::Exec from utils
by David Sehr
· 8 years ago
33083d6
Rename offline_profiling_info to profile_compilation_info
by Calin Juravle
· 8 years ago
46ee31b
ART: Move to libbase StringPrintf
by Andreas Gampe
· 8 years ago
9186ced
ART: Clean up utils.h
by Andreas Gampe
· 8 years ago
a5b09a6
ART: Add dex::TypeIndex
by Andreas Gampe
· 8 years ago
71f7726
Add mode bits to open() with O_CREAT.
by George Burgess IV
· 8 years ago
f57589f
Remove logging dependency on runtime
by David Sehr
· 8 years ago
3fec9ac
ART: Use libbase logging
by Andreas Gampe
· 8 years ago
733ddb2
Refactor Dex open methods
by David Sehr
· 8 years ago
afd3c9e
Convert art runtests to Android.bp
by Colin Cross
· 8 years ago
6e95dd5
Convert art gtests to Android.bp
by Colin Cross
· 8 years ago
c7376e0
Convert more of art to Android.bp
by Colin Cross
· 8 years ago
7bcdb53
Add ability to generate a random test profile
by Calin Juravle
· 8 years ago
37d6a3b
Support the -i flag in the new dexdump.
by Aart Bik
· 8 years ago
546d24f
Enable profman pretty printing
by David Sehr
· 8 years ago
4fcdd6d
Initial profman support for verbose dump
by David Sehr
· 8 years ago
ccb3326
Fix debug leftover in profman
by Calin Juravle
· 9 years ago
Next »