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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dperfcntr.c32 read_perf_cntr(uint sel) function
77 read_perf_cntr(0), read_perf_cntr(2),
78 read_perf_cntr(4), read_perf_cntr(6));
146 read_perf_cntr(1), read_perf_cntr(3),
147 read_perf_cntr(5), read_perf_cntr(7));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dproc.c147 seq_printf(m, "dcache hits\t\t: %u\n", read_perf_cntr(0));
148 seq_printf(m, "dcache misses\t\t: %u\n", read_perf_cntr(1));
149 seq_printf(m, "icache hits\t\t: %u\n", read_perf_cntr(2));
150 seq_printf(m, "icache misses\t\t: %u\n", read_perf_cntr(3));
151 seq_printf(m, "instructions\t\t: %u\n", read_perf_cntr(4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dmipsregs.h1467 extern asmlinkage unsigned int read_perf_cntr(unsigned int counter);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dmipsregs.h1467 extern asmlinkage unsigned int read_perf_cntr(unsigned int counter);

Completed in 113 milliseconds