Re: [PATCHSET 0/5] perf tools: option parsing improvement

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 23, 2014 at 12:15:44AM +0900, Namhyung Kim escreveu:
> Hello,
> 
> This patchset tries to enhance option parser a bit.  Patch 1-3 are to
> reuse existing perf record options for other commands like perf kvm
> stat record.  Patch 4-5 are to support exclusive options that cannot
> be used at the same time.  The perf probe has such options and upcoming
> sdt-cache command also.
> 
> You can get it from 'perf/option-share-v2' branch on my tree:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
> 
> Any comments are welcome, thanks
> Namhyung

Thanks, applied the series.

- Arnaldo
 
> 
> Cc: Masami Hiramatsu 
> Cc: Hemant Kumar 
> Cc: Alexander Yarygin 
> 
> 
> Namhyung Kim (5):
>   perf tools: Add PARSE_OPT_DISABLED flag
>   perf tools: Export usage string and option table of perf record
>   perf kvm: Print kvm specific --help output
>   perf tools: Add support for exclusive option
>   perf probe: Use PARSE_OPT_EXCLUSIVE flag
> 
>  tools/perf/builtin-kvm.c| 25 +
>  tools/perf/builtin-probe.c  | 54 +---
>  tools/perf/builtin-record.c |  7 ++--
>  tools/perf/builtin-script.c |  1 -
>  tools/perf/builtin-timechart.c  |  7 ++--
>  tools/perf/perf.h   |  3 ++
>  tools/perf/util/parse-options.c | 78 
> ++---
>  tools/perf/util/parse-options.h |  4 +++
>  8 files changed, 116 insertions(+), 63 deletions(-)
> 
> -- 
> 2.0.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] perf tools: option parsing improvement

2014-10-23 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 23, 2014 at 12:15:44AM +0900, Namhyung Kim escreveu:
 Hello,
 
 This patchset tries to enhance option parser a bit.  Patch 1-3 are to
 reuse existing perf record options for other commands like perf kvm
 stat record.  Patch 4-5 are to support exclusive options that cannot
 be used at the same time.  The perf probe has such options and upcoming
 sdt-cache command also.
 
 You can get it from 'perf/option-share-v2' branch on my tree:
 
   git://git.kernel.org/pub/scm/linux/kernel/git/namhyung/linux-perf.git
 
 Any comments are welcome, thanks
 Namhyung

Thanks, applied the series.

- Arnaldo
 
 
 Cc: Masami Hiramatsu masami.hiramatsu...@hitachi.com
 Cc: Hemant Kumar hem...@linux.vnet.ibm.com
 Cc: Alexander Yarygin yary...@linux.vnet.ibm.com
 
 
 Namhyung Kim (5):
   perf tools: Add PARSE_OPT_DISABLED flag
   perf tools: Export usage string and option table of perf record
   perf kvm: Print kvm specific --help output
   perf tools: Add support for exclusive option
   perf probe: Use PARSE_OPT_EXCLUSIVE flag
 
  tools/perf/builtin-kvm.c| 25 +
  tools/perf/builtin-probe.c  | 54 +---
  tools/perf/builtin-record.c |  7 ++--
  tools/perf/builtin-script.c |  1 -
  tools/perf/builtin-timechart.c  |  7 ++--
  tools/perf/perf.h   |  3 ++
  tools/perf/util/parse-options.c | 78 
 ++---
  tools/perf/util/parse-options.h |  4 +++
  8 files changed, 116 insertions(+), 63 deletions(-)
 
 -- 
 2.0.0
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] perf tools: option parsing improvement

2014-10-22 Thread Hemant Kumar

Hi Namhyung,
On 10/22/2014 08:45 PM, Namhyung Kim wrote:

Hello,

This patchset tries to enhance option parser a bit.  Patch 1-3 are to
reuse existing perf record options for other commands like perf kvm
stat record.  Patch 4-5 are to support exclusive options that cannot
be used at the same time.  The perf probe has such options and upcoming
sdt-cache command also.


Thank you for working on this.

[SNIP]

--
Thanks,
Hemant Kumar

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCHSET 0/5] perf tools: option parsing improvement

2014-10-22 Thread Hemant Kumar

Hi Namhyung,
On 10/22/2014 08:45 PM, Namhyung Kim wrote:

Hello,

This patchset tries to enhance option parser a bit.  Patch 1-3 are to
reuse existing perf record options for other commands like perf kvm
stat record.  Patch 4-5 are to support exclusive options that cannot
be used at the same time.  The perf probe has such options and upcoming
sdt-cache command also.


Thank you for working on this.

[SNIP]

--
Thanks,
Hemant Kumar

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/