Lines Matching full:const
34 uint const num_counters;
35 uint const num_controls;
36 void (*fill_in_addresses)(struct op_msrs * const msrs);
37 void (*setup_ctrs)(struct op_msrs const * const msrs);
38 void (*check_ctrs)(uint const cpu,
39 struct op_msrs const * const msrs,
40 struct pt_regs * const regs);
41 void (*start)(struct op_msrs const * const msrs);
42 void (*stop)(struct op_msrs const * const msrs);
45 extern struct op_x86_model_spec const op_ppro_spec;
46 extern struct op_x86_model_spec const op_athlon_spec;
47 extern struct op_x86_model_spec const op_p4_spec;
49 extern struct op_x86_model_spec const op_p4_ht2_spec;