Home
last modified time | relevance | path

Searched refs:op_counter_config (Results 1 – 21 of 21) sorted by relevance

/arch/powerpc/include/asm/
Doprofile_impl.h15 struct op_counter_config { struct
44 int (*reg_setup) (struct op_counter_config *, argument
47 int (*cpu_setup) (struct op_counter_config *);
48 int (*start) (struct op_counter_config *);
49 int (*global_start) (struct op_counter_config *);
55 struct op_counter_config *);
/arch/alpha/oprofile/
Dop_impl.h14 struct op_counter_config { struct
44 struct op_counter_config *, argument
49 struct op_counter_config *);
Dop_model_ev5.c26 struct op_counter_config *ctr, in common_reg_setup()
117 struct op_counter_config *ctr, in ev5_reg_setup()
125 struct op_counter_config *ctr, in pca56_reg_setup()
184 struct op_counter_config *ctr) in ev5_handle_interrupt()
Dop_model_ev4.c21 struct op_counter_config *ctr, in ev4_reg_setup()
94 struct op_counter_config *ctr) in ev4_handle_interrupt()
Dop_model_ev6.c21 struct op_counter_config *ctr, in ev6_reg_setup()
86 struct op_counter_config *ctr) in ev6_handle_interrupt()
Dop_model_ev67.c22 struct op_counter_config *ctr, in ev67_reg_setup()
133 struct op_counter_config *ctr, unsigned long event) in op_add_pm()
144 struct op_counter_config *ctr) in ev67_handle_interrupt()
Dcommon.c30 static struct op_counter_config ctr[20];
/arch/x86/oprofile/
Dop_counter.h18 struct op_counter_config { struct
28 extern struct op_counter_config counter_config[]; argument
Dop_x86_model.h57 struct op_counter_config;
80 struct op_counter_config *counter_config);
Dnmi_int.c38 struct op_counter_config counter_config[OP_MAX_COUNTER];
43 struct op_counter_config *counter_config) in op_x86_get_ctrl()
/arch/mips/oprofile/
Dop_impl.h16 struct op_counter_config { struct
29 void (*reg_setup) (struct op_counter_config *); argument
Dcommon.c25 static struct op_counter_config ctr[20];
Dop_model_loongson2.c52 static void loongson2_reg_setup(struct op_counter_config *cfg) in loongson2_reg_setup()
Dop_model_loongson3.c62 static void loongson3_reg_setup(struct op_counter_config *ctr) in loongson3_reg_setup()
Dop_model_mipsxx.c135 static void mipsxx_reg_setup(struct op_counter_config *ctr) in mipsxx_reg_setup()
/arch/powerpc/oprofile/
Dop_model_7450.c78 static int fsl7450_cpu_setup(struct op_counter_config *ctr) in fsl7450_cpu_setup()
92 static int fsl7450_reg_setup(struct op_counter_config *ctr, in fsl7450_reg_setup()
131 static int fsl7450_start(struct op_counter_config *ctr) in fsl7450_start()
169 struct op_counter_config *ctr) in fsl7450_handle_interrupt()
Dop_model_pa6t.c79 static int pa6t_reg_setup(struct op_counter_config *ctr, in pa6t_reg_setup()
130 static int pa6t_cpu_setup(struct op_counter_config *ctr) in pa6t_cpu_setup()
150 static int pa6t_start(struct op_counter_config *ctr) in pa6t_start()
188 struct op_counter_config *ctr) in pa6t_handle_interrupt()
Dop_model_fsl_emb.c255 static int fsl_emb_cpu_setup(struct op_counter_config *ctr) in fsl_emb_cpu_setup()
273 static int fsl_emb_reg_setup(struct op_counter_config *ctr, in fsl_emb_reg_setup()
292 static int fsl_emb_start(struct op_counter_config *ctr) in fsl_emb_start()
341 struct op_counter_config *ctr) in fsl_emb_handle_interrupt()
Dop_model_power4.c92 static int power4_reg_setup(struct op_counter_config *ctr, in power4_reg_setup()
169 static int power4_cpu_setup(struct op_counter_config *ctr) in power4_cpu_setup()
200 static int power4_start(struct op_counter_config *ctr) in power4_start()
360 struct op_counter_config *ctr) in power4_handle_interrupt()
Dop_model_cell.c559 static int cell_reg_setup_spu_cycles(struct op_counter_config *ctr, in cell_reg_setup_spu_cycles()
681 static int cell_reg_setup_spu_events(struct op_counter_config *ctr, in cell_reg_setup_spu_events()
750 static int cell_reg_setup_ppu(struct op_counter_config *ctr, in cell_reg_setup_ppu()
834 static int cell_reg_setup(struct op_counter_config *ctr, in cell_reg_setup()
892 static int cell_cpu_setup(struct op_counter_config *cntr) in cell_cpu_setup()
1241 static int cell_global_start_spu_cycles(struct op_counter_config *ctr) in cell_global_start_spu_cycles()
1331 static int cell_global_start_spu_events(struct op_counter_config *ctr) in cell_global_start_spu_events()
1394 static int cell_global_start_ppu(struct op_counter_config *ctr) in cell_global_start_ppu()
1440 static int cell_global_start(struct op_counter_config *ctr) in cell_global_start()
1479 struct op_counter_config *ctr) in cell_handle_interrupt_spu()
[all …]
Dcommon.c24 static struct op_counter_config ctr[OP_MAX_COUNTER];