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

2015-05-11 Thread Masami Hiramatsu
On 2015/05/11 18:25, 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 ran

[PATCH v3 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