summaryrefslogtreecommitdiff
path: root/simpleperf/dso_test.cpp
AgeCommit message (Expand)Author
2024-04-03simpleperf: Suppress kernel module read warningsYabin Cui
2024-04-02simpleperf: Add CDD annotation for CtsSimpleperfTestCasesYabin Cui
2023-02-14simpleperf: Support demangling rust symbols.Yabin Cui
2022-11-16simpleperf: Remove unneeded Start() when using CapturedStderr.Yabin Cui
2022-11-15simpleperf: suppress read symbol warning for not-ELF files.Yabin Cui
2022-09-09simpleperf: fix using vmlinux in the inject cmd.Yabin Cui
2022-03-14simpleperf: searching for debug files only when needed.Yabin Cui
2021-08-19simpleperf: use proguard mapping file for compiled java symbols.Yabin Cui
2021-08-16simpleperf: support JIT method name with signature.Yabin Cui
2021-06-29Revert "simpleperf: update testdata used for testing reading dex files."Nicolas Geoffray
2021-06-18simpleperf: update testdata used for testing reading dex files.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-11-25simpleperf: fix symbolization for kernel modules.Yabin Cui
2020-11-11simpleperf: support kernel etm data in inject cmd.Yabin Cui
2020-08-27simpleperf: add perf symbol map dso + testEvgeny Eltsin
2020-07-17simpleperf: find debug files for kernel modules.Yabin Cui
2019-11-19simpleperf: support libraries without build ids when recording.Yabin Cui
2019-11-15simpleperf: fix build_id checking.Yabin Cui
2019-05-31simpleperf: check content in build_id_list.Yabin Cui
2019-02-07simpleperf: fix symbolization in multi-executable-segments libraries.Yabin Cui
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-10-30simpleperf: fix simpleperf_unit_test on windows.Yabin Cui
2018-07-23simpleperf: add --symdir option in report-sample command.Yabin Cui
2018-06-11simpleperf: support JIT/interpreted java code in system wide profiling.Yabin Cui
2018-05-30simpleperf: add a missing null check.Yabin Cui
2018-05-09simpleperf: change interface of read_apk.h.Yabin Cui
2018-04-19simpleperf: use binary mode for build_id_list.Yabin Cui
2018-04-18simpleperf: fix some errors testing on windows.Yabin Cui
2018-04-12simpleperf: fix reading dex files for unwinding while recording.Yabin Cui
2018-04-10simpleperf: Improve the way downloading native libs on device.Yabin Cui