summaryrefslogtreecommitdiff
path: root/simpleperf/read_apk.cpp
AgeCommit message (Expand)Author
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