Home
last modified time | relevance | path

Searched hist:"818331303 bc7cb914351c992d3da00aae957eba7" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dsymbol.cdiff 818331303bc7cb914351c992d3da00aae957eba7 Tue Oct 06 04:35:03 CEST 2009 Arnaldo Carvalho de Melo <acme@redhat.com> perf tools: elf_sym__is_function() should accept "zero" sized functions

Asm routines that end up having size equal to zero are not really
zero sized, and as now we do kernel_maps__fixup_sym_end, at least
for kernel routines this gets fixed.

A similar fixup needs to be done for the userspace bits as well,
but as this fixup started only because in /proc/kallsyms we don't
have the end address nor the function size, it appeared here first.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <1254796503-27203-1-git-send-email-acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>