summaryrefslogtreecommitdiff
path: root/runtime/monitor_linux.cc
AgeCommit message (Collapse)Author
2024-01-25Add visibility attributes in runtime/m* Dmitrii Ishcheikin
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Ice9204277b257c6e3c25adb690bddfd834d24689
2017-06-01ART: Move source owner data to LogContentionEvent Andreas Gampe
Change the signature of Monitor::LogContentionEvent to take the owner's ArtMethod and dex pc instead of the derived data. Move the decoding from monitor.cc to monitor_android.cc. This change does not change functionality. It is only in preparation for a later, actual change of what is being logged. Bug: 62241642 Test: m test-art-host Change-Id: I30f02eeecbc556f8eb7b637301ed8ac9b1e40a93
2015-10-07Fix monitor contention logging to support negative line numbers Brian Carlstrom
Bug: 24743369 Change-Id: I8dd4f59e0bd27aa4daa1d79a412fc7821c070c67
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81