Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/acct/
H A Dacctcms.c811 printf(fmtkcore, TOTAL(p->pcm_kcore)); in pprint()
816 if(TOTAL(p->pcm_cpu) == 0) p->pcm_cpu[PRIME] = 1; in pprint()
817 printf(fmtmsz, TOTAL(p->pcm_kcore)/TOTAL(p->pcm_cpu)); in pprint()
818 if(TOTAL(p->pcm_pc) == 0) p->pcm_pc[PRIME] = 1; in pprint()
819 printf(fmtmcpu, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_pc)); in pprint()
820 if ( TOTAL(p->pcm_real) == 0) in pprint()
822 printf(fmthog, TOTAL(p->pcm_cpu)/TOTAL(p->pcm_real)); in pprint()
823 printf(fmtcharx,TOTAL(p->pcm_io)); in pprint()
824 printf(fmtblkx, TOTAL(p->pcm_rw)); in pprint()
832 printf(fmtcnt, TOTAL(p->pcm_pc)); in totprnt()
[all …]
H A Dacctdef.h96 #define TOTAL(a) (a[PRIME] + a[NONPRIME]) macro
/titanic_41/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh98 die "output problem\n" unless /^TOTAL (\d+)/;