git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80a398a
)
tracing/fastboot: fix bootgraph.pl initcall name regexp
author
Arnaud Patard
<apatard@mandriva.com>
Sat, 20 Sep 2008 03:16:25 +0000
(20:16 -0700)
committer
Ingo 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