summaryrefslogtreecommitdiff
path: root/simpleperf/read_apk.cpp
AgeCommit message (Expand)Author
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-03-16simpleperf: add class interface to read elf files.Yabin Cui
2018-12-13simpleperf: fix reading symbols from multidex apk.Yabin Cui
2018-08-27Remove ashmem from system/extrasJoel Fernandes
2018-08-03simpleperf: remove an improper error message.Yabin Cui
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-04-17simpleperf: avoid some warning messages.Yabin Cui
2018-03-26simpleperf: Minor code readability changeGreg Kaiser
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-07-27simpleperf: use libevent in stat command.Yabin Cui
2016-03-26Simpleperf: add test for reporting callgraph of shared libraries in apk file.Yabin Cui
2016-03-02simpleperf: support building cts test.Yabin Cui
2016-02-18simpleperf: fix build by removing off64_t.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