commit | 39e5979a8211fac073256804cc6d42cdbe20e4d6 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Jan 23 12:32:26 2020 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Jan 23 12:39:01 2020 -0800 |
tree | f98384f49f1b132cd0cb56551c6b367d70cac97d | |
parent | 60b525c7ee7d264e0dea19489d0667b7176b0ae9 [diff] |
simpleperf: fix according to unwindstack change. unwindstack::Maps uses prev_real_map instead of prev_map, which breaks simpleperf code building up prev_map links. So switch to use unwindstack::Maps::Sort() to build up prev_real_map links. Also add more tests. Bug: 148075852 Test: run simpleperf_unit_test. Change-Id: Ica0551e2d5a84aa8a0671489821fed1d263324f4