Searched refs:op_counter_config (Results 1 – 21 of 21) sorted by relevance
/arch/powerpc/include/asm/ |
D | oprofile_impl.h | 15 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/ |
D | op_impl.h | 14 struct op_counter_config { struct 44 struct op_counter_config *, argument 49 struct op_counter_config *);
|
D | op_model_ev5.c | 26 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()
|
D | op_model_ev4.c | 21 struct op_counter_config *ctr, in ev4_reg_setup() 94 struct op_counter_config *ctr) in ev4_handle_interrupt()
|
D | op_model_ev6.c | 21 struct op_counter_config *ctr, in ev6_reg_setup() 86 struct op_counter_config *ctr) in ev6_handle_interrupt()
|
D | op_model_ev67.c | 22 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()
|
D | common.c | 30 static struct op_counter_config ctr[20];
|
/arch/x86/oprofile/ |
D | op_counter.h | 18 struct op_counter_config { struct 28 extern struct op_counter_config counter_config[]; argument
|
D | op_x86_model.h | 57 struct op_counter_config; 80 struct op_counter_config *counter_config);
|
D | nmi_int.c | 38 struct op_counter_config counter_config[OP_MAX_COUNTER]; 43 struct op_counter_config *counter_config) in op_x86_get_ctrl()
|
/arch/mips/oprofile/ |
D | op_impl.h | 16 struct op_counter_config { struct 29 void (*reg_setup) (struct op_counter_config *); argument
|
D | common.c | 25 static struct op_counter_config ctr[20];
|
D | op_model_loongson2.c | 52 static void loongson2_reg_setup(struct op_counter_config *cfg) in loongson2_reg_setup()
|
D | op_model_loongson3.c | 62 static void loongson3_reg_setup(struct op_counter_config *ctr) in loongson3_reg_setup()
|
D | op_model_mipsxx.c | 135 static void mipsxx_reg_setup(struct op_counter_config *ctr) in mipsxx_reg_setup()
|
/arch/powerpc/oprofile/ |
D | op_model_7450.c | 78 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()
|
D | op_model_pa6t.c | 79 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()
|
D | op_model_fsl_emb.c | 255 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()
|
D | op_model_power4.c | 92 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()
|
D | op_model_cell.c | 559 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 …]
|
D | common.c | 24 static struct op_counter_config ctr[OP_MAX_COUNTER];
|