From: Arnaud Patard Date: Sat, 20 Sep 2008 03:16:25 +0000 (-0700) Subject: tracing/fastboot: fix bootgraph.pl initcall name regexp X-Git-Tag: v2.6.28-rc1~78^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c542368a3ded88bed98239fb3570dda416203ee;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed