perf annotate: Fixes for filename:line displays
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 13 Jun 2009 15:39:23 +0000 (17:39 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 13 Jun 2009 15:51:00 +0000 (17:51 +0200)
- fix addr2line on userspace binary: don't only check kernel image.
- fix string allocation size for path: missing ending null char room
- fix overflow in symbol extra info

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1244907563-7820-1-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found