Some profile handlers will split mappings into multiple adjacent entries. This interferes with pprof when overriding the main binary. Currently there is code that attempts to combine these mappings, but it fails if the mapping offsets aren't available. Add a check to combine them in that situation.
|
|
||
216 |
|
216 |
|
217 |
|
217 |
|
218 |
|
218 |
|
219 |
|
|
|
220 |
|
|
|
221 |
|
|
|
222 |
|
|
|
|
219 |
|
|
223 |
|
220 |
|
224 |
|
|
|
|
221 |
|
|
|
222 |
|
|
|
223 |
|
|
|
224 |
|
|
225 |
|
225 |
|
226 |
|
226 |
|
227 |
|
227 |
|
|
|
||
255 |
|
255 |
|
256 |
|
256 |
|
257 |
|
257 |
|
|
258 |
|
|
|
259 |
|
|
|
260 |
|
|
|
261 |
|
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
|
|
|
267 |
|
|
|
268 |
|
|
|
269 |
|
|
|
270 |
|
|
|
271 |
|
|
|
272 |
|
|
|
273 |
|
|
|
274 |
|
|
|
275 |
|
|
|
276 |
|
|
|
277 |
|
|
|
278 |
|
|
|
279 |
|
|
|
280 |
|
|
|
281 |
|
|
|
282 |
|
|
|
283 |
|
|
258 |
|
284 |
|
259 |
|
285 |
|
260 |
|
286 |
|