Searched refs:op_msrs (Results 1 – 7 of 7) sorted by relevance
26 struct op_msrs { struct36 void (*fill_in_addresses)(struct op_msrs * const msrs); argument37 void (*setup_ctrs)(struct op_msrs const * const msrs);39 struct op_msrs const * const msrs,41 void (*start)(struct op_msrs const * const msrs);42 void (*stop)(struct op_msrs const * const msrs);
36 static void ppro_fill_in_addresses(struct op_msrs * const msrs) in ppro_fill_in_addresses()46 static void ppro_setup_ctrs(struct op_msrs const * const msrs) in ppro_setup_ctrs()82 struct op_msrs const * const msrs, in ppro_check_ctrs()97 static void ppro_start(struct op_msrs const * const msrs) in ppro_start()106 static void ppro_stop(struct op_msrs const * const msrs) in ppro_stop()
36 static void athlon_fill_in_addresses(struct op_msrs * const msrs) in athlon_fill_in_addresses()50 static void athlon_setup_ctrs(struct op_msrs const * const msrs) in athlon_setup_ctrs()86 struct op_msrs const * const msrs, in athlon_check_ctrs()103 static void athlon_start(struct op_msrs const * const msrs) in athlon_start()117 static void athlon_stop(struct op_msrs const * const msrs) in athlon_stop()
18 static struct op_msrs cpu_msrs[NR_CPUS];49 struct op_msrs const * const msrs = &cpu_msrs[cpu]; in op_do_nmi()59 struct op_msrs const * const msrs = &cpu_msrs[cpu]; in pmc_setup_ctr()76 struct op_msrs const * const msrs = &cpu_msrs[cpu]; in pmc_start()88 struct op_msrs const * const msrs = &cpu_msrs[cpu]; in pmc_stop()
404 static void p4_fill_in_addresses(struct op_msrs * const msrs) in p4_fill_in_addresses()546 static void p4_setup_ctrs(struct op_msrs const * const msrs) in p4_setup_ctrs()624 struct op_msrs const * const msrs, in p4_check_ctrs()672 static void p4_start(struct op_msrs const * const msrs) in p4_start()689 static void p4_stop(struct op_msrs const * const msrs) in p4_stop()
27 struct op_msrs { struct
474 static struct op_msrs cpu_msrs[NR_CPUS];