Re: [PATCH 0/3] perf tools: Bash completion update

2012-10-02 Thread Frederic Weisbecker
On Wed, Oct 03, 2012 at 12:21:31AM +0900, Namhyung Kim wrote:
> Hi,
> 
> This patchset improves bash completion support for perf tools.  Some
> option names are really painful to type so here comes a support for
> completing those long option names.  But I still think the
> --showcpuutilization option needs to be renamed (at least adding a
> couple of dashes in it).
> 
> Thanks,
> Namhyung

Acked-by: Frederic Weisbecker 

Thanks Namhyung!

> 
> 
> Namhyung Kim (3):
>   perf tools: Check existence of _get_comp_words_by_ref when bash completing
>   perf tools: Complete long option names of perf command
>   perf tools: Long option completion support for each subcommands
> 
>  tools/perf/bash_completion  |   36 +---
>  tools/perf/util/parse-options.c |8 
>  tools/perf/util/parse-options.h |1 +
>  3 files changed, 38 insertions(+), 7 deletions(-)
> 
> -- 
> 1.7.9.2
> 
--
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/


[PATCH 0/3] perf tools: Bash completion update

2012-10-02 Thread Namhyung Kim
Hi,

This patchset improves bash completion support for perf tools.  Some
option names are really painful to type so here comes a support for
completing those long option names.  But I still think the
--showcpuutilization option needs to be renamed (at least adding a
couple of dashes in it).

Thanks,
Namhyung


Namhyung Kim (3):
  perf tools: Check existence of _get_comp_words_by_ref when bash completing
  perf tools: Complete long option names of perf command
  perf tools: Long option completion support for each subcommands

 tools/perf/bash_completion  |   36 +---
 tools/perf/util/parse-options.c |8 
 tools/perf/util/parse-options.h |1 +
 3 files changed, 38 insertions(+), 7 deletions(-)

-- 
1.7.9.2

--
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/