[PERF2BOLT] Relax segment matching requirements
Summary: When looking at perf.data's available binaries and their respective mmap'ed segments, match them with the input binary by looking at both aligned and non-aligned addresses. If we suppose the alignment is the mmap'ed page size, we may miss some cases and perf2bolt will refuse to proceed because it failed to match the input binary with a process recorded in perf.data. (cherry picked from FBD25732673)
Loading
Please register or sign in to comment