Searched refs:thread_active_run (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.c619 unsigned long thread_active_run = mfspr( PMC1 ); local
626 cpi = thread_active_run / inst_complete;
627 remain = thread_active_run % inst_complete;
639 len += sprintf( page+len, "thread active run cycles : %12lu\n", thread_active_run );

Completed in 34 milliseconds