Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-15 Thread Yunlong Song
On 2015/10/14 21:40, Arnaldo Carvalho de Melo wrote: > > Le 14 oct. 2015 10:33 AM, "Yunlong Song" > a écrit : >> >> On 2015/10/14 11:10, Arnaldo Carvalho de Melo wrote: >> >> > One doesn't show what options can be used, the other does, so there is >> > an inconsist

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-14 Thread Yunlong Song
On 2015/10/14 11:10, Arnaldo Carvalho de Melo wrote: > One doesn't show what options can be used, the other does, so there is > an inconsistency, this and the fact that 'perf -h' outputs to stdout, > 'perf stat -h' and the other builtins output to stderr. I think all > should output to stdout, jus

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-13 Thread Namhyung Kim
Hi Arnaldo, On Wed, Oct 14, 2015 at 12:10 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Oct 14, 2015 at 10:29:05AM +0800, Yunlong Song escreveu: >> On 2015/10/13 23:24, Ramkumar Ramachandra wrote: >> > Arnaldo Carvalho de Melo wrote: >> >> Em Thu, Oct 08, 2015 at 10:59:50AM +0530, Sriram Raghunat

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-13 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 14, 2015 at 10:29:05AM +0800, Yunlong Song escreveu: > On 2015/10/13 23:24, Ramkumar Ramachandra wrote: > > Arnaldo Carvalho de Melo wrote: > >> Em Thu, Oct 08, 2015 at 10:59:50AM +0530, Sriram Raghunathan escreveu: > >>> Minor change, adding --list-opts to usage string. So that it is >

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-13 Thread Yunlong Song
On 2015/10/13 23:24, Ramkumar Ramachandra wrote: > Arnaldo Carvalho de Melo wrote: >> Em Thu, Oct 08, 2015 at 10:59:50AM +0530, Sriram Raghunathan escreveu: >>> Minor change, adding --list-opts to usage string. So that it is >>> visible to the user on running perf --help. or just perf >>> from comm

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-13 Thread Ramkumar Ramachandra
Arnaldo Carvalho de Melo wrote: > Em Thu, Oct 08, 2015 at 10:59:50AM +0530, Sriram Raghunathan escreveu: >> Minor change, adding --list-opts to usage string. So that it is >> visible to the user on running perf --help. or just perf >> from command line. > > > Ramkumar, Yunlong, are you ok with this

Re: [PATCH 1/1] perf:Adding --list-opts to usage string

2015-10-13 Thread Arnaldo Carvalho de Melo
Em Thu, Oct 08, 2015 at 10:59:50AM +0530, Sriram Raghunathan escreveu: > Minor change, adding --list-opts to usage string. So that it is > visible to the user on running perf --help. or just perf > from command line. Ramkumar, Yunlong, are you ok with this? - Arnaldo > Signed-off-by: Sriram R