summaryrefslogtreecommitdiff
path: root/cachegrind
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-11-17 19:28:18 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-11-17 19:28:18 +0000
commit9ad122b42e561b2557e4b00c060dbd807e3cb16d (patch)
treeed5bec83c27579a3fcb039433e6b37082c5a4729 /cachegrind
parent54e095fa9c195e6b77bedc003b39fea20254590a (diff)
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. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5173 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'cachegrind')
-rw-r--r--cachegrind/cg-ppc32.c2
-rwxr-xr-xcachegrind/tests/filter_stderr2
2 files changed, 2 insertions, 2 deletions
diff --git a/cachegrind/cg-ppc32.c b/cachegrind/cg-ppc32.c
index 7c46c7ae..a434ab3c 100644
--- a/cachegrind/cg-ppc32.c
+++ b/cachegrind/cg-ppc32.c
@@ -46,7 +46,7 @@ void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
// Warn if config not completely specified from cmd line.
if (!all_caches_clo_defined) {
VG_(message)(Vg_DebugMsg,
- "Warning: Couldn't auto-detect cache config, using one "
+ "Warning: Cannot auto-detect cache config on PPC32, using one "
"or more defaults ");
}
}
diff --git a/cachegrind/tests/filter_stderr b/cachegrind/tests/filter_stderr
index e7240f6a..c961a905 100755
--- a/cachegrind/tests/filter_stderr
+++ b/cachegrind/tests/filter_stderr
@@ -17,4 +17,4 @@ sed "s/\(\(I1\|D1\|L2\|L2i\|L2d\) *\(misses\|miss rate\):\)[ 0-9,()+rdw%\.]*$/\1
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 defaults/d"
+sed "/Warning: Cannot auto-detect cache config on PPC32, using one or more defaults/d"