Searched refs:op_counter_config (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/oprofile/
H A Dop_counter.h16 struct op_counter_config { struct
25 extern struct op_counter_config *counter_config;
H A Dcommon.c24 struct op_counter_config *counter_config;
153 counter_config = kcalloc(spec->num_counters, sizeof(struct op_counter_config),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dop_counter.h18 struct op_counter_config { struct
27 extern struct op_counter_config counter_config[];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dop_impl.h14 struct op_counter_config { struct
44 struct op_counter_config *,
49 struct op_counter_config *);
H A Dop_model_ev4.c23 struct op_counter_config *ctr,
96 struct op_counter_config *ctr)
H A Dop_model_ev6.c23 struct op_counter_config *ctr,
88 struct op_counter_config *ctr)
H A Dop_model_ev5.c28 struct op_counter_config *ctr,
119 struct op_counter_config *ctr,
127 struct op_counter_config *ctr,
186 struct op_counter_config *ctr)
H A Dop_model_ev67.c24 struct op_counter_config *ctr,
135 struct op_counter_config *ctr, unsigned long event)
146 struct op_counter_config *ctr)
H A Dcommon.c30 static struct op_counter_config ctr[20];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/oprofile/
H A Dop_impl.h17 struct op_counter_config { struct
30 void (*reg_setup) (struct op_counter_config *);
H A Dop_model_rm9000.c39 static void rm9000_reg_setup(struct op_counter_config *ctr)
H A Dcommon.c22 static struct op_counter_config ctr[20];
H A Dop_model_mipsxx.c94 static void mipsxx_reg_setup(struct op_counter_config *ctr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dop_blackfin.h39 struct op_counter_config { struct
57 int (*reg_setup) (struct op_counter_config *);
58 int (*start) (struct op_counter_config *);
H A Dop_model_bf533.c53 static int bfin533_reg_setup(struct op_counter_config *ctr)
81 static int bfin533_start(struct op_counter_config *ctr)
H A Dcommon.c53 struct op_counter_config ctr[OP_MAX_COUNTER];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Doprofile_impl.h19 struct op_counter_config { struct
42 void (*reg_setup) (struct op_counter_config *,
45 void (*cpu_setup) (struct op_counter_config *);
46 void (*start) (struct op_counter_config *);
47 void (*global_start) (struct op_counter_config *);
51 struct op_counter_config *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/oprofile/
H A Dop_model_7450.c84 static void fsl7450_cpu_setup(struct op_counter_config *ctr)
97 static void fsl7450_reg_setup(struct op_counter_config *ctr,
132 static void fsl7450_start(struct op_counter_config *ctr)
168 struct op_counter_config *ctr)
H A Dop_model_pa6t.c92 static void pa6t_reg_setup(struct op_counter_config *ctr,
141 static void pa6t_cpu_setup(struct op_counter_config *ctr)
159 static void pa6t_start(struct op_counter_config *ctr)
195 struct op_counter_config *ctr)
H A Dop_model_power4.c33 static void power4_reg_setup(struct op_counter_config *ctr,
85 static void power4_cpu_setup(struct op_counter_config *ctr)
114 static void power4_start(struct op_counter_config *ctr)
239 struct op_counter_config *ctr)
H A Dop_model_rs64.c91 static void rs64_reg_setup(struct op_counter_config *ctr,
104 static void rs64_cpu_setup(struct op_counter_config *ctr)
129 static void rs64_start(struct op_counter_config *ctr)
174 struct op_counter_config *ctr)
H A Dop_model_fsl_booke.c247 static void fsl_booke_cpu_setup(struct op_counter_config *ctr)
263 static void fsl_booke_reg_setup(struct op_counter_config *ctr,
281 static void fsl_booke_start(struct op_counter_config *ctr)
328 struct op_counter_config *ctr)
H A Dcommon.c29 static struct op_counter_config ctr[OP_MAX_COUNTER];
H A Dop_model_cell.c486 cell_reg_setup(struct op_counter_config *ctr,
577 static void cell_cpu_setup(struct op_counter_config *cntr)
617 static void cell_global_start(struct op_counter_config *ctr)
691 cell_handle_interrupt(struct pt_regs *regs, struct op_counter_config *ctr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/oprofile/
H A Dop_model_sh7750.c49 struct op_counter_config { struct
60 static struct op_counter_config ctr[NR_CNTRS];

Completed in 101 milliseconds

12