]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/x86/oprofile/op_counter.h
Merge branch 'x86/oprofile' into oprofile
[linux-beck.git] / arch / x86 / oprofile / op_counter.h
index 2880b15c46752e0d14e35a825ebe30d7a6c2f7d3..786d6e01cf7fc42bbff11495636bb6b93172ddc5 100644 (file)
 #ifndef OP_COUNTER_H
 #define OP_COUNTER_H
  
-#define OP_MAX_COUNTER 8
+#define OP_MAX_COUNTER 32
  
 /* Per-perfctr configuration as set via
  * oprofilefs.
  */
 struct op_counter_config {
         unsigned long count;
+               unsigned long save_count_low;
         unsigned long enabled;
         unsigned long event;
         unsigned long kernel;