summaryrefslogtreecommitdiff
path: root/simpleperf/read_elf_test.cpp
AgeCommit message (Expand)Author
2024-04-02simpleperf: Add CDD annotation for CtsSimpleperfTestCasesYabin Cui
2021-03-30simpleperf: support kernel etm data in inject cmd.Yabin Cui
2020-11-11simpleperf: support kernel etm data in inject cmd.Yabin Cui
2020-07-17simpleperf: replace --include-filter with --addr-filter.Yabin Cui
2020-07-01simpleperf: Move ReadMinExecutableVaddr into ElfFile class.Yabin Cui
2020-06-30simpleperf: move ParseSymbols* inside ElfFile class.Yabin Cui
2020-06-29simpleperf: move GetBuildId* functions inside ElfFile class.Yabin Cui
2020-03-16simpleperf: add class interface to read elf files.Yabin Cui
2019-11-18simpleperf: exclude undefined symbols.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-05-09simpleperf: change interface of read_apk.h.Yabin Cui
2017-12-15simpleperf: check elf files with broken section tables.Yabin Cui
2016-11-14simpleperf: fix potential unaligned memory access.Yabin Cui
2016-08-01simpleperf: print warning message when failed to read symbol table from elf f...Yabin Cui
2016-07-07simpleperf: add symbol for .plt section.Yabin Cui
2016-03-18Simpleperf: support reading symbols from .gnu_debugdata.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
2015-12-08Simpleperf: check if elf file paths are valid before reading them.Yabin Cui
2015-07-06Simpleperf: check build id in report command.Yabin Cui
2015-06-24Simpleperf: exclude meaningless labels in aarch64.Yabin Cui
2015-06-09Simpleperf: support symbol parsing in report command.Yabin Cui