Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dproc_pmc.c675 unsigned long thread_active_run = mfspr( PMC1 ); in proc_pmc_get_control() local
682 cpi = thread_active_run / inst_complete; in proc_pmc_get_control()
683 remain = thread_active_run % inst_complete; in proc_pmc_get_control()
695 len += sprintf( page+len, "thread active run cycles : %12lu\n", thread_active_run ); in proc_pmc_get_control()