Re: [PATCH 1/2] perf tools: fix handling of zero-length symbols.

2016-05-09 Thread Chris Phlipot
> On May 9, 2016, at 10:06 AM, Arnaldo Carvalho de Melo > wrote: > > Em Sat, May 07, 2016 at 02:16:59AM -0700, Chris Phlipot escreveu: >> This change introduces a fix to symbols__find, so that it is able to find >> symbols of length zero (where start==end) >> >> The current code has the follow

Re: [PATCH 1/2] perf tools: fix handling of zero-length symbols.

2016-05-09 Thread Arnaldo Carvalho de Melo
Em Sat, May 07, 2016 at 02:16:59AM -0700, Chris Phlipot escreveu: > This change introduces a fix to symbols__find, so that it is able to find > symbols of length zero (where start==end) > > The current code has the following problem: > -The current implementation of symbols__find is unable to find