]> err.no Git - util-linux/commit
readprofile: fix on ppc64
authorMatthias Koenig <mkoenig@suse.de>
Wed, 18 Jul 2007 14:15:44 +0000 (16:15 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Jul 2007 12:28:40 +0000 (14:28 +0200)
commit5a3009cad69b3eacc46f8bd729fd473500c98c85
tree7659eb83d02a6677771bffb7ab8e8d927063f936
parent0c1a6f8835bc94455e24c8b818518283959c80b5
readprofile: fix on ppc64

Fix inconsistency between kernel profiling and readprofile.
The range of kernel profiling is between _stext and _etext,
and readprofile tries to extract profiling for all the symbols in
/boot/System.map-2.6.16.11-7-ppc64 from /proc/profile, but there
are more symbols in /boot/System.map-2.6.16.11-7-ppc64 than those
between _stext and _etext.

Signed-off-by: Matthias Koenig <mkoenig@suse.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/readprofile.c