]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf tools: Fix output of symbol_daddr offset
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 24 Jan 2013 15:10:42 +0000 (16:10 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 1 Apr 2013 15:22:15 +0000 (12:22 -0300)
commit62667746a6ded2a1fc8dac2e6258f46150b5e46c
treea04935f4a8ed047c790ac24c2b452801651150dd
parentbad4091791b0bb8c2d7919ddefe2f0d109299b5a
perf tools: Fix output of symbol_daddr offset

The symbol addresses in a dso have relative offsets from the start of a
mapping.  So in order to ouput correct offset value from @ip, one of
them should be converted.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Ingo Molnar <mingo@elte.hu>
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/r/1359040242-8269-19-git-send-email-eranian@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.c