Hello

it took me longer than it should have to track this down, but it appears
that this patch is necessary to get LAST_LEVEL_CACHE_MISSES working
on the Core Duo

--- libpfm-3.2-071017/lib/coreduo_events.h.orig 2007-11-10 22:23:00.000000000 
-0500
+++ libpfm-3.2-071017/lib/coreduo_events.h      2007-11-10 22:23:13.000000000 
-0500
@@ -44,7 +44,7 @@
        .pme_desc = "Last level of cache references"
        },
 /* 4 */{.pme_name    = "LAST_LEVEL_CACHE_MISSES",
-       .pme_code    = 0x4120,
+       .pme_code    = 0x412e,
        .pme_desc    = "Last level of cache misses",
        },
 /* 5  */{.pme_name = "BRANCH_INSTRUCTIONS_RETIRED",

_______________________________________________
perfmon mailing list
[email protected]
http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/

Reply via email to