summaryrefslogtreecommitdiff
path: root/simpleperf/JITDebugReader.h
AgeCommit message (Expand)Author
2023-10-25simpleperf: Add test for reading dex files in memoryYabin Cui
2023-10-25simpleperf: Support DEX files in memoryYabin Cui
2022-03-23simpleperf: read jit descriptor and dex descriptor separately.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-09-09simpleperf: fix tests broken by jit symfile path change.Yabin Cui
2020-08-06simpleperf: fix jit cache path in report cmd.Yabin Cui
2020-08-03simpleperf: Split jit_app_cache and jit_zygote_cache.Yabin Cui
2020-07-28simpleperf: dump jit symfiles to a single file.Yabin Cui
2020-03-03Revert "simpleperf: add temporary work around for debug interface change."Yabin Cui
2019-11-05simpleperf: add temporary work around for debug interface change.Yabin Cui
2019-10-10simpleperf: change based on jit debug interface change.Yabin Cui
2019-05-31simpleperf: dump mmap records for dex files extracted in JITDebugReader.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-08-29simpleperf: sync JIT debug info with records.Yabin Cui
2018-06-11simpleperf: support JIT/interpreted java code in system wide profiling.Yabin Cui
2018-05-22simpleperf: get symbols from dex files extracted from zip files.Yabin Cui
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-19simpleperf: Add JITDebugReader.Yabin Cui