Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Doprofile_impl.h19 struct op_counter_config { struct
48 int (*reg_setup) (struct op_counter_config *, argument
51 int (*cpu_setup) (struct op_counter_config *);
52 int (*start) (struct op_counter_config *);
53 int (*global_start) (struct op_counter_config *);
59 struct op_counter_config *);
/linux-4.4.14/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];
/linux-4.4.14/arch/s390/oprofile/
Dop_counter.h11 struct op_counter_config { struct
19 extern struct op_counter_config counter_config; argument
Dinit.c46 struct op_counter_config counter_config;
/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_7450.c82 static int fsl7450_cpu_setup(struct op_counter_config *ctr) in fsl7450_cpu_setup()
96 static int fsl7450_reg_setup(struct op_counter_config *ctr, in fsl7450_reg_setup()
135 static int fsl7450_start(struct op_counter_config *ctr) in fsl7450_start()
173 struct op_counter_config *ctr) in fsl7450_handle_interrupt()
Dop_model_pa6t.c91 static int pa6t_reg_setup(struct op_counter_config *ctr, in pa6t_reg_setup()
142 static int pa6t_cpu_setup(struct op_counter_config *ctr) in pa6t_cpu_setup()
162 static int pa6t_start(struct op_counter_config *ctr) in pa6t_start()
200 struct op_counter_config *ctr) in pa6t_handle_interrupt()
Dop_model_fsl_emb.c259 static int fsl_emb_cpu_setup(struct op_counter_config *ctr) in fsl_emb_cpu_setup()
277 static int fsl_emb_reg_setup(struct op_counter_config *ctr, in fsl_emb_reg_setup()
296 static int fsl_emb_start(struct op_counter_config *ctr) in fsl_emb_start()
345 struct op_counter_config *ctr) in fsl_emb_handle_interrupt()
Dop_model_cell.c565 static int cell_reg_setup_spu_cycles(struct op_counter_config *ctr, in cell_reg_setup_spu_cycles()
689 static int cell_reg_setup_spu_events(struct op_counter_config *ctr, in cell_reg_setup_spu_events()
758 static int cell_reg_setup_ppu(struct op_counter_config *ctr, in cell_reg_setup_ppu()
842 static int cell_reg_setup(struct op_counter_config *ctr, in cell_reg_setup()
900 static int cell_cpu_setup(struct op_counter_config *cntr) in cell_cpu_setup()
1249 static int cell_global_start_spu_cycles(struct op_counter_config *ctr) in cell_global_start_spu_cycles()
1339 static int cell_global_start_spu_events(struct op_counter_config *ctr) in cell_global_start_spu_events()
1402 static int cell_global_start_ppu(struct op_counter_config *ctr) in cell_global_start_ppu()
1448 static int cell_global_start(struct op_counter_config *ctr) in cell_global_start()
1487 struct op_counter_config *ctr) in cell_handle_interrupt_spu()
[all …]
Dop_model_power4.c96 static int power4_reg_setup(struct op_counter_config *ctr, in power4_reg_setup()
173 static int power4_cpu_setup(struct op_counter_config *ctr) in power4_cpu_setup()
204 static int power4_start(struct op_counter_config *ctr) in power4_start()
364 struct op_counter_config *ctr) in power4_handle_interrupt()
Dcommon.c28 static struct op_counter_config ctr[OP_MAX_COUNTER];
/linux-4.4.14/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()
/linux-4.4.14/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.c150 static void mipsxx_reg_setup(struct op_counter_config *ctr) in mipsxx_reg_setup()
/linux-4.4.14/drivers/oprofile/
Doprofile_perf.c15 struct op_counter_config { struct
28 static struct op_counter_config *counter_config; argument
289 sizeof(struct op_counter_config), GFP_KERNEL); in oprofile_perf_init()