summaryrefslogtreecommitdiff
path: root/simpleperf/dso.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2021-04-13 13:08:31 -0700
committerYabin Cui <yabinc@google.com>2021-04-14 11:48:19 -0700
commit40eef9e4aed37e4bc097b8dbe806882379e5586d (patch)
treedfd73c7400463b213f40cc471fd9db64c66e8947 /simpleperf/dso.h
parent6c66522dc41ca30aa4b02be18d955d58b7ee1fc9 (diff)
downloadextras-40eef9e4aed37e4bc097b8dbe806882379e5586d.tar.gz
simpleperf: support proguard mapping file in callchain report.
Also refactor LineReader to make it available on windows. Bug: 169454086 Test: run simpleperf_unit_test Change-Id: I16844f824b3e6bb52884510fe6e93cf4cf90d4e3
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 b2e99df2..4bac3e0d 100644
--- a/simpleperf/dso.h
+++ b/simpleperf/dso.h
@@ -65,6 +65,7 @@ struct Symbol {
const char* Name() const { return name_; }
const char* DemangledName() const;
+ void SetDemangledName(std::string_view name) const;
bool HasDumpId() const { return dump_id_ != UINT_MAX; }