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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dproc_pmc.c617 unsigned long inst_complete = mfspr( PMC4 ); local
625 if ( inst_complete ) {
626 cpi = thread_active_run / inst_complete;
627 remain = thread_active_run % inst_complete;
628 if ( inst_complete > 1000000 )
629 cpithou = remain / ( inst_complete / 1000 );
631 cpithou = ( remain * 1000 ) / inst_complete;
637 len += sprintf( page+len, "instructions completed : %12lu\n", inst_complete );

Completed in 81 milliseconds