Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-20 Thread Namhyung Kim
On Tue, Oct 20, 2015 at 10:13:17AM +0800, Yunlong Song wrote: > On 2015/10/19 23:29, Namhyung Kim wrote: > > Hi, > > > > On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: > >> Add options description to 'perf -h' to make it consistent with other > >> builtins > >> (e.g., 'perf stat

Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-20 Thread Namhyung Kim
On Tue, Oct 20, 2015 at 10:13:17AM +0800, Yunlong Song wrote: > On 2015/10/19 23:29, Namhyung Kim wrote: > > Hi, > > > > On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: > >> Add options description to 'perf -h' to make it consistent with other > >> builtins > >> (e.g., 'perf stat

Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-19 Thread Yunlong Song
On 2015/10/19 23:29, Namhyung Kim wrote: > Hi, > > On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: >> Add options description to 'perf -h' to make it consistent with other >> builtins >> (e.g., 'perf stat -h'). >> >> Example: >> >> Before this patch: >> >> # perf -h >> >> usage:

Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-19 Thread Namhyung Kim
Hi, On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: > Add options description to 'perf -h' to make it consistent with other builtins > (e.g., 'perf stat -h'). > > Example: > > Before this patch: > > # perf -h > > usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] > >

Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-19 Thread Namhyung Kim
Hi, On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: > Add options description to 'perf -h' to make it consistent with other builtins > (e.g., 'perf stat -h'). > > Example: > > Before this patch: > > # perf -h > > usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] > >

Re: [PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-19 Thread Yunlong Song
On 2015/10/19 23:29, Namhyung Kim wrote: > Hi, > > On Thu, Oct 15, 2015 at 03:39:50PM +0800, Yunlong Song wrote: >> Add options description to 'perf -h' to make it consistent with other >> builtins >> (e.g., 'perf stat -h'). >> >> Example: >> >> Before this patch: >> >> # perf -h >> >> usage:

[PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-15 Thread Yunlong Song
Add options description to 'perf -h' to make it consistent with other builtins (e.g., 'perf stat -h'). Example: Before this patch: # perf -h usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] The most commonly used perf commands are: annotateRead perf.data (created by

[PATCH v2 1/3] perf help: Add options description to 'perf -h'

2015-10-15 Thread Yunlong Song
Add options description to 'perf -h' to make it consistent with other builtins (e.g., 'perf stat -h'). Example: Before this patch: # perf -h usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS] The most commonly used perf commands are: annotateRead perf.data (created by