Home | History | Annotate | Download | only in gprof

Lines Matching full:ncalls

126 	  cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
137 CG.PROP.SELF+CG.PROP.CHILD, secondary key is NCALLS+CG.SELF_CALLS. */
144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
145 unsigned long right_calls = right->ncalls + right->cg.self_calls;
204 member->ncalls);
240 left->count, left_child->ncalls);
246 right->count, right_child->ncalls);
390 arc->count, cycle_head->ncalls);
462 arc->count, child->cg.cyc.head->ncalls);
482 if ((np->ncalls + np->cg.self_calls) != 0)
484 printf (" %7lu", np->ncalls);
518 if ((ignore_zeros && parent->ncalls == 0
581 if (ignore_zeros && symtab.base[sym_index].ncalls == 0
812 if (symtab.base[sym_index].ncalls == 0)