commit | 169b4a2400b6c3cd07e268e4da57de912186412a | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Sep 23 12:35:03 2019 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Sep 23 12:35:03 2019 -0700 |
tree | bdb1a115470d724fe26251666f9b4f5e5a0d2453 | |
parent | 61c47892cc293d279be03ccdc2b7906068254cec [diff] |
simpleperf: fix location addresses in generated pprof files. The address of a location in pprof proto files should be within memory range of the corresponding mapping. But in pprof_proto_generator.py, it is written as the virtual address in elf file. Bug: 141026312 Test: run test.py TestPprofProtoGenerator* Change-Id: I3bc13548477b6b6069f712035b7177cc4bd60c80