Home
last modified time | relevance | path

Searched refs:op_msrs (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/module/x86/
Dop_x86_model.h26 struct op_msrs { struct
36 void (*fill_in_addresses)(struct op_msrs * const msrs); argument
37 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);
Dop_model_ppro.c36 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()
Dop_model_athlon.c36 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()
Dop_nmi.c18 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()
Dop_model_p4.c404 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()
/external/oprofile/module/ia64/
Dop_ia64_model.h27 struct op_msrs { struct
Dop_pmu.c474 static struct op_msrs cpu_msrs[NR_CPUS];