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

2015-05-09 Thread Masami Hiramatsu
On 2015/05/09 16:41, He Kuang wrote: > > On 2015/5/8 22:08, Masami Hiramatsu wrote: >> On 2015/05/08 21:23, 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 3/3] perf probe: Add --range option to show variable location range

2015-05-09 Thread He Kuang
On 2015/5/8 22:08, Masami Hiramatsu wrote: On 2015/05/08 21:23, 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

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

2015-05-09 Thread Masami Hiramatsu
On 2015/05/09 16:41, He Kuang wrote: On 2015/5/8 22:08, Masami Hiramatsu wrote: On 2015/05/08 21:23, 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

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

2015-05-09 Thread He Kuang
On 2015/5/8 22:08, Masami Hiramatsu wrote: On 2015/05/08 21:23, 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

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

2015-05-08 Thread Masami Hiramatsu
On 2015/05/08 21:23, 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 3/3] perf probe: Add --range option to show variable location range

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

2015-05-08 Thread Masami Hiramatsu
On 2015/05/08 21:23, 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 3/3] perf probe: Add --range option to show variable location range

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