commit | 5c542368a3ded88bed98239fb3570dda416203ee | [log] [tgz] |
---|---|---|
author | Arnaud Patard <apatard@mandriva.com> | Fri Sep 19 20:16:25 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:39:33 2008 +0200 |
tree | d3b120959f1af5f1736d25020eda1b9abedcb642 | |
parent | 80a398a55d3096ff4572b44271d095413749ebb4 [diff] |
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>