Whamcloud - gitweb
Fix leak_finder.pl script to work with new CDEBUG() format.
authoradilger <adilger>
Tue, 8 Oct 2002 21:46:41 +0000 (21:46 +0000)
committeradilger <adilger>
Tue, 8 Oct 2002 21:46:41 +0000 (21:46 +0000)
lustre/tests/leak_finder.pl

index 99a0f67..4290b62 100644 (file)
@@ -6,7 +6,7 @@ my $debug_line = 0;
 while ($line = <>) {
     $debug_line++;
     my ($file, $func, $lno, $name, $size, $addr, $type);
-    if ($line =~ m/^.*\(@\d+ (.*):(.*)\,l\. (\d+) .* k(.*) '(.*)': (\d+) at (.*) \(tot .*$/) {
+    if ($line =~ m/^.*\((.*):(.*)\,l\. (\d+) .* k(.*) '(.*)': (\d+) at (.*) \(tot .*$/) {
         $file = $1;
         $func = $2;
         $lno = $3;