Lines Matching refs:TOTAL
808 printf(fmtkcore, TOTAL(p->pcm_kcore)); in pprint()
813 if(TOTAL(p->pcm_cpu) == 0) p->pcm_cpu[PRIME] = 1; in pprint()
814 printf(fmtmsz, TOTAL(p->pcm_kcore)/TOTAL(p->pcm_cpu)); in pprint()
815 if(TOTAL(p->pcm_pc) == 0) p->pcm_pc[PRIME] = 1; in pprint()
816 printf(fmtmcpu, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_pc)); in pprint()
817 if ( TOTAL(p->pcm_real) == 0) in pprint()
819 printf(fmthog, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_real)); in pprint()
820 printf(fmtcharx,TOTAL(p->pcm_io)); in pprint()
821 printf(fmtblkx, TOTAL(p->pcm_rw)); in pprint()
829 printf(fmtcnt, TOTAL(p->pcm_pc)); in totprnt()
830 printf(fmtkcore, TOTAL(p->pcm_kcore)); in totprnt()
831 printf(fmtcpu, TOTAL(p->pcm_cpu)); in totprnt()
832 printf(fmtreal, TOTAL(p->pcm_real)); in totprnt()
833 if(TOTAL(p->pcm_cpu) == 0) p->pcm_cpu[PRIME] = 1; in totprnt()
834 printf(fmtmsz, TOTAL(p->pcm_kcore)/TOTAL(p->pcm_cpu)); in totprnt()
835 if(TOTAL(p->pcm_pc) == 0) p->pcm_pc[PRIME] = 1; in totprnt()
836 printf(fmtmcpu, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_pc)); in totprnt()
837 if (TOTAL(p->pcm_real) == 0) in totprnt()
839 printf(fmthog, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_real)); in totprnt()
840 printf(fmtcharx,TOTAL(p->pcm_io)); in totprnt()
841 printf(fmtblkx,TOTAL(p->pcm_rw)); in totprnt()