summaryrefslogtreecommitdiff
path: root/simpleperf/dso.cpp
AgeCommit message (Expand)Author
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
2016-07-14simpleperf: show dso[+vaddr_in_file] for unknown symbols.Yabin Cui
2016-07-07simpleperf: fix build id check of files in symfs.Yabin Cui
2016-06-20simpleperf: add kmem command to report slab allocation information.Yabin Cui
2016-06-02simpleperf: add report-sample command.Yabin Cui
2016-05-31simpleperf: record kernel symbols in perf.data.Yabin Cui
2016-04-15Fix some google-runtime-int warnings.Chih-Hung Hsieh
2016-02-17simpleperf: report symbols of native libraries in apk file.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-10-01Simpleperf: warn if it can't read kernel symbols addresses.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-08-06Simpleperf: don't check for empty build id.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
2015-06-29Simpleperf: support build on mac.Yabin Cui