summaryrefslogtreecommitdiff
path: root/simpleperf/dso.cpp
AgeCommit message (Expand)Author
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
2018-04-18simpleperf: fix some errors testing on windows.Yabin Cui
2018-04-17simpleperf: avoid some warning messages.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
2018-03-28simpleperf: support showing symbols for interpreted java code.Yabin Cui
2018-03-08simpleperf: improve managing temp files.Yabin Cui
2017-11-02simpleperf: fix callchains generated by the kernel.Yabin Cui
2017-08-11simpleperf: improve warning msg.Yabin Cui
2017-05-19simpleperf: support [vdso].Yabin Cui
2017-02-15simpleperf: build cts test running in app context.Yabin Cui
2017-01-12simpleperf: fix dumpping kernel symbols.Yabin Cui
2016-12-16simpleperf: merge dumped symbols with symbols read from file system.Yabin Cui
2016-11-29simpleperf: add stuff in report_lib_interface.Yabin Cui
2016-11-11simpleperf: dump only needed symbols in file feature section.Yabin Cui
2016-11-10simpleperf: use file records in protobuf output.Yabin Cui
2016-10-31simpleperf: dump file feature section.Yabin Cui
2016-10-25simpleperf: use Dso::IsHit() to mark hit binaries.Yabin Cui
2016-10-20simpleperf: support building sample record manually.Yabin Cui
2016-08-25simpleperf: print file path used for reading symbols.Yabin Cui
2016-08-22simpleperf: avoid selinux denials.Yabin Cui
2016-08-01simpleperf: print warning message when failed to read symbol table from elf f...Yabin Cui