Re: [PATCH 1/7] perf tools: Add a thread stack for synthesizing call chains

2014-11-03 Thread Jiri Olsa
On Thu, Oct 30, 2014 at 04:09:42PM +0200, Adrian Hunter wrote: > Add a thread stack for synthesizing call chains from call > and return events. > > Signed-off-by: Adrian Hunter Acked-by: Jiri Olsa jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH 1/7] perf tools: Add a thread stack for synthesizing call chains

2014-11-03 Thread Jiri Olsa
On Thu, Oct 30, 2014 at 04:09:42PM +0200, Adrian Hunter wrote: Add a thread stack for synthesizing call chains from call and return events. Signed-off-by: Adrian Hunter adrian.hun...@intel.com Acked-by: Jiri Olsa jo...@kernel.org jirka -- To unsubscribe from this list: send the line

[PATCH 1/7] perf tools: Add a thread stack for synthesizing call chains

2014-10-30 Thread Adrian Hunter
Add a thread stack for synthesizing call chains from call and return events. Signed-off-by: Adrian Hunter --- tools/perf/Makefile.perf | 2 + tools/perf/util/event.h| 26 +++ tools/perf/util/thread-stack.c | 172 +

[PATCH 1/7] perf tools: Add a thread stack for synthesizing call chains

2014-10-30 Thread Adrian Hunter
Add a thread stack for synthesizing call chains from call and return events. Signed-off-by: Adrian Hunter adrian.hun...@intel.com --- tools/perf/Makefile.perf | 2 + tools/perf/util/event.h| 26 +++ tools/perf/util/thread-stack.c | 172