summaryrefslogtreecommitdiff
path: root/simpleperf/read_elf.cpp
AgeCommit message (Expand)Author
2023-07-20simpleperf: use libsimpleperf_readelf in host buildsYabin Cui
2023-07-20simpleperf: Reduce size introduced from libsimpleperf_readelfYabin Cui
2023-07-15simpleperf: Implement __libcpp_verbose_abortYabin Cui
2023-07-11simpleperf: use libsimpleperf_readelf for device buildYabin Cui
2021-03-30simpleperf: support kernel etm data in inject cmd.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-12-14simpleperf: convert vaddr to file_offset in autofdo output.Yabin Cui
2020-11-11simpleperf: support kernel etm data in inject cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-09-09simpleperf: fix tests broken by jit symfile path change.Yabin Cui
2020-07-28simpleperf: dump jit symfiles to a single file.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-05-27simpleperf: stop linking libncurses.Yabin Cui
2020-04-01simpleperf inject: support converting branch-list to autofdo.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-08-09simpleperf: fix reading dynmaic symbols.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-03-19simpleperf: Add JITDebugReader.Yabin Cui
2017-12-15simpleperf: check elf files with broken section tables.Yabin Cui
2016-11-21Remove unnecessary reinterpret_castDimitry Ivanov
2016-11-14simpleperf: fix potential unaligned memory access.Yabin Cui
2016-10-25Make simpleperf build with LLVM r275480Pirama Arumuga Nainar
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-07-07simpleperf: fix build id check of files in symfs.Yabin Cui
2016-07-07simpleperf: add symbol for .plt section.Yabin Cui
2016-06-15simpleperf: replace SIMPLEPERF_ALIGN macro with Align inline function.Yabin Cui
2016-06-13simpleperf: fix mac build.Yabin Cui
2016-03-18Simpleperf: support reading symbols from .gnu_debugdata.Yabin Cui
2016-03-09Update simpleperf for LLVM rebase to r256229.Yabin Cui
2016-03-02simpleperf: support building cts test.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
2016-01-15Simpleperf: support build for windows.Yabin Cui
2015-12-08Simpleperf: check value returned by fopen.Yabin Cui
2015-12-08Simpleperf: check if elf file paths are valid before reading them.Yabin Cui
2015-12-04Track rename from base/ to android-base/.Elliott Hughes
2015-10-22Simpleperf: fix some unknown symbols for report result.Yabin Cui
2015-08-06Simpleperf: don't check for empty build id.Yabin Cui
2015-07-13Simpleperf: support --vmlinux option in report command.Yabin Cui
2015-07-06Simpleperf: check build id in report command.Yabin Cui
2015-06-24Simpleperf: exclude meaningless labels in aarch64.Yabin Cui