X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fx86%2Foprofile%2Fop_counter.h;h=e28398df0df2959bc391a1aa028487264e746d85;hp=2880b15c46752e0d14e35a825ebe30d7a6c2f7d3;hb=483e3cd6a34ad2d7e41100bc1b98614ac42a4567;hpb=4c168eaf7ea39f25a45a3d8c7eebc3fedb633a1d diff --git a/arch/x86/oprofile/op_counter.h b/arch/x86/oprofile/op_counter.h index 2880b15c4675..e28398df0df2 100644 --- a/arch/x86/oprofile/op_counter.h +++ b/arch/x86/oprofile/op_counter.h @@ -6,22 +6,22 @@ * * @author John Levon */ - + #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 enabled; - unsigned long event; - unsigned long kernel; - unsigned long user; - unsigned long unit_mask; + unsigned long count; + unsigned long enabled; + unsigned long event; + unsigned long kernel; + unsigned long user; + unsigned long unit_mask; }; extern struct op_counter_config counter_config[];