commit | a4eb24a49566db77ee999b46603f602a0302f481 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Fri Dec 06 09:42:56 2013 +0200 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Dec 09 11:13:50 2013 -0300 |
tree | 0ef9e76a2e9f1c25b0b73e6a76d52ebb47744b19 | |
parent | 3a3ffa2e82205921d1189f1055c22dae4c72819a [diff] |
perf script: Fix symoff printing in callchains The address being used to calculate the offset was the memory address but the address needed is the address mapped to the dso. i.e. the 'addr' member of 'struct addr_location' Signed-off-by: Adrian Hunter <[email protected]> Acked-by: David Ahern <[email protected]> Cc: Andi Kleen <[email protected]> Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>