Dev channel 8637.0.0
The ARC++ changes that landed on 14 July are now being pushed out to a large number of dev channel users.
The changes result in quipper getting build ID info by reading from the file system rather than from the perf data. But there is no supported way to get kernel build IDs from the file system (using dso.h).
A solution is to collect build IDs from the perf data first and then overwrite them if the file system contains different build IDs for a given DSO. If there is no build ID available in the file system (e.g. for kernel), then just keep the build ID obtained from perf data.
Comment 1 by bugdroid1@chromium.org
, Aug 10 2016