You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a perf.data file is coming from whole-system or multi-process
profiling then the MMAP(2) events may have overlapping address ranges.
This can cause samples to be incorrectly attributed to whatever the most
recent process to start was rather than the actual process from which
the sample came from.
To get around this, simply keep track of a separate set of maps per
process instead.
Change-Id: I671bc3f281d192d5ee4dcdfe9b0f13a865126a23
0 commit comments