Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131423
b: refs/heads/master
c: 0bb98e2
h: refs/heads/master
i:
  131421: 4238d42
  131419: 9ccc3ef
  131415: 3abf3be
  131407: b23e915
  131391: 1f1ec7b
v: v3
  • Loading branch information
Michael Neuling authored and Sam Ravnborg committed Feb 15, 2009
1 parent 8c69ac3 commit 5114e0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc370ecfdb37b853bd8e2118c7ad9f99fa9ac5cd
refs/heads/master: 0bb98e231803860e978c302b9faccaf776881137
4 changes: 2 additions & 2 deletions trunk/scripts/bootgraph.pl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

while (<>) {
my $line = $_;
if ($line =~ /([0-9\.]+)\] calling ([a-zA-Z0-9\_]+)\+/) {
if ($line =~ /([0-9\.]+)\] calling ([a-zA-Z0-9\_\.]+)\+/) {
my $func = $2;
if ($done == 0) {
$start{$func} = $1;
Expand Down Expand Up @@ -87,7 +87,7 @@
$count = $count + 1;
}

if ($line =~ /([0-9\.]+)\] initcall ([a-zA-Z0-9\_]+)\+.*returned/) {
if ($line =~ /([0-9\.]+)\] initcall ([a-zA-Z0-9\_\.]+)\+.*returned/) {
if ($done == 0) {
$end{$2} = $1;
$maxtime = $1;
Expand Down

0 comments on commit 5114e0b

Please sign in to comment.