perf annotate: Fix off by one symbol hist size allocation and hit accounting
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 28 Mar 2012 15:49:35 +0000 (12:49 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Mar 2012 20:13:45 +0000 (17:13 -0300)
commit64c17be4ffb8d6971051aec77ca1de4cfadb166d
tree5ab8ca0b28f6d780c5a3962d395ccb6413201645
parentcc96aa7a7f2e9a1a3cf8be3720f185f2d13fe34b
perf annotate: Fix off by one symbol hist size allocation and hit accounting

We were not noticing it because symbol__inc_addr_samples was erroneously
dropping samples that hit the last byte in a function.

Working on a fix for a problem reported by David Miller, Stephane
Eranian and Sorin Dumitru, where addresses < sym->start were causing
problems, I noticed this other problem.

Cc: David Ahern <dsahern@gmail.com>
Cc: David Miller <davem@davemloft.net>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sorin Dumitru <dumitru.sorin87@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-pqjaq4cr1xs2xen73pjhbav4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c