Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 10:19:35PM +0800, hekuang escreveu: > On 05/11/2015 09:58 PM, Arnaldo Carvalho de Melo wrote: > >Please, when you send a V4 patch like this, state what changed with > >regards to the previous version, as I already applied this patch :-\ > I will check next time. Thanks!

Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread hekuang
hi, Arnaldo On 05/11/2015 09:58 PM, Arnaldo Carvalho de Melo wrote: Em Mon, May 11, 2015 at 01:10:03PM +, He Kuang escreveu: It is not easy for users to get the accurate byte offset or the line number where a local variable can be probed. With '--range' option, local variables in scope of

Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 01:10:03PM +, He Kuang escreveu: > It is not easy for users to get the accurate byte offset or the line > number where a local variable can be probed. With '--range' option, > local variables in scope of the probe point are showed with byte offset > range, and can be

[PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread He Kuang
It is not easy for users to get the accurate byte offset or the line number where a local variable can be probed. With '--range' option, local variables in scope of the probe point are showed with byte offset range, and can be added according to this range information. For example, there are some

[PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread He Kuang
It is not easy for users to get the accurate byte offset or the line number where a local variable can be probed. With '--range' option, local variables in scope of the probe point are showed with byte offset range, and can be added according to this range information. For example, there are some

Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 01:10:03PM +, He Kuang escreveu: It is not easy for users to get the accurate byte offset or the line number where a local variable can be probed. With '--range' option, local variables in scope of the probe point are showed with byte offset range, and can be added

Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread Arnaldo Carvalho de Melo
Em Mon, May 11, 2015 at 10:19:35PM +0800, hekuang escreveu: On 05/11/2015 09:58 PM, Arnaldo Carvalho de Melo wrote: Please, when you send a V4 patch like this, state what changed with regards to the previous version, as I already applied this patch :-\ I will check next time. Thanks! -

Re: [PATCH v4 2/3] perf probe: Add --range option to show variable location range

2015-05-11 Thread hekuang
hi, Arnaldo On 05/11/2015 09:58 PM, Arnaldo Carvalho de Melo wrote: Em Mon, May 11, 2015 at 01:10:03PM +, He Kuang escreveu: It is not easy for users to get the accurate byte offset or the line number where a local variable can be probed. With '--range' option, local variables in scope of