perf map: Combine maps__fixup_overlappings with its only use
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 1 Nov 2019 20:53:02 +0000 (17:53 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Nov 2019 11:20:53 +0000 (08:20 -0300)
commit3f662fc08dddebd7bab654eada1f3e7568959eef
tree50449626c648a9ea0af3dc52f023f76efeed7add
parent94e44b9ca52a72cddd07111a8beb12a2f217c6a2
perf map: Combine maps__fixup_overlappings with its only use

In the process we can kill some of the struct map->groups usage, trying
to get rid of this per-full struct map fields getting in the way of
sharing a map across father/parent processes.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-e50eqtqw3za24vmbjnqmmcs6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/map.c