diff --git a/[refs] b/[refs] index 450cb661c569..9c6d1066d23c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5c542368a3ded88bed98239fb3570dda416203ee +refs/heads/master: 07d1890420cce95c577736e4d67f70cbd39845fe diff --git a/trunk/scripts/bootgraph.pl b/trunk/scripts/bootgraph.pl index 479fb4ea8914..5e7316e5aa39 100644 --- a/trunk/scripts/bootgraph.pl +++ b/trunk/scripts/bootgraph.pl @@ -110,6 +110,12 @@ if ($duration >= $threshold) { my $s, $s2, $e, $y; + $pid = $pids{$key}; + + if (!defined($rows{$pid})) { + $rows{$pid} = $rowscount; + $rowscount = $rowscount + 1; + } $s = ($value - $firsttime) * $mult; $s2 = $s + 6; $e = ($end{$key} - $firsttime) * $mult;