Re: [PATCH 28/52] perf script: Allow callchains if any event samples them

2014-07-27 Thread Namhyung Kim
Hi Arnaldo, On Fri, 25 Jul 2014 10:27:05 -0300, Arnaldo Carvalho de Melo wrote: > Em Tue, Jul 22, 2014 at 04:17:37PM +0300, Adrian Hunter escreveu: >> perf script was not displaying callchains if any selected >> event did not have PERF_SAMPLE_CALLCHAIN. Change this to >> disable callchains only i

Re: [PATCH 28/52] perf script: Allow callchains if any event samples them

2014-07-26 Thread Adrian Hunter
On 25/07/2014 4:27 p.m., Arnaldo Carvalho de Melo wrote: Em Tue, Jul 22, 2014 at 04:17:37PM +0300, Adrian Hunter escreveu: perf script was not displaying callchains if any selected event did not have PERF_SAMPLE_CALLCHAIN. Change this to disable callchains only if all selected events do not hav

Re: [PATCH 28/52] perf script: Allow callchains if any event samples them

2014-07-25 Thread David Ahern
On 7/25/14, 7:27 AM, Arnaldo Carvalho de Melo wrote: Em Tue, Jul 22, 2014 at 04:17:37PM +0300, Adrian Hunter escreveu: perf script was not displaying callchains if any selected event did not have PERF_SAMPLE_CALLCHAIN. Change this to disable callchains only if all selected events do not have PE

Re: [PATCH 28/52] perf script: Allow callchains if any event samples them

2014-07-25 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 22, 2014 at 04:17:37PM +0300, Adrian Hunter escreveu: > perf script was not displaying callchains if any selected > event did not have PERF_SAMPLE_CALLCHAIN. Change this to > disable callchains only if all selected events do not have > PERF_SAMPLE_CALLCHAIN. I wonder if some other too

[PATCH 28/52] perf script: Allow callchains if any event samples them

2014-07-22 Thread Adrian Hunter
perf script was not displaying callchains if any selected event did not have PERF_SAMPLE_CALLCHAIN. Change this to disable callchains only if all selected events do not have PERF_SAMPLE_CALLCHAIN. Signed-off-by: Adrian Hunter --- tools/perf/builtin-script.c | 17 + 1 file change