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 >> functio

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 b

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

2014-12-30 Thread Masami Hiramatsu
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 in symbols. David Ahern reported this problem in https://lkml.org/lkml/2014/12/29/35