|
From: <sv...@va...> - 2014-09-07 12:16:05
|
Author: philippe
Date: Sun Sep 7 12:15:52 2014
New Revision: 14486
Log:
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.
Modified:
trunk/cachegrind/tests/filter_stderr
trunk/callgrind/tests/filter_stderr
Modified: trunk/cachegrind/tests/filter_stderr
==============================================================================
--- trunk/cachegrind/tests/filter_stderr (original)
+++ trunk/cachegrind/tests/filter_stderr Sun Sep 7 12:15:52 2014
@@ -20,4 +20,6 @@
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"
+
Modified: trunk/callgrind/tests/filter_stderr
==============================================================================
--- trunk/callgrind/tests/filter_stderr (original)
+++ trunk/callgrind/tests/filter_stderr Sun Sep 7 12:15:52 2014
@@ -29,4 +29,5 @@
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"
|