]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Don't want to see these guys with just -v. There get to be bazillions
authorJulian Seward <jseward@acm.org>
Wed, 1 May 2002 02:32:10 +0000 (02:32 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 1 May 2002 02:32:10 +0000 (02:32 +0000)
of them after a while.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@184

cachegrind/cg_main.c
vg_cachesim.c

index 43e100cb9425acb47a2ea412ae92c12365823025..2cc30f855f6cf5fef28c605bab1991b1897bada5 100644 (file)
@@ -345,8 +345,9 @@ static __inline__ BBCC* get_BBCC(Addr bb_orig_addr, UCodeBlock* cb,
    } else {
       vg_assert(bb_orig_addr == curr_BBCC->orig_addr);
       vg_assert(curr_BBCC->array_size > 0 && curr_BBCC->array_size < 1000000);
-      if (VG_(clo_verbosity) > 1) {
-          VG_(message)(Vg_DebugMsg, "BB retranslation, retrieving from BBCC table");
+      if (VG_(clo_verbosity) > 2) {
+          VG_(message)(Vg_DebugMsg, 
+            "BB retranslation, retrieving from BBCC table");
       }
       *BB_seen_before = True;
       BB_retranslations++;
index 43e100cb9425acb47a2ea412ae92c12365823025..2cc30f855f6cf5fef28c605bab1991b1897bada5 100644 (file)
@@ -345,8 +345,9 @@ static __inline__ BBCC* get_BBCC(Addr bb_orig_addr, UCodeBlock* cb,
    } else {
       vg_assert(bb_orig_addr == curr_BBCC->orig_addr);
       vg_assert(curr_BBCC->array_size > 0 && curr_BBCC->array_size < 1000000);
-      if (VG_(clo_verbosity) > 1) {
-          VG_(message)(Vg_DebugMsg, "BB retranslation, retrieving from BBCC table");
+      if (VG_(clo_verbosity) > 2) {
+          VG_(message)(Vg_DebugMsg, 
+            "BB retranslation, retrieving from BBCC table");
       }
       *BB_seen_before = True;
       BB_retranslations++;