|
From: <sv...@va...> - 2005-11-17 19:28:25
|
Author: njn
Date: 2005-11-17 19:28:18 +0000 (Thu, 17 Nov 2005)
New Revision: 5173
Log:
Change the cannot-detect-cache-config message on PPC32 so we can filter
for it more precisely and thus tell if the auto-detection ever fails on
x86/AMD64.
Modified:
trunk/cachegrind/cg-ppc32.c
trunk/cachegrind/tests/filter_stderr
Modified: trunk/cachegrind/cg-ppc32.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/cg-ppc32.c 2005-11-17 19:09:02 UTC (rev 5172)
+++ trunk/cachegrind/cg-ppc32.c 2005-11-17 19:28:18 UTC (rev 5173)
@@ -46,7 +46,7 @@
// Warn if config not completely specified from cmd line.
if (!all_caches_clo_defined) {
VG_(message)(Vg_DebugMsg,=20
- "Warning: Couldn't auto-detect cache config, using on=
e "
+ "Warning: Cannot auto-detect cache config on PPC32, u=
sing one "
"or more defaults ");
}
}
Modified: trunk/cachegrind/tests/filter_stderr
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/cachegrind/tests/filter_stderr 2005-11-17 19:09:02 UTC (rev 517=
2)
+++ trunk/cachegrind/tests/filter_stderr 2005-11-17 19:28:18 UTC (rev 517=
3)
@@ -17,4 +17,4 @@
sed "/warning: Pentium 4 with 12 KB micro-op instruction trace cache/d" =
|
sed "/Simulating a 16 KB I-cache with 32 B lines/d" |
sed "/warning: L3 cache detected but ignored/d" |
-sed "/Warning: Couldn't auto-detect cache config, using one or more defa=
ults/d"
+sed "/Warning: Cannot auto-detect cache config on PPC32, using one or mo=
re defaults/d"
|