Re: [PATCH 10/16] perf tools: Enhance the thread stack to output call/return data

2014-10-29 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 29, 2014 at 02:23:50PM +0100, Jiri Olsa escreveu: > On Thu, Oct 23, 2014 at 01:45:18PM +0300, Adrian Hunter wrote: > > Enhance the thread stack to output detailed information > > about paired calls and returns. > > Any chance we could get more explanation for this one? > IMHO it's pret

Re: [PATCH 10/16] perf tools: Enhance the thread stack to output call/return data

2014-10-29 Thread Jiri Olsa
On Thu, Oct 23, 2014 at 01:45:18PM +0300, Adrian Hunter wrote: > Enhance the thread stack to output detailed information > about paired calls and returns. Any chance we could get more explanation for this one? IMHO it's pretty complex patch to have just 2 lines in changelog.. If you could describ

[PATCH 10/16] perf tools: Enhance the thread stack to output call/return data

2014-10-23 Thread Adrian Hunter
Enhance the thread stack to output detailed information about paired calls and returns. Signed-off-by: Adrian Hunter --- tools/perf/util/thread-stack.c | 547 - tools/perf/util/thread-stack.h | 47 2 files changed, 590 insertions(+), 4 deletions(-)