Home
last modified time | relevance | path

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

/arch/mips/oprofile/
Dop_model_rm9000.c87 uint32_t counter1, counter2; in rm9000_perfcount_handler() local
99 counter1 = counters; in rm9000_perfcount_handler()
104 counter1 = reg.reset_counter1; in rm9000_perfcount_handler()
111 counters = ((uint64_t)counter2 << 32) | counter1; in rm9000_perfcount_handler()