OSDN Git Service

Simpleperf: improve symbol parsing.
authorYabin Cui <yabinc@google.com>
Thu, 11 Jun 2015 18:15:42 +0000 (11:15 -0700)
committerYabin Cui <yabinc@google.com>
Thu, 11 Jun 2015 19:11:23 +0000 (12:11 -0700)
commitb378355f34b2b585eaf2be262bcd9baae9f3d36a
treeed9d6fd03b3cee6c3b6f2476bbc4841280dfdb5c
parent1dbbc5321bea27417221dc31edf0114bf26a3302
Simpleperf: improve symbol parsing.

Support c++ symbol demangling, and add option to disable it.
Add option to set symfs dir, so it can report on host.
Add label symbols, add add symbol length fixing for it.
Add two hacks about arm elf symbol parsing.

Bug: 19483574

Change-Id: I300d6c007c8634db382d0a50627b9cde1502df89
simpleperf/cmd_report.cpp
simpleperf/dso.cpp
simpleperf/dso.h
simpleperf/read_elf.cpp
simpleperf/read_elf.h