Re: [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug

2014-05-22 Thread Sukadev Bhattiprolu
Jiri Olsa [jo...@redhat.com] wrote: | | yep, that sounds more clear to me.. something like below? | | calling callchain_dup from within arch_adjust_callchain in case | you want to change it and returning != 0 in this case, so | we could free the new callchain Agree. | | but it might be to much

Re: [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug

2014-05-22 Thread Jiri Olsa
On Tue, May 20, 2014 at 06:26:44PM -0700, Sukadev Bhattiprolu wrote: SNIP > + * TODO: > + * Rather than returning an index into the callchain and have the > + * caller skip that entry, we could modify the callchain in-place > + * by putting a PERF_CONTEXT_IGNORE marker in the affected entry

Re: [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug

2014-05-22 Thread Jiri Olsa
On Tue, May 20, 2014 at 06:26:44PM -0700, Sukadev Bhattiprolu wrote: SNIP > + * > + * The value in LR is only needed when it holds a return address. If the > + * return address is on the stack, we should ignore the LR value. > + * > + * Further, when the return address is in the LR, if a new fram

Re: [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug info

2014-05-13 Thread Maynard Johnson
Sukadev Bhattiprolu wrote on 05/09/2014 09:46:38 PM: > From: Sukadev Bhattiprolu > To: Arnaldo Carvalho de Melo , > Cc: linux-ker...@vger.kernel.org, Anton Blanchard > , ulrich.weig...@de.ibm.com, Michael Ellerman > , Maynard Johnson/Rochester/IBM@IBMUS, > linuxppc-dev@lists.ozlabs.org > Date: 0

Re: [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug info

2014-05-13 Thread Sukadev Bhattiprolu
Maynard Johnson [mpj...@us.ibm.com] wrote: | > [PATCH 1/1] powerpc/perf: Adjust callchain based on DWARF debug info | | Acked-by: Maynard Johnson | | Reviewed and tested. Thanks, Suka. Thanks Maynard. This updated patch also fixes whitespace damage. From: Sukadev Bhattiprolu Date: Fri, 9 Ma