summaryrefslogtreecommitdiff
path: root/simpleperf/JITDebugReader.cpp
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
2023-08-18simpleperf: Remove PAGE_MASK usageJuan Yescas
2023-03-03simpleperf: Increase default user buffer size to 256MYabin Cui
2022-03-23simpleperf: read jit descriptor and dex descriptor separately.Yabin Cui
2022-01-20simpleperf: move TempSymFile to a impl header file.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
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-07-01simpleperf: Move ReadMinExecutableVaddr into ElfFile class.Yabin Cui
2020-06-30simpleperf: move ParseSymbols* inside ElfFile class.Yabin Cui
2020-03-03Revert "simpleperf: add temporary work around for debug interface change."Yabin Cui
2019-12-11simpleperf: fix reading jit debug descriptors.Yabin Cui
2019-11-05simpleperf: add temporary work around for debug interface change.Yabin Cui
2019-10-30simpleperf: fix small errors in JITDebugReader.Yabin Cui
2019-10-11Merge "simpleperf: change based on jit debug interface change."Yabin Cui
2019-10-10simpleperf: change based on jit debug interface change.Yabin Cui
2019-10-07simpleperf: create one map for each jit symbol.Yabin Cui
2019-05-31simpleperf: dump mmap records for dex files extracted in JITDebugReader.Yabin Cui
2019-02-07simpleperf: fix symbolization in multi-executable-segments libraries.Yabin Cui
2018-08-29simpleperf: sync JIT debug info with records.Yabin Cui
2018-07-23simpleperf: use libunwindstack directly for unwinding.Yabin Cui
2018-07-16simpleperf: prefer to use mmap2 records instead of mmap 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-21simpleperf: support profiling jited java code.Yabin Cui
2018-03-19simpleperf: Add JITDebugReader.Yabin Cui