Home
last modified time | relevance | path

Searched refs:op_x86_model_spec (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/x86/oprofile/
Dop_x86_model.h36 struct op_x86_model_spec { struct
44 void (*setup_ctrs)(struct op_x86_model_spec const *model, argument
53 void (*switch_ctrl)(struct op_x86_model_spec const *model, argument
80 extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,
85 extern struct op_x86_model_spec op_ppro_spec;
86 extern struct op_x86_model_spec op_p4_spec;
87 extern struct op_x86_model_spec op_p4_ht2_spec;
88 extern struct op_x86_model_spec op_amd_spec;
89 extern struct op_x86_model_spec op_arch_perfmon_spec;
Dop_model_ppro.c76 static void ppro_setup_ctrs(struct op_x86_model_spec const *model, in ppro_setup_ctrs()
210 struct op_x86_model_spec op_ppro_spec = {
257 struct op_x86_model_spec op_arch_perfmon_spec = {
Dop_model_amd.c385 static void op_mux_switch_ctrl(struct op_x86_model_spec const *model, in op_mux_switch_ctrl()
450 static void op_amd_setup_ctrs(struct op_x86_model_spec const *model, in op_amd_setup_ctrs()
717 struct op_x86_model_spec op_amd_spec;
738 struct op_x86_model_spec op_amd_spec = {
Dop_model_p4.c569 static void p4_setup_ctrs(struct op_x86_model_spec const *model, in p4_setup_ctrs()
702 struct op_x86_model_spec op_p4_ht2_spec = {
714 struct op_x86_model_spec op_p4_spec = {
Dnmi_int.c30 static struct op_x86_model_spec *model;
42 u64 op_x86_get_ctrl(struct op_x86_model_spec const *model, in op_x86_get_ctrl()
625 struct op_x86_model_spec *spec = &op_ppro_spec; /* default */ in ppro_init()