commit | 98f51f4bec649967a5f89c96a52594a1931267b3 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri May 07 13:30:55 2021 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue May 11 12:07:22 2021 -0700 |
tree | 6133a982749414784cdcd2b526e0f12f13929385 | |
parent | 69fd9c55f2e2c03bec99b36c47155e0ce7e27392 [diff] |
simpleperf: use string to store vaddr in report.html. The file vaddrs in vmlinux may can't be represented precisely by double type in Javascript. So store vaddrs as hex strings in json data, and handle them using BigInt in report_html.js. Bug: 186566291 Test: run script/test/test.py TestReportHtml*. Test: run script/report_html.py manually. Change-Id: Ic710d1795bb2269c0e2889ed9e9ea362f0cc0aa4