Re: [PATCH] perf report: Fix a bug on "--call-graph none" option

2015-09-30 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 30, 2015 at 01:34:00PM +0900, Namhyung Kim escreveu: > The patch f9db0d0f1b2c ("perf callchain: Allow disabling call graphs > per event") added an ability to enable/disable callchain recording per > event. But it had a problem when the enablement setting is changed at > 'perf report'

Re: [PATCH] perf report: Fix a bug on "--call-graph none" option

2015-09-30 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 30, 2015 at 01:34:00PM +0900, Namhyung Kim escreveu: > The patch f9db0d0f1b2c ("perf callchain: Allow disabling call graphs > per event") added an ability to enable/disable callchain recording per > event. But it had a problem when the enablement setting is changed at > 'perf report'

[PATCH] perf report: Fix a bug on "--call-graph none" option

2015-09-29 Thread Namhyung Kim
The patch f9db0d0f1b2c ("perf callchain: Allow disabling call graphs per event") added an ability to enable/disable callchain recording per event. But it had a problem when the enablement setting is changed at 'perf report' time using -g/--call-graph option. For example, the following scenario

[PATCH] perf report: Fix a bug on "--call-graph none" option

2015-09-29 Thread Namhyung Kim
The patch f9db0d0f1b2c ("perf callchain: Allow disabling call graphs per event") added an ability to enable/disable callchain recording per event. But it had a problem when the enablement setting is changed at 'perf report' time using -g/--call-graph option. For example, the following scenario