Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/oprofile/
Dop_model_mipsxx.c141 struct op_mips_model op_model_mipsxx_ops; variable
152 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_reg_setup()
181 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_setup()
205 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_start()
225 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_cpu_stop()
244 unsigned int counters = op_model_mipsxx_ops.num_counters; in mipsxx_perfcount_handler()
351 op_model_mipsxx_ops.num_counters = counters; in mipsxx_init()
354 op_model_mipsxx_ops.cpu_type = "mips/M14Kc"; in mipsxx_init()
358 op_model_mipsxx_ops.cpu_type = "mips/M14KEc"; in mipsxx_init()
362 op_model_mipsxx_ops.cpu_type = "mips/20K"; in mipsxx_init()
[all …]
Dcommon.c19 extern struct op_mips_model op_model_mipsxx_ops __weak;
104 lmodel = &op_model_mipsxx_ops; in oprofile_arch_init()