Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dproc_pmc.c673 unsigned long inst_complete = mfspr( PMC4 ); in proc_pmc_get_control() local
681 if ( inst_complete ) { in proc_pmc_get_control()
682 cpi = thread_active_run / inst_complete; in proc_pmc_get_control()
683 remain = thread_active_run % inst_complete; in proc_pmc_get_control()
684 if ( inst_complete > 1000000 ) in proc_pmc_get_control()
685 cpithou = remain / ( inst_complete / 1000 ); in proc_pmc_get_control()
687 cpithou = ( remain * 1000 ) / inst_complete; in proc_pmc_get_control()
693 len += sprintf( page+len, "instructions completed : %12lu\n", inst_complete ); in proc_pmc_get_control()