summaryrefslogtreecommitdiff
path: root/simpleperf/dso.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2016-02-14 19:18:02 -0800
committerYabin Cui <yabinc@google.com>2016-03-07 12:05:22 -0800
commit7288501a660ce2616539e8a963185d2f3c679729 (patch)
treea27a9eab7e6ab3ab8839b65388a96fede0dda2f7 /simpleperf/dso.h
parent9a1f829db03dc9ad9701b4ddae1267d3140e84f4 (diff)
downloadextras-7288501a660ce2616539e8a963185d2f3c679729.tar.gz
simpleperf: report symbols of native libraries in apk file.
Changes included: 1. provide interface in read_apk.h to read build id and symbols. 2. report symbols of native libraries in apk file. 3. refactor code in read_elf.cpp and read_apk.cpp. 4. add verbose log. 5. add -o report_file_name option for report command. 6. add corresponding unit tests. Bug: 26962895 Change-Id: I0d5398996e0c29dba4a6f5226692b758ca096bbd (cherry picked from commit b1a885b014540a2f7798b5a35ea0f0ec150d93ee)
Diffstat (limited to 'simpleperf/dso.h')
-rw-r--r--simpleperf/dso.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simpleperf/dso.h b/simpleperf/dso.h
index a140e5e9..9697319b 100644
--- a/simpleperf/dso.h
+++ b/simpleperf/dso.h
@@ -93,6 +93,7 @@ struct Dso {
bool LoadKernel();
bool LoadKernelModule();
bool LoadElfFile();
+ bool LoadEmbeddedElfFile();
void InsertSymbol(const Symbol& symbol);
void FixupSymbolLength();