summaryrefslogtreecommitdiff
path: root/simpleperf/read_apk_test.cpp
AgeCommit message (Expand)Author
2024-04-02simpleperf: Add CDD annotation for CtsSimpleperfTestCasesYabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2018-12-13simpleperf: fix reading symbols from multidex apk.Yabin Cui
2018-08-27Remove ashmem from system/extrasJoel Fernandes
2018-05-22simpleperf: get symbols from dex files extracted from zip files.Yabin Cui
2018-05-09simpleperf: change interface of read_apk.h.Yabin Cui
2018-01-30simpleperf: fix mac build.Yabin Cui
2018-01-29Change to new libbacktrace offline functions.Christopher Ferris
2016-08-01simpleperf: print warning message when failed to read symbol table from elf f...Yabin Cui
2016-03-26Simpleperf: add test for reporting callgraph of shared libraries in apk file.Yabin Cui
2016-02-25simpleperf: port cmd_report_test to nonlinux.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2016-02-08simpleperf: port read_apk and read_apk/read_elf tests to nonlinux.Yabin Cui
2016-02-02Support profiling of shared libs embedded in APKs.Than McIntosh