summaryrefslogtreecommitdiff
path: root/simpleperf/dso.cpp
AgeCommit message (Expand)Author
2024-04-03simpleperf: Suppress kernel module read warningsYabin Cui
2023-10-25simpleperf: Support DEX files in memoryYabin Cui
2023-10-13simpleperf: scripts: Fix using vmlinux in symfs_dirYabin Cui
2023-05-02simpleperf: Add --decode-etm in the record cmdYabin Cui
2023-04-19simpleperf: Clean up warnings during recordingYabin Cui
2023-02-14simpleperf: Support demangling rust symbols.Yabin Cui
2022-12-09simpleperf: handle unexpected dso type error.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-11-04Update for libunwindstack changes.Christopher Ferris
2021-11-03simpleperf: avoid warning for missing dex files.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-07-13simpleperf: improve debugging reading dex file.Yabin Cui
2021-04-15Adjust to libdexfile API changesDavid Srbecky
2021-04-14simpleperf: support proguard mapping file in callchain report.Yabin Cui
2021-03-30Merge changes I91ea3a20,I165d28c4,Ieeb7eee0Yabin Cui
2021-03-30simpleperf: support kernel etm data in inject cmd.Yabin Cui
2021-03-24simpleperf: use callback API to read dex symbols.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-12-17simpleperf: fix ReportCommandTest on windows.Yabin Cui
2020-12-12Merge changes Ic892ba07,Ic64956cdYabin Cui
2020-12-11simpleperf: extract common code into report_utils.cppYabin Cui
2020-12-01Refactor loading of /proc/kallsymsThiƩbaud Weksteen
2020-11-25simpleperf: fix symbolization for kernel modules.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-08-27simpleperf: add perf symbol map dso + testEvgeny Eltsin
2020-08-06simpleperf: fix jit cache path in report cmd.Yabin Cui
2020-07-28simpleperf: dump jit symfiles to a single file.Yabin Cui
2020-07-17simpleperf: find debug files for kernel modules.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-04-01simpleperf inject: support converting branch-list to autofdo.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-12-13Use libdexfile external API in simpleperf.Martin Stjernholm
2018-10-30simpleperf: fix simpleperf_unit_test on windows.Yabin Cui
2018-08-14simpleperf: fix removing ART frames.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-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-19simpleperf: use binary mode for build_id_list.Yabin Cui