|
From: Josef W. <Jos...@gm...> - 2006-10-12 10:16:27
|
On Thursday 12 October 2006 11:02, Nicholas Nethercote wrote: > Can you create a patch to fix this? Patch attached. Comment would be something like: "Cachegrind: Update cache parameter detection according to revision 21 of Intels Software Developer Manual" I also added some old addittions from cg-x86.c to cg-amd64.c. > (Is the CPUID code identical in > Callgrind compared to Cachegrind?) That would be really helpful! Yes. See callgrind/Makefile.am: ... CALLGRIND_SOURCES_X86 = ../cachegrind/cg-x86.c CALLGRIND_SOURCES_AMD64 = ../cachegrind/cg-amd64.c ... Probably should be backported. > > Nick |