perf_counter tools: Fix vmlinux symbol generation breakage
authorMike Galbraith <efault@gmx.de>
Mon, 20 Jul 2009 12:01:38 +0000 (14:01 +0200)
committerPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 22 Jul 2009 16:05:58 +0000 (18:05 +0200)
commitd20ff6bd6bba2e7e6681fa17565347b410c46ab3
treeee66a9f5e73dd5deffdd012aa0d1e6d1628ba2af
parent5beeded123c5befa21f1c6e16219f2a3eb7dd197
perf_counter tools: Fix vmlinux symbol generation breakage

vmlinux meets the criteria for symbol adjustment, which breaks vmlinux generated symbols.
Fix this by exempting vmlinux.  This is a bit fragile in that someone could change the
kernel dso's name, but currently that name is also hardwired.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1248091298.18702.18.camel@marge.simson.net>
tools/perf/util/symbol.c