summaryrefslogtreecommitdiff
path: root/simpleperf/dso.h
AgeCommit message (Expand)Author
2023-05-02simpleperf: Add --decode-etm in the record cmdYabin 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-04-14simpleperf: support proguard mapping file in callchain report.Yabin 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-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-28simpleperf: Add merge cmd.Yabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-08-27simpleperf: add perf symbol map dso + testEvgeny Eltsin
2020-07-28simpleperf: dump jit symfiles to a single file.Yabin Cui
2020-04-01simpleperf inject: support converting branch-list to autofdo.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-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-08-14simpleperf: fix removing ART frames.Yabin Cui
2018-07-23simpleperf: add --symdir option in report-sample command.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-08-11simpleperf: improve warning msg.Yabin Cui
2017-05-19simpleperf: support [vdso].Yabin Cui
2017-01-12simpleperf: fix dumpping kernel symbols.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-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-11simpleperf: add min_vaddr in DsoRecord.Yabin Cui
2016-07-07simpleperf: fix build id check of files in symfs.Yabin Cui
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-02-17simpleperf: report symbols of native libraries in apk file.Yabin Cui
2015-10-22Simpleperf: fix some unknown symbols for report result.Yabin Cui
2015-09-23Simpleperf: support dwarf callgraph in report command.Yabin Cui
2015-08-21Simpleperf: use OneTimeFreeAllocator to allocate symbol names.Yabin Cui
2015-08-21Simpleperf: refactor dso.Yabin Cui
2015-08-18Simpleperf: demangle symbols only when necessary.Yabin Cui
2015-07-21Simpleperf: load symbols from dso file only when necessary.Yabin Cui
2015-07-13Simpleperf: support --vmlinux option in report command.Yabin Cui
2015-07-06Simpleperf: check build id in report command.Yabin Cui