Hi Stephane,

This patch adds the missing "edge flag" field to the pentium4_cccr_value_t 
structure.

Sorry that this got left out of the original pentium4 code submission for
libpfm. Oddly though, the description above the structure definition does
list the "edge" field in the correct location.

Signed-Off-By: Kevin Corry <[EMAIL PROTECTED]>

Index: pfmlib_pentium4.h
===================================================================
RCS file: /cvsroot/perfmon2/libpfm/include/perfmon/pfmlib_pentium4.h,v
retrieving revision 1.1
diff -u -r1.1 pfmlib_pentium4.h
--- libpfm.old/include/perfmon/pfmlib_pentium4.h
+++ libpfm/include/perfmon/pfmlib_pentium4.h
@@ -118,6 +118,7 @@
                unsigned long compare:1;
                unsigned long complement:1;
                unsigned long threshold:4;
+               unsigned long edge:1;
                unsigned long force_ovf:1;
                unsigned long ovf_pmi_t0:1;
                unsigned long ovf_pmi_t1:1;
_______________________________________________
perfmon mailing list
[email protected]
http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/

Reply via email to