]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r6064 (callgrind_annotate: fix warnings with "--collect-jumps=yes")
authorJulian Seward <jseward@acm.org>
Thu, 14 Sep 2006 20:10:19 +0000 (20:10 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 14 Sep 2006 20:10:19 +0000 (20:10 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6067

callgrind/callgrind_annotate.in

index 859d51a96b10a07638d6bca8e760f76bf34b8041..68703b163a63d516cc2b24a2d7dffb79bb7c18b7 100644 (file)
@@ -634,6 +634,16 @@ sub read_input_file()
         } elsif (s/^(jump|jcnd)=//) {
          #ignore jump information
 
+        } elsif (s/^jfi=(.*)$//) {
+          # side effect needed: possibly add compression mapping 
+          uncompressed_name("fl",$1);
+          # ignore jump information    
+
+        } elsif (s/^jfn=(.*)$//) {
+          # side effect needed: possibly add compression mapping
+          uncompressed_name("fn",$1);
+          # ignore jump information
+
         } elsif (s/^totals:\s+//) {
          #ignore