Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-25 Thread Namhyung Kim
On Tue, Oct 25, 2016 at 02:21:32PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 24, 2016 at 07:03:32PM +0200, Jiri Olsa escreveu: > > On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > > > The -i and -v options can be used in subcommands so enable cascading the > > >

Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-25 Thread Namhyung Kim
On Tue, Oct 25, 2016 at 02:21:32PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 24, 2016 at 07:03:32PM +0200, Jiri Olsa escreveu: > > On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > > > The -i and -v options can be used in subcommands so enable cascading the > > >

Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-25 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 24, 2016 at 07:03:32PM +0200, Jiri Olsa escreveu: > On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > > The -i and -v options can be used in subcommands so enable cascading the > > sched_options. This fixes the following inconvenience in 'perf sched': > > > > $ perf

Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-25 Thread Arnaldo Carvalho de Melo
Em Mon, Oct 24, 2016 at 07:03:32PM +0200, Jiri Olsa escreveu: > On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > > The -i and -v options can be used in subcommands so enable cascading the > > sched_options. This fixes the following inconvenience in 'perf sched': > > > > $ perf

Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-24 Thread Jiri Olsa
On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > The -i and -v options can be used in subcommands so enable cascading the > sched_options. This fixes the following inconvenience in 'perf sched': > > $ perf sched -i perf.data.sched map > ... (it works well) ... > > $ perf

Re: [RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-24 Thread Jiri Olsa
On Mon, Oct 24, 2016 at 12:00:03PM +0900, Namhyung Kim wrote: > The -i and -v options can be used in subcommands so enable cascading the > sched_options. This fixes the following inconvenience in 'perf sched': > > $ perf sched -i perf.data.sched map > ... (it works well) ... > > $ perf

[RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-23 Thread Namhyung Kim
The -i and -v options can be used in subcommands so enable cascading the sched_options. This fixes the following inconvenience in 'perf sched': $ perf sched -i perf.data.sched map ... (it works well) ... $ perf sched map -i perf.data.sched Error: unknown switch `i' Usage: perf

[RFC/PATCH 2/2] perf sched: Make common options cascading

2016-10-23 Thread Namhyung Kim
The -i and -v options can be used in subcommands so enable cascading the sched_options. This fixes the following inconvenience in 'perf sched': $ perf sched -i perf.data.sched map ... (it works well) ... $ perf sched map -i perf.data.sched Error: unknown switch `i' Usage: perf