OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_fn
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/callgrind/
callstack.c
204
fn_node*
to_fn
= to->cxt->fn[0];
local
220
pdepth = CLG_(get_fn_entry)(
to_fn
->number);
223
if (jcc->from->cxt->fn[0] !=
to_fn
) (*pdepth)++;
233
if (*pdepth == 1) function_entered(
to_fn
);
336
fn_node*
to_fn
= jcc->to->cxt->fn[0];
local
337
UInt* pdepth = CLG_(get_fn_entry)(
to_fn
->number);
340
if (jcc->from->cxt->fn[0] !=
to_fn
) (*pdepth)--;
363
if (depth == 0) function_left(
to_fn
);
Completed in 164 milliseconds