Home
last modified time | relevance | path

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

/linux-4.1.27/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
52 void (*switch_ctrl)(struct op_x86_model_spec const *model, argument
79 extern u64 op_x86_get_ctrl(struct op_x86_model_spec const *model,
84 extern struct op_x86_model_spec op_ppro_spec;
85 extern struct op_x86_model_spec op_p4_spec;
86 extern struct op_x86_model_spec op_p4_ht2_spec;
87 extern struct op_x86_model_spec op_amd_spec;
88 extern struct op_x86_model_spec op_arch_perfmon_spec;
Dop_model_ppro.c72 static void ppro_setup_ctrs(struct op_x86_model_spec const *model, in ppro_setup_ctrs()
187 struct op_x86_model_spec op_ppro_spec = {
234 struct op_x86_model_spec op_arch_perfmon_spec = {
Dop_model_amd.c269 static void op_mux_switch_ctrl(struct op_x86_model_spec const *model, in op_mux_switch_ctrl()
334 static void op_amd_setup_ctrs(struct op_x86_model_spec const *model, in op_amd_setup_ctrs()
508 struct op_x86_model_spec op_amd_spec;
529 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()
636 struct op_x86_model_spec *spec = &op_ppro_spec; /* default */ in ppro_init()