commit | 52ad93877a0ccfcb621a282f6b4184a971cd5601 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Mon Feb 19 19:05:45 2018 +0900 |
committer | Namhyung Kim <namhyung@kernel.org> | Mon Feb 19 19:05:45 2018 +0900 |
tree | eebb8f6c411feffccdd3a09b44b76db128a4614c | |
parent | b736729e83b62f97d716a011ccf4e430b614fecd [diff] |
perf tools: Get rid of map_groups__fixup_end() The map_groups__fixup_end() was called to set end addresses of kernel map and module maps. But now machine__create_modules() is set the end address of modules properly so the only remaining piece is the kernel map. We can set it with adjacent module's address directly instead of calling the map_groups__fixup_end(). Signed-off-by: Namhyung Kim <namhyung@kernel.org>