Re: [PATCH 2/3] perf top: Support call-graph display options also

2015-10-22 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 22, 2015 at 03:28:49PM +0900, Namhyung Kim escreveu: > Currently 'perf top --call-graph' option is same as 'perf record'. But > 'perf top' also need to receive display options in 'perf report'. To do > that, change parse_callchain_report_opt() to allow record options too. > > Now per

Re: [PATCH 2/3] perf top: Support call-graph display options also

2015-10-22 Thread Namhyung Kim
On Thu, Oct 22, 2015 at 10:57 PM, Taeung Song wrote: > Hi, Namhyung and Ingo > >> On Oct 22, 2015, at 9:20 PM, Namhyung Kim wrote: >> >> On Thu, Oct 22, 2015 at 5:23 PM, Ingo Molnar wrote: >>> >>> * Namhyung Kim wrote: >>> Currently 'perf top --call-graph' option is same as 'perf record'.

Re: [PATCH 2/3] perf top: Support call-graph display options also

2015-10-22 Thread Taeung Song
Hi, Namhyung and Ingo > On Oct 22, 2015, at 9:20 PM, Namhyung Kim wrote: > > On Thu, Oct 22, 2015 at 5:23 PM, Ingo Molnar wrote: >> >> * Namhyung Kim wrote: >> >>> Currently 'perf top --call-graph' option is same as 'perf record'. But >>> 'perf top' also need to receive display options in '

Re: [PATCH 2/3] perf top: Support call-graph display options also

2015-10-22 Thread Namhyung Kim
On Thu, Oct 22, 2015 at 5:23 PM, Ingo Molnar wrote: > > * Namhyung Kim wrote: > >> Currently 'perf top --call-graph' option is same as 'perf record'. But >> 'perf top' also need to receive display options in 'perf report'. To do >> that, change parse_callchain_report_opt() to allow record optio

Re: [PATCH 2/3] perf top: Support call-graph display options also

2015-10-22 Thread Ingo Molnar
* Namhyung Kim wrote: > Currently 'perf top --call-graph' option is same as 'perf record'. But > 'perf top' also need to receive display options in 'perf report'. To do > that, change parse_callchain_report_opt() to allow record options too. > > Now perf top can receive display options like b

[PATCH 2/3] perf top: Support call-graph display options also

2015-10-21 Thread Namhyung Kim
Currently 'perf top --call-graph' option is same as 'perf record'. But 'perf top' also need to receive display options in 'perf report'. To do that, change parse_callchain_report_opt() to allow record options too. Now perf top can receive display options like below: $ perf top --call-graph