google / perf_data_converter

Tool to convert Linux perf files to the profile.proto format used by pprof
BSD 3-Clause "New" or "Revised" License
299 stars 55 forks source link

Don't symbolize addresses from guest VMs. #169

Closed blakej11 closed 3 months ago

blakej11 commented 3 months ago

Attempts to symbolize guest addresses in the host wind up creating extremely confusing samples. The host should avoid assuming that it can make any sense of these addresses; specifically, it should not try to assign a mapping to them.

google-cla[bot] commented 3 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.