Re: [PATCH V2 1/3] perf script: Fix symoff printing in callchains

2013-12-08 Thread David Ahern
On 12/6/13, 12:42 AM, Adrian Hunter wrote: 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 --- tools/perf/util/session.c | 7 ++- 1

[PATCH V2 1/3] perf script: Fix symoff printing in callchains

2013-12-05 Thread Adrian Hunter
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 --- tools/perf/util/session.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)