Loading arch/x86/oprofile/op_x86_model.h +11 −11 Original line number Diff line number Diff line Loading @@ -32,10 +32,10 @@ struct pt_regs; * various x86 CPU models' perfctr support. */ struct op_x86_model_spec { int (*init)(struct oprofile_operations *ops); void (*exit)(void); unsigned int num_counters; unsigned int num_controls; int (*init)(struct oprofile_operations *ops); void (*exit)(void); void (*fill_in_addresses)(struct op_msrs * const msrs); void (*setup_ctrs)(struct op_msrs const * const msrs); int (*check_ctrs)(struct pt_regs * const regs, Loading Loading
arch/x86/oprofile/op_x86_model.h +11 −11 Original line number Diff line number Diff line Loading @@ -32,10 +32,10 @@ struct pt_regs; * various x86 CPU models' perfctr support. */ struct op_x86_model_spec { int (*init)(struct oprofile_operations *ops); void (*exit)(void); unsigned int num_counters; unsigned int num_controls; int (*init)(struct oprofile_operations *ops); void (*exit)(void); void (*fill_in_addresses)(struct op_msrs * const msrs); void (*setup_ctrs)(struct op_msrs const * const msrs); int (*check_ctrs)(struct pt_regs * const regs, Loading