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)
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>

No differences found