commit | b0ea5fa26949f3b1bace14314e0312fb187d6430 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Dec 09 19:24:46 2020 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Dec 11 13:56:28 2020 -0800 |
tree | 458e648b125dc20631adae0726d32061757e1019 | |
parent | ac4b249ecf3887a1b258b95a54754389b4ec8b79 [diff] |
simpleperf: fix confusing recursive call. ART may call from an interpreted Java method into its corresponding JIT method. This creates a confusing callchain when we remove art frames and convert JIT frames to interpreted dex frames. To fix it, we remove the JIT frame and only show the dex frame. Bug: 175163225 Test: run simpleperf_unit_test. Test: run simpleperf manually. Change-Id: Ic892ba07eec193c974ca2bad1b87dfb472cc804b