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

2015-05-11 Thread Masami Hiramatsu
On 2015/05/11 11:22, He Kuang wrote: > Hi, Masami > > On 2015/5/10 11:21, Masami Hiramatsu wrote: >> On 2015/05/09 18:55, He Kuang wrote: >>> 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

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

2015-05-11 Thread Masami Hiramatsu
On 2015/05/11 11:22, He Kuang wrote: Hi, Masami On 2015/5/10 11:21, Masami Hiramatsu wrote: On 2015/05/09 18:55, He Kuang wrote: 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

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

2015-05-10 Thread He Kuang
Hi, Masami On 2015/5/10 11:21, Masami Hiramatsu wrote: On 2015/05/09 18:55, He Kuang wrote: 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

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

2015-05-10 Thread He Kuang
Hi, Masami On 2015/5/10 11:21, Masami Hiramatsu wrote: On 2015/05/09 18:55, He Kuang wrote: 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

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

2015-05-09 Thread Masami Hiramatsu
On 2015/05/09 18:55, He Kuang wrote: > 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

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

2015-05-09 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 v2 2/3] perf probe: Add --range option to show variable location range

2015-05-09 Thread Masami Hiramatsu
On 2015/05/09 18:55, He Kuang wrote: 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

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

2015-05-09 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