]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf symbols: Fix map->end fixup
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Oct 2014 19:39:27 +0000 (16:39 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 14 Oct 2014 20:50:57 +0000 (17:50 -0300)
commiteba85230de892e2a925c85dca1fe177e8b3d84d8
tree99d2c8a429d2f76e65d74128db8505651720e850
parent4955ea225db42144d1667838f908315a16d51c5b
perf symbols: Fix map->end fixup

When synthesizing maps from files that have incomplete symbol
information, like kallsyms, we need to fixup the end of maps by seting
its end from the ->start of the next map, fix it to set prev_map->end to
curr_map->start, since ->end is the first byte outside prev_map address
range.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-ivbrj08sjakxdwkrcndbkoig@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/symbol.c