Re: [PATCH v2] perf list: Fix --raw-dump argument

2014-04-11 Thread Jiri Olsa
On Fri, Apr 11, 2014 at 09:08:03AM -0400, Ramkumar Ramachandra wrote: > Jiri Olsa wrote: > > you need to update perf-completion.sh now > > also please add it to perf list man page as well > > I updated perf-completion.sh, although I didn't mention it in the > commit message. I'll add it to the per

Re: [PATCH v2] perf list: Fix --raw-dump argument

2014-04-11 Thread Ramkumar Ramachandra
Jiri Olsa wrote: > you need to update perf-completion.sh now > also please add it to perf list man page as well I updated perf-completion.sh, although I didn't mention it in the commit message. I'll add it to the perf-list man page and send out another version. Ram -- To unsubscribe from this lis

Re: [PATCH v2] perf list: Fix --raw-dump argument

2014-04-11 Thread Jiri Olsa
On Thu, Apr 10, 2014 at 08:42:33PM -0400, Ramkumar Ramachandra wrote: > While adding usage information, 44d742e (perf list: Add usage, > 2013-10-30) broke > > $ perf list --raw-dump > > Fix this by making raw-dump a subcommand. you need to update perf-completion.sh now also please add it to pe

[PATCH v2] perf list: Fix --raw-dump argument

2014-04-10 Thread Ramkumar Ramachandra
While adding usage information, 44d742e (perf list: Add usage, 2013-10-30) broke $ perf list --raw-dump Fix this by making raw-dump a subcommand. Cc: David Ahern Cc: Jiri Olsa Cc: Arnaldo Carvalho de Melo Signed-off-by: Ramkumar Ramachandra --- tools/perf/builtin-list.c | 2 +- tools/