summaryrefslogtreecommitdiff
path: root/simpleperf/dso.cpp
AgeCommit message (Expand)Author
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
2015-06-11Simpleperf: parse prefixed symbol of linker.Yabin Cui
2015-06-11Simpleperf: improve symbol parsing.Yabin Cui
2015-06-09Simpleperf: support symbol parsing in report command.Yabin Cui