Searched defs:pdepth (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
H A Dcallstack.c189 UInt* pdepth; local
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); local
340 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
342 else (*pdepth)--;
343 depth = *pdepth;
[all...]

Completed in 1519 milliseconds