Re: Re: [PATCH] [BUGFIX] perf-probe: Fix to fall back to find probe point in symbols

2015-01-03 Thread Masami Hiramatsu
(2014/12/31 17:02), Namhyung Kim wrote: > Hi Masami, > > On Wed, Dec 31, 2014 at 03:27:47PM +0900, Masami Hiramatsu wrote: >> Fix to fall back to find a probe point in symbols if perf fails >> to find it in debuginfo. >> >> This can happen when the target function is an alias of another >>

Re: Re: [PATCH] [BUGFIX] perf-probe: Fix to fall back to find probe point in symbols

2015-01-03 Thread Masami Hiramatsu
(2014/12/31 17:02), Namhyung Kim wrote: Hi Masami, On Wed, Dec 31, 2014 at 03:27:47PM +0900, Masami Hiramatsu wrote: Fix to fall back to find a probe point in symbols if perf fails to find it in debuginfo. This can happen when the target function is an alias of another function. Such

Re: [PATCH] [BUGFIX] perf-probe: Fix to fall back to find probe point in symbols

2014-12-31 Thread Namhyung Kim
Hi Masami, On Wed, Dec 31, 2014 at 03:27:47PM +0900, Masami Hiramatsu wrote: > Fix to fall back to find a probe point in symbols if perf fails > to find it in debuginfo. > > This can happen when the target function is an alias of another > function. Such alias doesn't have an entry in debuginfo

Re: [PATCH] [BUGFIX] perf-probe: Fix to fall back to find probe point in symbols

2014-12-31 Thread Namhyung Kim
Hi Masami, On Wed, Dec 31, 2014 at 03:27:47PM +0900, Masami Hiramatsu wrote: Fix to fall back to find a probe point in symbols if perf fails to find it in debuginfo. This can happen when the target function is an alias of another function. Such alias doesn't have an entry in debuginfo but