|
From: Eduardo M. <ea...@us...> - 2005-11-09 17:45:44
|
I am getting the following warning every time I run valgrind in a pp32=20 system. Is there something wrong ?? how can I get rid of this warning? should I=20 care about it?? Regards, Eduardo A. Mu=F1oz |
|
From: Tom H. <to...@co...> - 2005-11-09 17:51:18
|
In message <OFC...@us...>
Eduardo Munoz <ea...@us...> wrote:
> I am getting the following warning every time I run valgrind in a pp32
> system.
> Is there something wrong ?? how can I get rid of this warning? should I
> care about it??
What warning would that be? You seem to have forgotten to include it...
What version of valgrind are you using?
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Eduardo M. <ea...@us...> - 2005-11-09 19:43:17
|
Sorry, the message did not make it to my last posting.
Here is the warning message.=20
Warning: Couldn't auto-detect cache config, using one or more defaults=20
The version of valgrind is=20
> valgrind --version
valgrind-3.1.SVN
I took the source code from the 3.0 current development trunk: 1446.
Regards,
Eduardo A. Mu=F1oz
Tom Hughes <to...@co...>=20
Sent by: val...@li...
11/09/2005 11:50 AM
To
val...@li...
cc
Subject
Re: [Valgrind-users] ppc32 valgrind
In message=20
<OFC...@us...>
Eduardo Munoz <ea...@us...> wrote:
> I am getting the following warning every time I run valgrind in a pp32
> system.
> Is there something wrong ?? how can I get rid of this warning? should I
> care about it??
What warning would that be? You seem to have forgotten to include it...
What version of valgrind are you using?
Tom
--=20
Tom Hughes (to...@co...)
http://www.compton.nu/
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.=20
Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Valgrind-users mailing list
Val...@li...
https://lists.sourceforge.net/lists/listinfo/valgrind-users
|
|
From: Eduardo M. <ea...@us...> - 2005-11-09 20:08:08
|
I should say that I was running:
>valgrind --tool=3Dcachegrind ls -la
Regards,
Eduardo A. Mu=F1oz
Eduardo Munoz/Austin/IBM@IBMUS=20
Sent by: val...@li...
11/09/2005 01:47 PM
To
Tom Hughes <to...@co...>
cc
val...@li...
Subject
Re: [Valgrind-users] ppc32 valgrind
Sorry, the message did not make it to my last posting.=20
Here is the warning message.=20
Warning: Couldn't auto-detect cache config, using one or more defaults=20
The version of valgrind is=20
> valgrind --version=20
valgrind-3.1.SVN=20
I took the source code from the 3.0 current development trunk: 1446.=20
Regards,
Eduardo A. Mu=F1oz
Tom Hughes <to...@co...>=20
Sent by: val...@li...=20
11/09/2005 11:50 AM=20
To
val...@li...=20
cc
Subject
Re: [Valgrind-users] ppc32 valgrind
In message=20
<OFC...@us...>
Eduardo Munoz <ea...@us...> wrote:
> I am getting the following warning every time I run valgrind in a pp32
> system.
> Is there something wrong ?? how can I get rid of this warning? should I
> care about it??
What warning would that be? You seem to have forgotten to include it...
What version of valgrind are you using?
Tom
--=20
Tom Hughes (to...@co...)
http://www.compton.nu/
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server.=20
Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=
=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F
Valgrind-users mailing list
Val...@li...
https://lists.sourceforge.net/lists/listinfo/valgrind-users
|
|
From: Nicholas N. <nj...@cs...> - 2005-11-09 20:11:33
|
On Wed, 9 Nov 2005, Eduardo Munoz wrote: > Warning: Couldn't auto-detect cache config, using one or more defaults It's not a big deal. On x86 and AMD64, Cachegrind uses the CPUID instruction to auto-detect your cache configuration. PPC32 doesn't have such a feature, so Cachegrind uses a default cache configuration. This warning lets you know that this has occurred. Nick |