Home
last modified time | relevance | path

Searched refs:op_model_mipsxx_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/oprofile/
H A Dop_model_mipsxx.c126 struct op_mips_model op_model_mipsxx_ops; variable
137 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_reg_setup()
166 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_setup()
193 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_start()
216 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_stop()
238 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_perfcount_handler()
348 op_model_mipsxx_ops.num_counters = counters; in mipsxx_init()
351 op_model_mipsxx_ops.cpu_type = "mips/M14Kc"; in mipsxx_init()
355 op_model_mipsxx_ops.cpu_type = "mips/M14KEc"; in mipsxx_init()
359 op_model_mipsxx_ops.cpu_type = "mips/20K"; in mipsxx_init()
[all …]
H A Dcommon.c19 extern struct op_mips_model op_model_mipsxx_ops __weak;
104 lmodel = &op_model_mipsxx_ops; in oprofile_arch_init()