Re: [RFC 4/6] perf annotate: generalize handling of ret instructions

2016-06-27 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 24, 2016 at 05:23:58PM +0530, Ravi Bangoria escreveu: > From: "Naveen N. Rao" > > Introduce helper to detect ret instructions and use the same in the tui. > A helper is needed since some architectures such as powerpc have more > than one return

Re: [RFC 4/6] perf annotate: generalize handling of ret instructions

2016-06-27 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 24, 2016 at 05:23:58PM +0530, Ravi Bangoria escreveu: > From: "Naveen N. Rao" > > Introduce helper to detect ret instructions and use the same in the tui. > A helper is needed since some architectures such as powerpc have more > than one return instruction. Thanks, applied. >

[RFC 4/6] perf annotate: generalize handling of ret instructions

2016-06-24 Thread Ravi Bangoria
From: "Naveen N. Rao" Introduce helper to detect ret instructions and use the same in the tui. A helper is needed since some architectures such as powerpc have more than one return instruction. Signed-off-by: Naveen N. Rao ---

[RFC 4/6] perf annotate: generalize handling of ret instructions

2016-06-24 Thread Ravi Bangoria
From: "Naveen N. Rao" Introduce helper to detect ret instructions and use the same in the tui. A helper is needed since some architectures such as powerpc have more than one return instruction. Signed-off-by: Naveen N. Rao --- tools/perf/ui/browsers/annotate.c | 20 +---