]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tracing/fastboot: fix bootgraph.pl initcall name regexp
authorArnaud Patard <apatard@mandriva.com>
Sat, 20 Sep 2008 03:16:25 +0000 (20:16 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 14 Oct 2008 08:39:33 +0000 (10:39 +0200)
commit5c542368a3ded88bed98239fb3570dda416203ee
treed3b120959f1af5f1736d25020eda1b9abedcb642
parent80a398a55d3096ff4572b44271d095413749ebb4
tracing/fastboot: fix bootgraph.pl initcall name regexp

The regexp used to match the start and the end of an initcall
are matching only on [a-zA-Z\_]. This rules out initcalls with
a number in them. This patch is fixing that.

Signed-off-by: Arnaud Patard <apatard@mandriva.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
scripts/bootgraph.pl