commit | 7134f388ccdccb4a5e3025254002a85333a72a70 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Mar 25 17:43:43 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Fri Mar 25 17:43:43 2016 -0700 |
tree | 59ed99a2abd87e4b38c7396d8bd2b987b6828646 | |
parent | eb40ab9e3501acd0153a3483d90bf1e6d890583f [diff] |
simpleperf: don't looking for _text symbol in /proc/kallsyms. simpleperf looks for _text symbol in /proc/kallsyms to get kernel address space information. But that info is no longer needed. As some kernels don't have _text symbol, we should remove the corresponding code. Bug: 27814103 Change-Id: I4eb9869b58c51846c99b1204f304cd107a0eb354