Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-28 Thread Namhyung Kim
Hi Masami, On Fri, Apr 29, 2016 at 08:52:29AM +0900, Masami Hiramatsu wrote: > On Thu, 28 Apr 2016 11:47:53 +0900 > Namhyung Kim wrote: > > > On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > > > From: Masami Hiramatsu > >

Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-28 Thread Namhyung Kim
Hi Masami, On Fri, Apr 29, 2016 at 08:52:29AM +0900, Masami Hiramatsu wrote: > On Thu, 28 Apr 2016 11:47:53 +0900 > Namhyung Kim wrote: > > > On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > > > From: Masami Hiramatsu > > > > > > Before analyzing debuginfo, try to find a

Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-28 Thread Masami Hiramatsu
On Thu, 28 Apr 2016 11:47:53 +0900 Namhyung Kim wrote: > On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > > From: Masami Hiramatsu > > > > Before analyzing debuginfo, try to find a corresponding entry > > from probe cache

Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-28 Thread Masami Hiramatsu
On Thu, 28 Apr 2016 11:47:53 +0900 Namhyung Kim wrote: > On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > > From: Masami Hiramatsu > > > > Before analyzing debuginfo, try to find a corresponding entry > > from probe cache always. This does not depend on --cache, > > the

Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-27 Thread Namhyung Kim
On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > From: Masami Hiramatsu > > Before analyzing debuginfo, try to find a corresponding entry > from probe cache always. This does not depend on --cache, > the --cache enables to store/update cache,

Re: [PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-27 Thread Namhyung Kim
On Thu, Apr 28, 2016 at 03:37:52AM +0900, Masami Hiramatsu wrote: > From: Masami Hiramatsu > > Before analyzing debuginfo, try to find a corresponding entry > from probe cache always. This does not depend on --cache, > the --cache enables to store/update cache, but looking up > the cache is

[PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-27 Thread Masami Hiramatsu
From: Masami Hiramatsu Before analyzing debuginfo, try to find a corresponding entry from probe cache always. This does not depend on --cache, the --cache enables to store/update cache, but looking up the cache is always enabled. Signed-off-by: Masami Hiramatsu

[PATCH perf/core v5 05/15] perf probe: Use cache entry if possible

2016-04-27 Thread Masami Hiramatsu
From: Masami Hiramatsu Before analyzing debuginfo, try to find a corresponding entry from probe cache always. This does not depend on --cache, the --cache enables to store/update cache, but looking up the cache is always enabled. Signed-off-by: Masami Hiramatsu Signed-off-by: Masami Hiramatsu