Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcallstack.c189 UInt* pdepth; in CLG_() local
220 pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_()
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++; in CLG_()
225 else (*pdepth)++; in CLG_()
227 if (*pdepth>1) in CLG_()
233 if (*pdepth == 1) function_entered(to_fn); in CLG_()
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_() local
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--; in CLG_()
343 else (*pdepth)--; in CLG_()
344 depth = *pdepth; in CLG_()