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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/oprofile/
H A Dop_model_rm9000.c65 uint64_t perfcount; local
67 perfcount = ((uint64_t) reg.reset_counter2 << 32) | reg.reset_counter1;
68 write_c0_perfcount(perfcount);

Completed in 46 milliseconds