From: Philippe Waroquiers Date: Sun, 7 Sep 2014 12:15:52 +0000 (+0000) Subject: update callgrind and cachegrind filtering logic following rev 14469 X-Git-Tag: svn/VALGRIND_3_10_0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=596f3836e407dd6f71a978f6604dc14584bd1426;p=thirdparty%2Fvalgrind.git update callgrind and cachegrind filtering logic following rev 14469 rev 14469 gives better description of the tweak done to the simulated cache. Update filtering logic to filter this (variable) tweaking msg. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14486 --- diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr index 8f48d2b5c1..a0ae89968b 100755 --- a/cachegrind/tests/filter_stderr +++ b/cachegrind/tests/filter_stderr @@ -20,4 +20,6 @@ sed "/warning: L3 cache found, using its data for the LL simulation./d" | sed "/warning: L4 cache found, using its data for the LL simulation./d" | sed "/Warning: Cannot auto-detect cache config, using defaults./d" | sed "/Run with -v to see./d" | -sed "/warning: pretending that LL cache has associativity .*$/d" +sed "/warning: specified LL cache: line_size .*$/d" | +sed "/warning: simulated LL cache: line_size .*$/d" + diff --git a/callgrind/tests/filter_stderr b/callgrind/tests/filter_stderr index e11afcf65b..fbaca9b1db 100755 --- a/callgrind/tests/filter_stderr +++ b/callgrind/tests/filter_stderr @@ -29,4 +29,5 @@ sed "/warning: L3 cache found, using its data for the LL simulation./d" | sed "/warning: L4 cache found, using its data for the LL simulation./d" | sed "/Warning: Cannot auto-detect cache config, using defaults./d" | sed "/Run with -v to see./d" | -sed "/warning: pretending that LL cache has associativity .*$/d" +sed "/warning: specified LL cache: line_size .*$/d" | +sed "/warning: simulated LL cache: line_size .*$/d"