Re: [PATCH 2/9] perf top: make use of perf_record_opts

2012-10-30 Thread David Ahern
On 10/30/12 1:27 AM, Namhyung Kim wrote: On Mon, 29 Oct 2012 10:31:42 -0600, David Ahern wrote: Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Maybe time to rename perf_record_opts to perf_open_opts or just perf_opts? It's still

Re: [PATCH 2/9] perf top: make use of perf_record_opts

2012-10-30 Thread Namhyung Kim
On Mon, 29 Oct 2012 10:31:42 -0600, David Ahern wrote: > Changes top code to use the perf_record_opts struct. Stepping stone to > consolidating the open counters code. Maybe time to rename perf_record_opts to perf_open_opts or just perf_opts? Thanks, Namhyung -- To unsubscribe from this list:

Re: [PATCH 2/9] perf top: make use of perf_record_opts

2012-10-30 Thread Namhyung Kim
On Mon, 29 Oct 2012 10:31:42 -0600, David Ahern wrote: Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Maybe time to rename perf_record_opts to perf_open_opts or just perf_opts? Thanks, Namhyung -- To unsubscribe from this list: send

Re: [PATCH 2/9] perf top: make use of perf_record_opts

2012-10-30 Thread David Ahern
On 10/30/12 1:27 AM, Namhyung Kim wrote: On Mon, 29 Oct 2012 10:31:42 -0600, David Ahern wrote: Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Maybe time to rename perf_record_opts to perf_open_opts or just perf_opts? It's still

[PATCH 2/9] perf top: make use of perf_record_opts

2012-10-29 Thread David Ahern
Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/builtin-top.c | 84

[PATCH 2/9] perf top: make use of perf_record_opts

2012-10-29 Thread David Ahern
Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Signed-off-by: David Ahern dsah...@gmail.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Ingo Molnar mi...@kernel.org Cc: Frederic Weisbecker fweis...@gmail.com Cc: Peter

[PATCH 2/9] perf top: make use of perf_record_opts

2012-10-10 Thread David Ahern
Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Signed-off-by: David Ahern Cc: Arnaldo Carvalho de Melo Cc: Ingo Molnar Cc: Frederic Weisbecker Cc: Peter Zijlstra --- tools/perf/builtin-top.c | 84

[PATCH 2/9] perf top: make use of perf_record_opts

2012-10-10 Thread David Ahern
Changes top code to use the perf_record_opts struct. Stepping stone to consolidating the open counters code. Signed-off-by: David Ahern dsah...@gmail.com Cc: Arnaldo Carvalho de Melo a...@ghostprotocols.net Cc: Ingo Molnar mi...@kernel.org Cc: Frederic Weisbecker fweis...@gmail.com Cc: Peter