]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 5 Oct 2009 17:26:16 +0000 (14:26 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Oct 2009 18:35:24 +0000 (20:35 +0200)
commitc3b32fcbc7f4fd9a9b84718b991b175b0fd53f8c
treea7e0198b04673b711aa67fae72788007af056039
parenta2a99e8e12798706ec1026e5d8fc36f7c86122ce
perf report: Use kernel_maps__find_symbol as fallback to find vdsos, etc

In resolve_symbol, as we're moving to breaking the kernel symbols
list per address ranges, i.e. kernel linking sections, so that we
don't have a big kernel_map that in its range covers what is in the
modules.

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: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-report.c