summaryrefslogtreecommitdiff
path: root/runtime/monitor_android.cc
AgeCommit message (Expand)Author
2021-08-23Add a lock contention palette hook. Nicolas Geoffray
2018-10-19ART: Fix android-cloexec warnings Andreas Gampe
2017-06-05ART: Add method names to lock-contention samples Andreas Gampe
2017-06-02ART: Rework monitor_android to use liblog helpers Andreas Gampe
2017-06-01ART: Move source owner data to LogContentionEvent Andreas Gampe
2016-10-17event interface going private Mark Salyzyn
2016-10-03art: Replace cutils/log.h with android/log.h Mark Salyzyn
2016-04-13Add option to tune sample collection based on thread sensitivity Calin Juravle
2015-10-07Fix monitor contention logging to support negative line numbers Brian Carlstrom
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-04-22Replace NULL with nullptr Mathieu Chartier
2014-07-25ART: Fix wrong CHECK in GetCurrentLocationForThrow Andreas Gampe
2014-07-25ART: Relax CurrentMethodVisitor requirements on GetDexPC Andreas Gampe
2013-10-02Inflate contended lock word by suspending owner. Ian Rogers
2013-08-13Refactor java.lang.reflect implementation Brian Carlstrom
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom