Whamcloud - gitweb
Merge of b_md to HEAD:
[fs/lustre-release.git] / lustre / utils / llanalyze
index 3061b26..5548f9b 100644 (file)
@@ -63,7 +63,7 @@ sub extractpid
 {
     $_ = shift;
 #    print "$_\n";
-    /l. [0-9]* (.*)\):/;
+    /\(\) ([0-9]*)\+[0-9]*\):/;
     return $1;
 }