Lines Matching refs:hz
39 extern long hz;
148 100.0/totime, totime / hz); in flatprofheader()
182 100 * np->time / totime, actime / hz, np->time / hz); in flatprofline()
186 1000 * np->time / hz / np->ncall, in flatprofline()
187 1000 * (np->time + np->childtime) / hz / np->ncall); in flatprofline()
218 100.0/printtime, printtime / hz); in gprofheader()
230 if (hz != 1) { in gprofheader()
232 (double)1.0 / hz); in gprofheader()
255 np->propself / hz, np->propchild / hz); in gprofline()
433 "", arcp->arc_time / hz, arcp->arc_childtime / hz, in printparents()
476 arcp->arc_time / hz, in printchildren()
477 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
482 "", "", arcp->arc_time / hz, in printchildren()
483 arcp->arc_childtime / hz, arcp->arc_count, in printchildren()
639 cyclep -> propself / hz, cyclep -> propchild / hz, in printcycle()
663 memberp->propself / hz, memberp->propchild / hz, in printmembers()