I don't actually have access to such hardware, but the Linux kernel 
defines all of these variants in the perf_event Haswell support code.

Signed-off-by: Vince Weaver <vincent.wea...@maine.edu>

diff --git a/lib/pfmlib_intel_hsw.c b/lib/pfmlib_intel_hsw.c
index 7d01ff1..f4975f6 100644
--- a/lib/pfmlib_intel_hsw.c
+++ b/lib/pfmlib_intel_hsw.c
@@ -40,6 +40,10 @@ pfm_hsw_detect(void *this)
 
        switch (pfm_intel_x86_cfg.model) {
                case 60: /* Haswell */
+               case 63: /* Haswell */
+               case 69: /* Haswell */
+               case 70: /* Haswell */
+               case 71: /* Haswell */
                        break;
                default:
                        return PFM_ERR_NOTSUPP;

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
perfmon2-devel mailing list
perfmon2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perfmon2-devel

Reply via email to