Home | History | Annotate | Download | only in callgrind

Lines Matching full:pdepth

189     UInt* pdepth;
220 pdepth = CLG_(get_fn_entry)(to_fn->number);
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++;
225 else (*pdepth)++;
227 if (*pdepth>1)
233 if (*pdepth == 1) function_entered(to_fn);
337 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number);
340 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
342 else (*pdepth)--;
343 depth = *pdepth;