Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-10 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 04:08:19PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 09, 2012 at 07:27:06PM +0100, Alan Cox escreveu: > > > > 3rd patch should fix this. > > > > > > Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, > > > its just that I'm not using sudo

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-10 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 04:08:19PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 07:27:06PM +0100, Alan Cox escreveu: 3rd patch should fix this. Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, its just that I'm not using sudo nor installing

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 07:27:06PM +0100, Alan Cox escreveu: > > > 3rd patch should fix this. > > > > Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, > > its just that I'm not using sudo nor installing as root, this new bash > > completion file is the only one that is

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Alan Cox
> > 3rd patch should fix this. > > Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, > its just that I'm not using sudo nor installing as root, this new bash > completion file is the only one that is being installed on the root > filesystem, all others are in ~acme/ And

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 02:14:19PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: > > On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: > > >Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: > > >>This implements

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread David Ahern
On 8/9/12 11:14 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: > On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: > >Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: > >>This implements bash completion for perf subcommands such > >>as record, report, script, probe,

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 02:11:22PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 09, 2012 at 07:00:10PM +0200, Frederic Weisbecker escreveu: > > On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: > This implements bash completion for perf subcommands such > as record, report, script, probe, etc... Humm, I get this when doing my usual workflow: [acme@sandy linux]$ make -j8 -C tools/perf/ O=/home/acme/git/build/perf

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 07:00:10PM +0200, Frederic Weisbecker escreveu: > On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: > > Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: > > > This implements bash completion for perf subcommands such > > > as

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: > > This implements bash completion for perf subcommands such > > as record, report, script, probe, etc... > > Humm, I get this when doing my usual

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread David Ahern
On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record, report, script, probe, etc... Humm, I get this when doing my usual workflow: [acme@sandy linux]$

[PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
This implements bash completion for perf subcommands such as record, report, script, probe, etc... Signed-off-by: Frederic Weisbecker Cc: David Ahern Cc: Ingo Molnar Cc: Jiri Olsa Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian --- tools/perf/Makefile|1 +

[PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
This implements bash completion for perf subcommands such as record, report, script, probe, etc... Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: David Ahern dsah...@gmail.com Cc: Ingo Molnar mi...@kernel.org Cc: Jiri Olsa jo...@redhat.com Cc: Namhyung Kim namhy...@gmail.com Cc: Peter

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread David Ahern
On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record, report, script, probe, etc... Humm, I get this when doing my usual workflow: [acme@sandy linux]$

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record, report, script, probe, etc... Humm, I get this when doing my usual

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 07:00:10PM +0200, Frederic Weisbecker escreveu: On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record,

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record, report, script, probe, etc... Humm, I get this when doing my usual workflow: [acme@sandy linux]$ make -j8 -C tools/perf/ O=/home/acme/git/build/perf

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 02:11:22PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 07:00:10PM +0200, Frederic Weisbecker escreveu: On Thu, Aug 09, 2012 at 01:35:15PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu:

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands such as record, report, script, probe, etc...

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread David Ahern
On 8/9/12 11:14 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash completion for perf subcommands

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Frederic Weisbecker
On Thu, Aug 09, 2012 at 02:14:19PM -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 10:40:19AM -0600, David Ahern escreveu: On 8/9/12 10:35 AM, Arnaldo Carvalho de Melo wrote: Em Thu, Aug 09, 2012 at 04:31:51PM +0200, Frederic Weisbecker escreveu: This implements bash

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Alan Cox
3rd patch should fix this. Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, its just that I'm not using sudo nor installing as root, this new bash completion file is the only one that is being installed on the root filesystem, all others are in ~acme/ And even with

Re: [PATCH 1/3] perf tools: Initial bash completion support

2012-08-09 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 09, 2012 at 07:27:06PM +0100, Alan Cox escreveu: 3rd patch should fix this. Huh? The problem is not /etc/bash_completion.d/ not existing, it exists, its just that I'm not using sudo nor installing as root, this new bash completion file is the only one that is being