Searched refs:lmodel (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/oprofile/
H A Dcommon.c76 struct op_mips_model *lmodel = NULL; local
95 lmodel = &op_model_mipsxx_ops;
99 lmodel = &op_model_rm9000_ops;
102 lmodel = &op_model_loongson2_ops;
106 if (!lmodel)
109 res = lmodel->init();
113 model = lmodel;
120 ops->cpu_type = lmodel->cpu_type;
123 lmodel->cpu_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/oprofile/
H A Dcommon.c76 struct op_mips_model *lmodel = NULL; local
95 lmodel = &op_model_mipsxx_ops;
99 lmodel = &op_model_rm9000_ops;
102 lmodel = &op_model_loongson2_ops;
106 if (!lmodel)
109 res = lmodel->init();
113 model = lmodel;
120 ops->cpu_type = lmodel->cpu_type;
123 lmodel->cpu_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/oprofile/
H A Dcommon.c144 struct op_axp_model *lmodel = NULL; local
148 lmodel = &op_model_ev4;
154 lmodel = &op_model_pca56;
156 lmodel = &op_model_ev5;
162 lmodel = &op_model_ev67;
164 lmodel = &op_model_ev6;
168 if (!lmodel)
170 model = lmodel;
177 ops->cpu_type = lmodel->cpu_type;
180 lmodel
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/oprofile/
H A Dcommon.c144 struct op_axp_model *lmodel = NULL; local
148 lmodel = &op_model_ev4;
154 lmodel = &op_model_pca56;
156 lmodel = &op_model_ev5;
162 lmodel = &op_model_ev67;
164 lmodel = &op_model_ev6;
168 if (!lmodel)
170 model = lmodel;
177 ops->cpu_type = lmodel->cpu_type;
180 lmodel
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/oprofile/
H A Dcommon.c84 struct op_sh_model *lmodel = NULL; local
95 if (!lmodel)
100 ret = lmodel->init();
104 model = lmodel;
110 ops->cpu_type = lmodel->cpu_type;
113 lmodel->cpu_type);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/oprofile/
H A Dcommon.c84 struct op_sh_model *lmodel = NULL; local
95 if (!lmodel)
100 ret = lmodel->init();
104 model = lmodel;
110 ops->cpu_type = lmodel->cpu_type;
113 lmodel->cpu_type);

Completed in 127 milliseconds